From 8259bbb30cd6c36010283a33b825e6c935fe26a2 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Fri, 23 Feb 2024 08:24:02 +0000 Subject: [PATCH] Release v0.1.7 - Changelog --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- oteapi_dlite/__init__.py | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033905a2..c112448d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog -## [v0.1.6](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.6) (2023-10-25) +## [Unreleased](https://github.com/EMMC-ASBL/oteapi-dlite/tree/HEAD) + +[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.7...HEAD) + +**Closed issues:** + +- Document functionality/features [\#196](https://github.com/EMMC-ASBL/oteapi-dlite/issues/196) +- Reenable update-docs-api-reference in ci workflow [\#83](https://github.com/EMMC-ASBL/oteapi-dlite/issues/83) + +## [v0.1.7](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.7) (2024-02-23) + +[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.6...v0.1.7) + +**Closed issues:** + +- `mypy` update detects new type error [\#212](https://github.com/EMMC-ASBL/oteapi-dlite/issues/212) + +**Merged pull requests:** + +- Add tuple as input type in `parse_excel.infer_metadata()` [\#213](https://github.com/EMMC-ASBL/oteapi-dlite/pull/213) ([ajeklund](https://github.com/ajeklund)) +- Update documentation preparation [\#209](https://github.com/EMMC-ASBL/oteapi-dlite/pull/209) ([CasperWA](https://github.com/CasperWA)) +- \[Auto-generated\] Update dependencies [\#200](https://github.com/EMMC-ASBL/oteapi-dlite/pull/200) ([TEAM4-0](https://github.com/TEAM4-0)) +- \[Auto-generated\] Update dependencies [\#198](https://github.com/EMMC-ASBL/oteapi-dlite/pull/198) ([TEAM4-0](https://github.com/TEAM4-0)) +- Added new filter strategy [\#195](https://github.com/EMMC-ASBL/oteapi-dlite/pull/195) ([jesper-friis](https://github.com/jesper-friis)) +- Added "store\_collection" option to generate strategy [\#184](https://github.com/EMMC-ASBL/oteapi-dlite/pull/184) ([jesper-friis](https://github.com/jesper-friis)) + +## [v0.1.6](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.6) (2023-10-26) [Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.5...v0.1.6) diff --git a/oteapi_dlite/__init__.py b/oteapi_dlite/__init__.py index 25ba0c4c..6ad4d0da 100644 --- a/oteapi_dlite/__init__.py +++ b/oteapi_dlite/__init__.py @@ -6,6 +6,6 @@ Created from cookiecutter-oteapi-plugin, SINTEF, 2022 """ -__version__ = "0.1.6" +__version__ = "0.1.7" __author__ = "team4.0@sintef.no" __author_email__ = "team4.0@sintef.no"