Skip to content

Commit 586797f

Browse files
committed
Release v1.0.1 - Changelog
1 parent 07bb63d commit 586797f

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22

33
## [Unreleased](https://github.com/EMMC-ASBL/oteapi-dlite/tree/HEAD)
44

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)
66

7-
# OTEAPI Dlite v1
7+
## Update dependencies
88

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.
1110

12-
## Drop Python 3.9 support
11+
### Miscellaneous
1312

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.
1614

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)
1916

20-
## Upgrade to latest DLite and tripper
17+
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v1.0.0...v1.0.1)
2118

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
2420

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.
2622

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))
2830

2931
## [v1.0.0](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v1.0.0) (2025-04-11)
3032

oteapi_dlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
from __future__ import annotations
1010

11-
__version__ = "1.0.0"
11+
__version__ = "1.0.1"
1212
__author__ = "team4.0@sintef.no"
1313
__author_email__ = "team4.0@sintef.no"

0 commit comments

Comments
 (0)