Releases: SINTEF/dlite
v0.5.17
What's Changed
- Bump tripper from 0.2.15 to 0.2.16 by @dependabot in #837
- Update sphinxcontrib-plantuml requirement from ~=0.29 to ~=0.30 by @dependabot in #843
- Update numpy requirement from <1.27.0,>=1.14.5 to >=1.14.5,<2.1.0 by @dependabot in #853
- Removed use of distutils and drop support for Python 3.7 by @jesper-friis in #860
- Add support for musllinux_1_2 by @jesper-friis in #861
- Infer default values for the
uuid
andsingle
options of asdict() by @jesper-friis in #833 - Update weekly container build by @jesper-friis in #863
- Updating tem demo by @jesper-friis in #841
- Documented that nothing should be defined outside the plugin class in Python storage plugins by @jesper-friis in #867
- Explicitly set python 3.10 in ci_tests and cd_docs in gitub workflows. by @francescalb in #874
- using plugin in path that is set after instantiation of a data mode fails. by @francescalb in #875
- Serialise as EMMO datasets by @jesper-friis in #796
- Fix test redis by @jesper-friis in #877
- Adding options to the Python plugin from_bytes() and to_bytes() methods by @jesper-friis in #880
- Added support for
to_bytes()
andfrom_bytes()
in the json storage plugin by @jesper-friis in #881 - Fixed memory leaks by @jesper-friis in #895
- Memory debugging by @jesper-friis in #896
Full Changelog: v0.5.16...v0.5.17
Changelog
v0.5.17 (2024-08-12)
Implemented enhancements:
- Extend Python wheel with win32 edition #220
Closed issues:
- Add options to
Instance.to_bytes()
andInstance.from_bytes()
#868 - Document that DLite plugins should not define anything outside the plugin class. #866
- Update GitHub upload-artifact action to v4 #830
- Error in documentation and asdict #811
- hdf5 and swig no longer optional if python packages installed #710
- Cannot find NumPy include directories for Python 3.11 on Windows #553
- Fix memory issue in test_execprocess that shows up with valgrind #343
Merged pull requests:
- [Auto-generated] Update dependencies #898 (TEAM4-0)
- Memory debugging #896 (jesper-friis)
- Fixed memory leaks #895 (jesper-friis)
- [Auto-generated] Update dependencies #893 (TEAM4-0)
- Added support for
to_bytes()
andfrom_bytes()
in the json storage plugin #881 (jesper-friis) - Adding options to the Python plugin from_bytes() and to_bytes() methods #880 (jesper-friis)
- Fix test redis #877 (jesper-friis)
- [Auto-generated] Update dependencies #876 (TEAM4-0)
- using plugin in path that is set after instantiation of a data mode fails. #875 (francescalb)
- Explicitly set python 3.10 in ci_tests and cd_docs in gitub workflows. #874 (francescalb)
- Documented that nothing should be defined outside the plugin class in Python storage plugins #867 (jesper-friis)
- Update weekly container build #863 (jesper-friis)
- Add support for musllinux_1_2 #861 (jesper-friis)
- Removed use of distutils and drop support for Python 3.7 #860 (jesper-friis)
- Bump docker/build-push-action from 5 to 6 #854 (dependabot[bot])
- Update numpy requirement from <1.27.0,>=1.14.5 to >=1.14.5,<2.1.0 #853 (dependabot[bot])
- [Auto-generated] Update dependencies #845 (TEAM4-0)
- Update sphinxcontrib-plantuml requirement from ~=0.29 to ~=0.30 #843 (dependabot[bot])
- Updating tem demo #841 (jesper-friis)
- Bump tripper from 0.2.15 to 0.2.16 #837 (dependabot[bot])
- Infer default values for the
uuid
andsingle
options of asdict() #833 (jesper-friis) - Serialise as EMMO datasets #796 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.5.16
What's Changed
- Moved all wheels to dist folder and delete original folder by @francescalb in #858
- Accidentally removed dist folder just before push to pypi by @francescalb in #859
Full Changelog: v0.5.14...v0.5.16
Changelog
v0.5.16 (2024-06-21)
Merged pull requests:
- Accidentally removed dist folder just before push to pypi #859 (francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.5.15
What's Changed
- Moved all wheels to dist folder and delete original folder by @francescalb in #858
Full Changelog: v0.5.14...v0.5.15
Changelog
v0.5.15 (2024-06-21)
Merged pull requests:
- Moved all wheels to dist folder and delete original folder #858 (francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.5.14
What's Changed
- Move sdist files correctly by @francescalb in #857
Full Changelog: v0.5.13...v0.5.14
Changelog
v0.5.14 (2024-06-21)
Merged pull requests:
- Move sdist files correctly #857 (francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.5.13
What's Changed
- Copy wheels from correct folder by @francescalb in #856
Full Changelog: v0.5.12...v0.5.13
Changelog
v0.5.13 (2024-06-21)
Merged pull requests:
- Copy wheels from correct folder #856 (francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.5.12
Pypi publish
Changelog
v0.5.12 (2024-06-21)
* This Changelog was automatically generated by github_changelog_generator
v0.5.11
What's Changed
- Artifacts where not unique, try again. by @francescalb in #855
Full Changelog: v0.5.9...v0.5.11
Changelog
v0.5.11 (2024-06-21)
* This Changelog was automatically generated by github_changelog_generator
v0.5.9
What's Changed
- corrected req for building wheels in windows
- Made unique artifact names, as reuse is not allowed with actions/uplo… by @francescalb in #846
- WIP: Do not install optional requirements when building docker images for PyPI by @jesper-friis in #850
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- Fixed misspelling by @jesper-friis in #832
- [Auto-generated] Update dependencies by @TEAM4-0 in #825
- Update to w3id namespaces by @jesper-friis in #838
- Updated some test entities to new format by @jesper-friis in #839
- Update the requirements for the CSV example by @jesper-friis in #840
Full Changelog: v0.5.7...v0.5.8
Changelog
v0.5.8 (2024-06-06)
Closed issues:
- Errors in README file #809
Merged pull requests:
- Update the requirements for the CSV example #840 (jesper-friis)
- Updated some test entities to new format #839 (jesper-friis)
- Update to w3id namespaces #838 (jesper-friis)
- Fixed misspelling #832 (jesper-friis)
- [Auto-generated] Update dependencies #825 (TEAM4-0)
* This Changelog was automatically generated by github_changelog_generator
v0.5.7
What's Changed
- Fix weekly build by @jesper-friis in #828
- Simplified test_python_bindings.py by @jesper-friis in #831
- Avoid that all deployment of documentation to GH pages gets cancelled. by @jesper-friis in #829
Full Changelog: v0.5.6...v0.5.7
Changelog
v0.5.7 (2024-05-01)
Implemented enhancements:
- Support native Python types in the class dlite.Options #770
Merged pull requests:
- Simplified test_python_bindings.py #831 (jesper-friis)
- Avoid that all deployment of documentation to GH pages gets cancelled. #829 (jesper-friis)
- Fix weekly build #828 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator