Major changes
- Evaluate plugins in separate namespaces by the calling interpreter
- Protocol plugins
What's Changed
- Improved control over code changes by @jesper-friis in #925
- Added documentation of how to handle code changes. by @jesper-friis in #920
- Ensure that instance uuid and uri are literals in the rdf representation of dataset. by @jesper-friis in #928
- Avoid creating a new internal interpreter if DLite is called from Python by @jesper-friis in #907
- Updated the Dockerfile templates for the weekly build of containers by @jesper-friis in #930
- Update the documentation by @jesper-friis in #932
- Require rdflib for test_dataset*.py by @jesper-friis in #936
- Added utility functions uri_encode() and uri_decode() by @jesper-friis in #941
- Do bit shifting with 64 bit precision by @jesper-friis in #940
- Improve installation of Python packages by @jesper-friis in #939
- Load plugins in a separate namespace by @jesper-friis in #953
- Improve plugin options by @jesper-friis in #949
- Added protocol plugins - continuation of #958 by @jesper-friis in #959
Full Changelog: v0.5.22...v0.5.23
Changelog
v0.5.23 (2024-10-17)
Closed issues:
- Load plugins in a separate namespace #950
- Document builtin storage plugins #642
- Rename
uri
argument to plugin open() functions #325 - Plugin for distributed hash table - for accessing metadata #190
Merged pull requests:
- Added protocol plugins - continuation of #958 #959 (jesper-friis)
- Fixed typo in storage query() method #956 (jesper-friis)
- 950 load plugins in a separate namespace #953 (jesper-friis)
- Improve plugin options #949 (jesper-friis)
- Added two more tests #942 (jesper-friis)
- Added utility functions uri_encode() and uri_decode() #941 (jesper-friis)
- Do bit shifting with 64 bit precision #940 (jesper-friis)
- Improve installation of Python packages #939 (jesper-friis)
- [Auto-generated] Update dependencies #937 (TEAM4-0)
- Require rdflib for test_dataset*.py #936 (jesper-friis)
- Fixed logical error. Do not print errors from C to stderr unless DLITE_PYDEBUG is defined #933 (jesper-friis)
- Update the documentation #932 (jesper-friis)
- Updated the Dockerfile templates for the weekly build of containers #930 (jesper-friis)
- Cleaned up errors and made them more maintainable. #929 (jesper-friis)
- Ensure that instance uuid and uri are literals in the rdf representation of dataset. #928 (jesper-friis)
- Improved control over code changes #925 (jesper-friis)
- Added documentation of how to handle code changes. #920 (jesper-friis)
- Fix failing tests on manylinux2014_i686 #912 (jesper-friis)
- Avoid creating a new internal interpreter if DLite is called from Python #907 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator