Skip to content

DynamicDL v0.1.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@atong28 atong28 released this 03 Jun 08:39
· 1 commit to main since this release

DynamicDL 0.1.1-alpha is out!

Changelog

New features

Bugfixes

  • Critical: Reworked the merge algorithm. Previously there were issues with merging where redundant types would not merge correctly when presented as keys in the dataset, as a hierarchy issue. This has been resolved and the entire algorithm now has been reworked to accommodate the change as the previous version relied on some finicky casework to function
  • Critical: Fixed a pairing bug which had unexpected values and obsolete variables, adjusted the algorithm to run an altered version of the merge algorithm
  • Various small bugfixes

Other changes

  • Renamed the Image class to ImageEntry to avoid possible conflicts with the widely-used PIL.Image class
  • Removed the incomplete inference method
  • Reworked some DynamicDL class methods to accept kwargs instead for parameter mode
  • Refactored nearly every class into separate modules for organization