Skip to content

Releases: SINTEF/oteapi-optimade

v0.6.0.dev0

04 Sep 14:21
Compare
Choose a tag to compare

Changelog

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:

* This Changelog was automatically generated by github_changelog_generator

v0.5.1

03 Sep 13:53
Compare
Choose a tag to compare

Changelog

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:

* This Changelog was automatically generated by github_changelog_generator

v0.5.0

07 Mar 13:56
Compare
Choose a tag to compare

Migrate to pydantic v2

Migrate from pydantic v1 to v2, supporting the latest versions of OTEAPI-related packages.

Changelog

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:

* This Changelog was automatically generated by github_changelog_generator

v0.4.2

26 Oct 12:52
Compare
Choose a tag to compare

Update DLite support

Support the latest DLite versions (v0.4.x).

Changelog

v0.4.2 (2023-10-26)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

v0.4.1

26 Oct 12:21
Compare
Choose a tag to compare

Fix populating assemblies and species

Populating assemblies and species for the DLite parse strategy was broken - this patch update is mainly here to fix that.

Changelog

v0.4.1 (2023-10-26)

Full Changelog

Fixed bugs:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.4.0

23 Oct 12:36
Compare
Choose a tag to compare

Examples in documentation

Outside of several fixes and QoL upgrades for developers, this update introduces Jupyter Notebook examples in the documentation for how to use the OTEAPI strategies from this repository.

Changelog

v0.4.0 (2023-10-23)

Full Changelog

Implemented enhancements:

  • Add example(s) #124

Fixed bugs:

Closed issues:

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

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.3.0

30 Mar 20:36
Compare
Choose a tag to compare

Support DLite

Support for DLite has been implemented.
A custom OPTIMADE-to-DLite parser strategy has been implemented, which the existing resource strategy can utilize, if so desired.
This means one can use the resource strategy as always, but toggle a use_dlite flag to store and later utilize the found OPTIMADE structures downstream in an OTEAPI pipeline.

Changelog

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:

* This Changelog was automatically generated by github_changelog_generator

v0.2.2

06 Jul 11:59
Compare
Choose a tag to compare

Full use of callable workflows

The repository now fully utilizes the callable/reusable workflows from CasperWA/ci-cd (previous CasperWA/gh-actions).
This means the invoke tasks have also been completely removed as well as the related pre-commit hooks for updating the documentation. As this latter part is an intended new development in the CasperWA/ci-cd repository, this will be re-implemented again later.
The invoke dependency has been removed.

Changelog

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:

* This Changelog was automatically generated by github_changelog_generator

v0.2.1-alpha.1

01 Jul 14:13
Compare
Choose a tag to compare

Test release

This is a test release for testing the new workflow setup.
It will publish to TestPyPI and not deploy the documentation.

Changelog

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)

* This Changelog was automatically generated by github_changelog_generator

v0.2.1

01 Jul 14:32
Compare
Choose a tag to compare

A proper (test) release

This is the (final) test for the new release workflow.
Note: The previous version (v0.2.1-alpha.1) will not be removed, and can be found on TestPyPI.

Changelog

* This Changelog was automatically generated by github_changelog_generator