Skip to content

Changelog

v1.0.0 (2025-04-11)

Full Changelog

OTEAPI OPTIMADE v1

This release marks the upgrade from in-development versions to a proper v1. 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.

Drop Python 3.9 support

With this version Python 3.9 support is also dropped. This matches the drop of Python 3.9 support in the OTEAPI Core package.

The minimum required Python version is now Python 3.10. Python 3.13 test runs are added to the CI workflows.

Upgrade to OPTIMADE v1.2.0

At least concerning the structures resources, OPTIMADE v1.2.0 is now supported. This means space group properties/attributes are now be handled as intended.

Upgrade to latest OPTIMADE Python tools

As a natural extension of supporting OPTIMADE v1.2.0, the latest OPTIMADE Python tools version as of this release is also supported (v1.2.4).

Upgrade to latest DLite

The latest versions of DLite (v0.5.29) as of this release is now supported. This version brings several updates and crucial fixes.

DX

Update dev tools, specifically add the markdownlint-cli2 dev tool and ensure Python3.10 minimum code syntax is used throughout the code base.

Merged pull requests:

  • Updates to align with OTE v1 changes #295 (CasperWA)
  • Support OPTIMADE v1.2.0 & drop Python 3.9 support #294 (CasperWA)
  • Cap DLite-Python version at 0.5.23 due to SegFault #279 (CasperWA)

v0.6.0.dev0 (2024-09-04)

Full Changelog

Support modern session handling in OTEAPI Core

From OTEAPI Core v0.7.0, sessions are handled differently in strategies, leading to signature changes in the strategy methods. This development release version matches the current development release version(s) of OTEAPI Core (and OTELib).

Single entity OPTIMADE Structure Resource

A single entity has been added to parse an OPTIMADE Structure resource. The DLite parse strategy has been updated to support this new entity.

Furthermore, utility/helper functions to parse the resulting species and assemblies data are available at oteapi_optimade.parse_species() and oteapi_optimade.parse_assemblies(), respectively.

DX updates

The permanent dependencies branch has been removed in favor of using Dependabot's groups feature and merging everything directly into main.

Implemented enhancements:

  • Stop using the permanent dependencies branch #254
  • Support new OTEAPI session handling #213
  • Minimize SOFT data model to a single file #195

Merged pull requests:

v0.5.1 (2024-09-03)

Full Changelog

Update to latest dependencies

Update dependencies to support the latest core libraries.

This release is done almost immediately prior to the v0.6.0.dev0 release, which will support the upcoming re-design of OTEAPI Core and the use of sessions.

Fixed bugs:

  • Use Trusted Publishers with PyPI #252

Merged pull requests:

  • Use Trusted Publishers for publishing on PyPI #253 (CasperWA)

v0.5.0 (2024-03-07)

Full Changelog

Implemented enhancements:

  • Migrate to pydantic v2 #163

Fixed bugs:

  • Pin to specific oteapi docker image version for testing #187

Merged pull requests:

v0.4.2 (2023-10-26)

Full Changelog

v0.4.1 (2023-10-26)

Full Changelog

Fixed bugs:

  • Invalid use of logging #174
  • OPTIMADE plugin produces empty instances of http://onto-ns.com/meta/1.0/OPTIMADEStructureSpecies #162

Merged pull requests:

v0.4.0 (2023-10-23)

Full Changelog

Implemented enhancements:

  • Add example(s) #124

Fixed bugs:

  • Wrong OPTIMADEStructureAttributes datamodel #164
  • Pipeline figure not being shown in docs #144
  • Updated DLite installation pathway #136
  • Segmentation fault from dlite in CI #115
  • init file missing in the new dlite module #113

Closed issues:

  • Make the JSON-serialisation of entities human readable #160
  • Use ruff instead of pylint (and isort) #156

Merged pull requests:

v0.3.0 (2023-03-30)

Full Changelog

Implemented enhancements:

  • Use SINTEF/ci-cd CI - Tests workflow #71
  • Implement support for DLite #31

Fixed bugs:

  • Fix CI/CD workflows for external usage #84
  • Update to SINTEF/ci-cd instead of CasperWA/ci-cd #72

Closed issues:

  • Use SINTEF/ci-cd v2 #104
  • Reinstate pre-commit hooks for docs #68

Merged pull requests:

v0.2.2 (2022-07-06)

Full Changelog

Implemented enhancements:

  • Update to use all workflows from CasperWA/gh-actions #63 (CasperWA)

Fixed bugs:

  • New workflow is removing API reference in documentation #64

Closed issues:

  • Update to new repository name for callable workflows #66

Merged pull requests:

  • Use new repo name for callable workflows repo #67 (CasperWA)
  • Properly create API reference and clean up #65 (CasperWA)

v0.2.1 (2022-07-01)

Full Changelog

Closed issues:

  • Set test: false for publish workflow #61

Merged pull requests:

v0.2.1-alpha.1 (2022-07-01)

Full Changelog

Implemented enhancements:

  • Auto-merge generated PR from new workflow #49
  • Properly update dependencies #46
  • Use CasperWA/gh-actions workflows #60 (CasperWA)

Fixed bugs:

  • New workflow failing #48

Merged pull requests:

  • [Auto-generated] Update dependencies #53 (TEAM4-0)
  • [Auto-generated] Update dependencies #52 (TEAM4-0)
  • Auto-merge new CD workflow-generated PR #50 (CasperWA)
  • New CD workflow to update dependencies in pyproject.toml #47 (CasperWA)
  • [Auto-generated] Update dependencies #44 (TEAM4-0)

v0.2.0 (2022-05-18)

Full Changelog

Implemented enhancements:

  • Implement OPTIMADE filter strategy #4

Fixed bugs:

  • CI docker connection issues #34

Closed issues:

  • Use the optimade container image in CI #41
  • Extend acknowledgements in README #38

Merged pull requests:

v0.1.0 (2022-03-29)

Full Changelog

Implemented enhancements:

  • Correctly handle trailing slashes (/) #28

Merged pull requests:

v0.0.2 (2022-03-29)

Full Changelog

Implemented enhancements:

  • Implement OPTIMADE parse strategy #5
  • Implement OPTIMADE resource strategy #3

Fixed bugs:

  • Fix CI connection refusal for pytest-real-backend job #26
  • CD workflow failing - flit not building #23
  • Black issue with click #21
  • CD workflow failing #18
  • GH GraphQL type issue in auto-merge workflow #6
  • Fix CI #1

Closed issues:

  • CI test with end-to-end #17

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator