Skip to content

1.6.0

Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 05 Jan 22:38
· 57 commits to master since this release
3f5257f

Release Notes

For: uc-cdis/data-simulator

Notes since tag: 1.5.1

Notes to tag/commit: 1.6.0

Generated: 2024-01-05

New Features

  • Add all non-exclusive sublinks when generating data, instead of only one
    (#55)

Bug Fixes

  • Fix edge case in generation of submission order (#100)

Improvements

  • Rewrite Graph().generate_submission_order() and
    Graph.generate_submission_order_path_to_node() so child nodes are never
    submitted before parent nodes (#101)
  • Add unit tests (#101)
  • Add logging (#100)
  • Improve unit tests (#100)
  • Always include 'core_metadata_collection' in 'DataImportOrderPath' (#89)

Dependency Updates

  • Use Python 3.9 and update dependencies (#99)