Skip to content

Commit

Permalink
Release v0.1.7 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Feb 23, 2024
1 parent 8e75de5 commit 8259bbb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion oteapi_dlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8259bbb

Please sign in to comment.