Skip to content

Releases: mahiki/desertislandutils

v0.3.10 bugfix

23 Jul 06:05
Compare
Choose a tag to compare

Previous release v0.3.9 was broken on homebrew deployment, the pyproject.toml forgot to include the src/weeknumber module.

Deleting release v0.3.9 because its broken downstream.

Full Changelog: v0.3.9...v0.3.10

v0.3.4

09 Dec 22:39
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.3.0 Week Number utility 'wn'

05 Dec 20:28
Compare
Choose a tag to compare
wn --help

 Usage: wn [OPTIONS] [DATE]

 ISO year week number of a date as YYYY-WDD. Default weekend day is Sat.
 Example:
 $> wn 'Jul 22'
 2023-W29

Version 0.2.1 - CICD and too absolute

02 Aug 15:46
Compare
Choose a tag to compare

Changes to toobigdatadoc:

  • Added CICD workflows to the project
    • test, merge, tag
    • build and deploy still manual
  • Added tests with pytest
  • too [big|data|doc] now uses absolute symlink references
    • filesystem less portable
    • better for moving folders around
    • easy to rename all symlinks on a new home directory

First version of toobigdatadoc utility

29 Jul 21:19
Compare
Choose a tag to compare

too --help

This is the first working published version of a shell script converted to a python package.