Skip to content

Commit

Permalink
Release v0.1.6 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Oct 26, 2023
1 parent 90646b1 commit a5f90f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Changelog

## [Unreleased](https://github.com/EMMC-ASBL/oteapi-dlite/tree/HEAD)
## [v0.1.6](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.6) (2023-10-25)

[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.5...HEAD)
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.5...v0.1.6)

**Fixed bugs:**

- Image parse strategy will change in OTEAPI Core [\#172](https://github.com/EMMC-ASBL/oteapi-dlite/issues/172)
- Pin OTEAPI Core to \< v0.6 [\#186](https://github.com/EMMC-ASBL/oteapi-dlite/issues/186)
- "Still" getting SegFaults with DLite v0.4.x [\#179](https://github.com/EMMC-ASBL/oteapi-dlite/issues/179)

**Merged pull requests:**

- \[Auto-generated\] Update dependencies [\#193](https://github.com/EMMC-ASBL/oteapi-dlite/pull/193) ([TEAM4-0](https://github.com/TEAM4-0))
- \[Auto-generated\] Update dependencies [\#191](https://github.com/EMMC-ASBL/oteapi-dlite/pull/191) ([TEAM4-0](https://github.com/TEAM4-0))
- Update requirements on dlite [\#178](https://github.com/EMMC-ASBL/oteapi-dlite/pull/178) ([jesper-friis](https://github.com/jesper-friis))
- Update mkdocs-material requirement from ~=9.1 to ~=9.4 [\#174](https://github.com/EMMC-ASBL/oteapi-dlite/pull/174) ([dependabot[bot]](https://github.com/apps/dependabot))
- \[Auto-generated\] Update dependencies [\#169](https://github.com/EMMC-ASBL/oteapi-dlite/pull/169) ([TEAM4-0](https://github.com/TEAM4-0))
- Bump actions/checkout from 3 to 4 [\#167](https://github.com/EMMC-ASBL/oteapi-dlite/pull/167) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update pre-commit requirement from ~=3.3 to ~=3.4 [\#166](https://github.com/EMMC-ASBL/oteapi-dlite/pull/166) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update mkdocstrings\[python\] requirement from ~=0.22.0 to ~=0.23.0 [\#165](https://github.com/EMMC-ASBL/oteapi-dlite/pull/165) ([dependabot[bot]](https://github.com/apps/dependabot))
- Relative file paths in tests [\#164](https://github.com/EMMC-ASBL/oteapi-dlite/pull/164) ([jesper-friis](https://github.com/jesper-friis))

## [v0.1.5](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.5) (2023-09-22)

[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.4...v0.1.5)

**Fixed bugs:**

- Image parse strategy will change in OTEAPI Core [\#172](https://github.com/EMMC-ASBL/oteapi-dlite/issues/172)

**Merged pull requests:**

- Support image being stored in DataCache as bytes [\#173](https://github.com/EMMC-ASBL/oteapi-dlite/pull/173) ([CasperWA](https://github.com/CasperWA))
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.5"
__version__ = "0.1.6"
__author__ = "[email protected]"
__author_email__ = "[email protected]"

0 comments on commit a5f90f1

Please sign in to comment.