Skip to content

Releases: ESB-AI-Lab/DynamicDL

DynamicDL v0.1.1-alpha

03 Jun 08:39
Compare
Choose a tag to compare
Pre-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

DynamicDL v0.1.0-alpha

13 May 23:46
Compare
Choose a tag to compare
Pre-release

DynamicDL is now live!