|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/EMMC-ASBL/oteapi-dlite/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v1.0.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v1.0.1...HEAD) |
6 | 6 |
|
7 | | -# OTEAPI Dlite v1 |
| 7 | +## Update dependencies |
8 | 8 |
|
9 | | -This release marks the upgrade from in-development versions to a proper v1. |
10 | | -It represents the vast work that has gone into the OTE work through various EU projects; developing and utilizing the technology to bring semantically documented data through to simulators and other software that can specify what they desire, semantically, and subsequently retrieve it through OTE pipelines. |
| 9 | +The main reason for this update is to ensure the proper dependencies are installed and supported for security, stability, and compatibility reasons. |
11 | 10 |
|
12 | | -## Drop Python 3.9 support |
| 11 | +### Miscellaneous |
13 | 12 |
|
14 | | -With this version Python 3.9 support is also dropped. |
15 | | -This matches the drop of Python 3.9 support in the [OTEAPI Core](https://github.com/EMMC-ASBL/oteapi-core) package. |
| 13 | +Updated development/developer tools and associated changes in the code base. |
16 | 14 |
|
17 | | -The minimum required Python version is now Python 3.10. |
18 | | -Python 3.12 test runs are added to the CI workflows. |
| 15 | +## [v1.0.1](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v1.0.1) (2026-04-21) |
19 | 16 |
|
20 | | -## Upgrade to latest DLite and tripper |
| 17 | +[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v1.0.0...v1.0.1) |
21 | 18 |
|
22 | | -The latest versions of DLite (v0.5.29) and tripper (v0.4.0) as of this release are now supported. |
23 | | -These versions bring several updates and crucial fixes. |
| 19 | +## Update dependencies |
24 | 20 |
|
25 | | -## DX |
| 21 | +The main reason for this update is to ensure the proper dependencies are installed and supported for security, stability, and compatibility reasons. |
26 | 22 |
|
27 | | -Update dev tools, specifically add several other dev tools: `blacken-docs` and `markdownlint-cli2`, as well as several other pre-commit hooks from the base pre-commit-hooks repository. |
| 23 | +### Miscellaneous |
| 24 | + |
| 25 | +Updated development/developer tools and associated changes in the code base. |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Drop `safety` in favor of `pip-audit` [\#355](https://github.com/EMMC-ASBL/oteapi-dlite/pull/355) ([CasperWA](https://github.com/CasperWA)) |
28 | 30 |
|
29 | 31 | ## [v1.0.0](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v1.0.0) (2025-04-11) |
30 | 32 |
|
|
0 commit comments