From 6f949e5469c81790346900066281451e33c17105 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 23 Oct 2023 12:38:44 +0000 Subject: [PATCH] Release v0.4.0 - Changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ oteapi_optimade/__init__.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a0923..ed7a6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [v0.4.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.4.0) (2023-10-23) + +[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.3.0...v0.4.0) + +**Implemented enhancements:** + +- Add example\(s\) [\#124](https://github.com/SINTEF/oteapi-optimade/issues/124) + +**Fixed bugs:** + +- Wrong OPTIMADEStructureAttributes datamodel [\#164](https://github.com/SINTEF/oteapi-optimade/issues/164) +- OPTIMADE plugin produces empty instances of http://onto-ns.com/meta/1.0/OPTIMADEStructureSpecies [\#162](https://github.com/SINTEF/oteapi-optimade/issues/162) +- Pipeline figure not being shown in docs [\#144](https://github.com/SINTEF/oteapi-optimade/issues/144) +- Updated DLite installation pathway [\#136](https://github.com/SINTEF/oteapi-optimade/issues/136) +- `Segmentation fault` from dlite in CI [\#115](https://github.com/SINTEF/oteapi-optimade/issues/115) +- init file missing in the new `dlite` module [\#113](https://github.com/SINTEF/oteapi-optimade/issues/113) + +**Closed issues:** + +- Make the JSON-serialisation of entities human readable [\#160](https://github.com/SINTEF/oteapi-optimade/issues/160) +- Use ruff instead of pylint \(and isort\) [\#156](https://github.com/SINTEF/oteapi-optimade/issues/156) + +**Merged pull requests:** + +- Write Ångström such that it is understandable by Pint in datamodel [\#170](https://github.com/SINTEF/oteapi-optimade/pull/170) ([jesper-friis](https://github.com/jesper-friis)) +- Update data models [\#169](https://github.com/SINTEF/oteapi-optimade/pull/169) ([CasperWA](https://github.com/CasperWA)) +- Move from pylint \(& isort\) to ruff [\#157](https://github.com/SINTEF/oteapi-optimade/pull/157) ([CasperWA](https://github.com/CasperWA)) +- Use relative link, which works only in production [\#145](https://github.com/SINTEF/oteapi-optimade/pull/145) ([CasperWA](https://github.com/CasperWA)) +- Avoid DLite v0.4.0 [\#139](https://github.com/SINTEF/oteapi-optimade/pull/139) ([CasperWA](https://github.com/CasperWA)) +- DLite notebook example [\#127](https://github.com/SINTEF/oteapi-optimade/pull/127) ([CasperWA](https://github.com/CasperWA)) +- Add example to documentation [\#125](https://github.com/SINTEF/oteapi-optimade/pull/125) ([CasperWA](https://github.com/CasperWA)) +- Add \_\_init\_\_ file to dlite submodule [\#122](https://github.com/SINTEF/oteapi-optimade/pull/122) ([CasperWA](https://github.com/CasperWA)) +- Avoid psycopg2-binary v2.9.6 [\#117](https://github.com/SINTEF/oteapi-optimade/pull/117) ([CasperWA](https://github.com/CasperWA)) + ## [v0.3.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.3.0) (2023-03-30) [Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.2.2...v0.3.0) diff --git a/oteapi_optimade/__init__.py b/oteapi_optimade/__init__.py index 3ab5338..71870a4 100644 --- a/oteapi_optimade/__init__.py +++ b/oteapi_optimade/__init__.py @@ -6,6 +6,6 @@ Created from cookiecutter-oteapi-plugin, SINTEF, 2022 """ -__version__ = "0.3.0" +__version__ = "0.4.0" __author__ = "Casper Welzel Andersen" __author_email__ = "casper.w.andersen@sintef.no"