v0.4.4
What's Changed
- Make dlite.Instance.copy() return the correct type by @jesper-friis in #682
- Added option
single
to Instance.asdict() allowing to saving in multi-entity format by @jesper-friis in #653 - Minor documentation clarifications by @jesper-friis in #675
- Fix inferring dimensionality of ref-type array properties by @jesper-friis in #677
- Build dlite docker containers for python 3.12 by @jesper-friis in #681
- Avoid running TEM demo as a test if dependencies are not fulfilled by @jesper-friis in #684
- Added test utilities by @jesper-friis in #687
- Fixed segfault caused by misspelled shape by @jesper-friis in #688
Full Changelog: v0.4.3...v0.4.4
Changelog
v0.4.4 (2023-11-01)
Closed issues:
- Misspelling of shape in the datamodel may cause DLite to crash #686
- Add tests for utility function get_referred_instances() #673
- saving instance asdict cannot be read afterwards #651
Merged pull requests:
- Fixed segfault caused by misspelled shape #688 (jesper-friis)
- Added test utilities #687 (jesper-friis)
- Avoid running TEM demo as a test if dependencies are not fulfilled #684 (jesper-friis)
- Make dlite.Instance.copy() return the correct type #682 (jesper-friis)
- Build dlite docker containers for python 3.12 #681 (jesper-friis)
- Fix inferring dimensionality of ref-type array properties #677 (jesper-friis)
- Minor documentation clearifications #675 (jesper-friis)
- Added option
single
to Instance.asdict() allowing to saving in multi-entity format #653 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator