v0.4.6
What's Changed
- Fix typo in CMakeLists.txt when installing dlite-validate by @jesper-friis in #703
- Do not free the librdf world if called from atexit handler. by @jesper-friis in #700
- Changed assertment for invalid json to error by @jesper-friis in #698
- Updated setup.py to read requirements from requirements.txt by @jesper-friis in #697
- Updated gitignore files by @jesper-friis in #695
- Update nbclient requirement from <0.9,>=0.2 to >=0.2,<0.10 by @dependabot in #707
- Automatic detect virtualenv by @jesper-friis in #696
- Added uninstall cmake target by @jesper-friis in #694
- Avoid adding new states to session while freeing all states. by @jesper-friis in #713
- Cleaned up checking whether we are in an atexit handler by @jesper-friis in #718
- Patching virtualenv activate.sh for multiple Python versions by @jesper-friis in #664
- Updated setting default CMAKE_INSTALL_PREFIX such that it is only set once by @jesper-friis in #715
- Created a human readable error message for missing units. by @jesper-friis in #708
- Improved error codes by @jesper-friis in #719
- Added refcounting to storages by @jesper-friis in #716
- Make json serialisation of collections more readable by @jesper-friis in #726
- Applied general fixes from PR 667 by @jesper-friis in #720
- Updated README file for python storage plugins by @jesper-friis in #733
- Fix "make uninstall" by @jesper-friis in #728
- Apply last changes from PR #667 by @jesper-friis in #736
- Added tests for both new and old instance formats by @jesper-friis in #730
- Added high-quality random number generators by @jesper-friis in #745
- Added dockerfile for building with Ubuntu and minimal requirements by @jesper-friis in #729
- Added image plugin by @jesper-friis in #732
- Print DLite errors in color by default by @jesper-friis in #748
- Try to test for Python 3.12 on Windows by @jesper-friis in #742
- Added support for Python 3.12 via manylinux_x_y by @jesper-friis in #739
- Improve compiling on Ubuntu by @jesper-friis in #753
- Avoid duplication of error messages by @jesper-friis in #758
- Fix issues when compiling without Python by @jesper-friis in #761
- Updated error documentation by @jesper-friis in #760
Full Changelog: v0.4.5...v0.4.6
Changelog
v0.4.6 (2024-01-18)
Closed issues:
- Avoid duplication of error messages #757
- make uninstall does not remove dlite-validate #714
- Tests are not skipped when building with minimal requirements #711
- Install blas on musl linux docker image #705
- Add more context to error messages #704
- test for old entities #702
- requirements in setup.py and requirements.txt #693
- Invalid entity (json file) can crash DLite #691
- Update the storages readme with all available plugins in native dlite #690
- Copy image storage plugin from TEM example to default plugins #685
Merged pull requests:
- Fix issues when compiling without Python #761 (jesper-friis)
- Updated error documentation #760 (jesper-friis)
- Avoid duplication of error messages #758 (jesper-friis)
- Improve compiling on Ubuntu #753 (jesper-friis)
- Print DLite errors in color by default #748 (jesper-friis)
- Added high-quality random number generators #745 (jesper-friis)
- Try to test for Python 3.12 on Windows #742 (jesper-friis)
- Added support for Python 3.12 via manylinux_x_y #739 (jesper-friis)
- Apply last changes from PR #667 #736 (jesper-friis)
- Updated README file for python storage plugins #733 (jesper-friis)
- Added image plugin #732 (jesper-friis)
- Added tests for both new and old instance formats #730 (jesper-friis)
- Added dockerfile for building with Ubuntu and minimal requirements #729 (jesper-friis)
- Fix "make uninstall" #728 (jesper-friis)
- Make json serialisation of collections more readable #726 (jesper-friis)
- Applied general fixes from PR 667 #720 (jesper-friis)
- Improved error codes #719 (jesper-friis)
- Cleaned up checking whether we are in an atexit handler #718 (jesper-friis)
- Added refcounting to storages #716 (jesper-friis)
- Updated setting default CMAKE_INSTALL_PREFIX such that it is only set once #715 (jesper-friis)
- Avoid adding new states to session while freeing all states. #713 (jesper-friis)
- Bump SINTEF/ci-cd from 2.5.3 to 2.6.0 #709 (dependabot[bot])
- Created a human readable error message for missing units. #708 (jesper-friis)
- Update nbclient requirement from <0.9,>=0.2 to >=0.2,<0.10 #707 (dependabot[bot])
- Fix typo in CMakeLists.txt when installing dlite-validate #703 (jesper-friis)
- Update sphinxcontrib-plantuml requirement from ~=0.26 to ~=0.27 #701 (dependabot[bot])
- Do not free the librdf world if called from atexit handler. #700 (jesper-friis)
- Colourful errors #699 (jesper-friis)
- Changed assertment for invalid json to error #698 (jesper-friis)
- Updated setup.py to read requirements from requirements.txt #697 (jesper-friis)
- Automatic detect virtualenv #696 (jesper-friis)
- Updated gitignore files #695 (jesper-friis)
- Added uninstall cmake target #694 (jesper-friis)
- Bump SINTEF/ci-cd from 2.5.2 to 2.5.3 #679 (dependabot[bot])
- Patching virtualenv activate.sh for multiple Python versions #664 (jesper-friis)
- Bump psycopg2-binary from 2.9.8 to 2.9.9 #663 (dependabot[bot])
- Bump SINTEF/ci-cd from 2.5.1 to 2.5.2 #662 (dependabot[bot])
- Bump psycopg2-binary from 2.9.7 to 2.9.8 #659 (dependabot[bot])
- Update numpy requirement from <1.26.0,>=1.14.5 to >=1.14.5,<1.27.0 #650 (dependabot[bot])
- Bump docker/setup-buildx-action from 2 to 3 #646 (dependabot[bot])
- Bump docker/build-push-action from 4 to 5 #645 (dependabot[bot])
- Bump docker/login-action from 2 to 3 #644 (dependabot[bot])
- Bump actions/setup-python from 3 to 4 #638 (dependabot[bot])
- Bump actions/checkout from 3 to 4 #637 (dependabot[bot])
- Update pandas requirement from <2.1,>=1.2 to >=1.2,<2.2 #636 (dependabot[bot])
- Update rdflib requirement from <7,>=4.2.1 to >=4.2.1,<8 #635 (dependabot[bot])
- Bump psycopg2-binary from 2.9.5 to 2.9.7 #634 (dependabot[bot])
- Bump SINTEF/ci-cd from 2.4.0 to 2.5.1 #632 (dependabot[bot])
- [Auto-generated] Update dependencies #631 (TEAM4-0)
- Update sphinxcontrib-plantuml requirement from ~=0.24 to ~=0.26 #628 (dependabot[bot])
- Update nbclient requirement from <0.6,>=0.2 to >=0.2,<0.9 #627 (dependabot[bot])
- Update sphinx-autoapi requirement from ~=2.0 to ~=2.1 #625 (dependabot[bot])
- Update myst-nb requirement from ~=0.17.1 to ~=0.17.2 #624 (dependabot[bot])
- Bump psycopg2-binary from 2.9.5 to 2.9.7 #623 (dependabot[bot])
- Update rdflib requirement from <7,>=4.2.1 to >=4.2.1,<8 #622 (dependabot[bot])
- Update numpy requirement from <1.25.0,>=1.20.3 to >=1.20.3,<1.26.0 #621 (dependabot[bot])
- Update sphinx-design requirement from ~=0.3.0 to ~=0.5.0 #620 (dependabot[bot])
- Update sphinx requirement from <5,>=4.5.0 to >=4.5.0,<8 #619 (dependabot[bot])
- Update docutils requirement from <0.18,>=0.14 to >=0.14,<0.21 #618 (dependabot[bot])
- Update sphinx-book-theme requirement from ~=0.3.3 to ~=1.0.1 #617 (dependabot[bot])
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10 #600 (dependabot[bot])
- Bump actions/upload-pages-artifact from 1 to 2 #599 (dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator