v0.3.22
What's Changed
- Avoid calling a plugin from a plugin by @jesper-friis in #578
- Added "str" as an alias for "string" by @jesper-friis in #576
- Cleanup plugins by @jesper-friis in #583
- Updated README file in storage plugin example. by @jesper-friis in #577
- Example of how to serialise data models to RDF by @jesper-friis in #581
- Improved error reporting from Python by @jesper-friis in #584
Full Changelog: v0.3.21...v0.3.22
Changelog
v0.3.22 (2023-07-14)
Implemented enhancements:
Fixed bugs:
- save entity to json, uuid not included #278
Closed issues:
- Error messages from Python plugins #580
- Add "str" as alias for "string" in datamodel types #571
- Update README in storage plugin example #570
- [Docs part] 1. Getting started #460
- [Docs part] 1.1.2. Features #457
- [Docs part] 1.2. Installation instructions #456
- [Docs part] 1.2.1. Setup instructions #455
- [Docs part] 1.2.2. Build instructions #454
- [Docs part] 1.3. Tutorial #453
- [Docs part] 2. User guide #452
- [Docs part] 2.2. Data types #450
- [Docs part] 2.3. Mappings #449
- [Docs part] 2.4. Collections #448
- [Docs part] 2.5. Bindings #447
- [Docs part] 2.6. Transactions #446
- [Docs part] 2.8. Environment variables #444
- [Docs part] 2.9. Code generation #443
- [Docs part] 3. API Reference #442
- [Docs part] 4. Contributor's Guide #441
- [Docs part] 4.1. Writing storage plugins #440
- [Docs part] 4.2. Writing mapping plugins #439
- [Docs part] 4.3. Documentation guideline #438
- [Docs part] 4.4. Testing examples in the documentation #437
- [Docs part] 4.5. Tips and tricks #436
- [Docs part] 5. Acknowledgement #435
- Expand on documentation contribution guidelines #432
- Resolve cross-references #417
- Duplicate object descriptions #416
- Generate sphinx rst-files and folders from index.xml #405
- Document the mappings example #403
- Document property mappings #399
- Update installation page #394
- Add page about type system #393
- Document instance mappings #392
- Tutorial #391
- Review existing examples #388
- Clean up README file #387
- Document how to install within a python environment #338
- Test property mappings #301
- Building via CMake using the Ninja Generator fails with multiple rules for dlite.py #144
- Make plugin for Stardog #136
Merged pull requests:
- Improved error reporting from Python #584 (jesper-friis)
- Cleanup plugins #583 (jesper-friis)
- Example of how to serialise data models to RDF #581 (jesper-friis)
- Updated PR template #579 (jesper-friis)
- Avoid calling a plugin from a plugin #578 (jesper-friis)
- Updated README file in storage plugin example. #577 (jesper-friis)
- Added "str" as an alias for "string" #576 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator