1.6.0
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)