Skip to content

Releases: CPBridge/pycrumbs

v0.4.0

11 Dec 17:25

Choose a tag to compare

  • Migrate away from deprecated pkg_resources API to importlib.metadata
  • Refresh package versions
  • Require python 3.10
  • Fix pyproject format and licence

Remove outdated type hints

31 Aug 14:07
00d34c2

Choose a tag to compare

Remove an out of date type hint that was making the package unusable on versions before 3.10 (#3)

v0.3.0

11 Mar 16:48

Choose a tag to compare

Make the seeding optional (#2).

v0.2.0

11 Jan 21:15

Choose a tag to compare

Added new "chaining" feature to allow multiple process to add to a list of job records for the same output directory.

Thanks @mccle for his contribution