v0.3.21
What's Changed
- Added DOI badge to readme by @jesper-friis in #539
- Update readme by @jesper-friis in #542
- Added a button to toggle on or off the prompt and output in Python examples by @jesper-friis in #544
- New redis storage plugin by @jesper-friis in #549
- Added two additional tests for dlite-type by @jesper-friis in #545
- Update yaml plugin by @jesper-friis in #505
- Added script that patches virtual environment activate script by @jesper-friis in #550
- MinIO plugin by @jesper-friis in #555
- Fixed memory bugs by @jesper-friis in #560
- Replaced some occurrences of
dims
by @jesper-friis in #561 - cmake with virtualenv by @jesper-friis in #559
- Fixed some typos in the redis plugin by @jesper-friis in #554
- Improved error message from Collection.get_instances() by @jesper-friis in #567
- Convince redis to not hang by @jesper-friis in #562
- Updated requirements with versions by @francescalb in #573
- Improved error reporting by @jesper-friis in #563
- Check BSON encoding/decoding of doubles by @jesper-friis in #557
- Python interface by @jesper-friis in #565
- New template-based plugin for generating files by @jesper-friis in #568
Full Changelog: v0.3.20...v0.3.21
Changelog
v0.3.21 (2023-07-12)
Closed issues:
- Fix issue with failing CI/CD workflows #572
- Inconsistent BSON encoding/decoding of doubles #556
- Set default dlite paths correctly when running from virtual environment #547
- Add plugin for redis #546
- Add LD_LIBRARY_PATH to activate script when installing DLite to a virtual Python environment #540
Merged pull requests:
- Updated requirements with versions #573 (francescalb)
- New template-based plugin for generating files #568 (jesper-friis)
- Improved error message from Collection.get_instances() #567 (jesper-friis)
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 #566 (dependabot[bot])
- Python interface #565 (jesper-friis)
- Improved error reporting #563 (jesper-friis)
- Convince redis to not hang #562 (jesper-friis)
- Replaced some occurrences of
dims
#561 (jesper-friis) - Fixed memory bugs #560 (jesper-friis)
- cmake with virtualenv #559 (jesper-friis)
- Check BSON encoding/decoding of doubles #557 (jesper-friis)
- MinIO plugin #555 (jesper-friis)
- Fixed some typos in the redis plugin #554 (jesper-friis)
- Added script that patches virtual environment activate script #550 (jesper-friis)
- New redis storage plugin #549 (jesper-friis)
- Added two additional tests for dlite-type #545 (jesper-friis)
- Added a button to toggle on or off the prompt and output in Python examples #544 (jesper-friis)
- Update readme #542 (jesper-friis)
- Added DOI badge to readme #539 (jesper-friis)
- Update yaml plugin #505 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator