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