You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From OTEAPI Core v0.7.0, sessions are handled differently in strategies, leading to signature changes in the strategy methods.
10
+
This development release version matches the current development release version(s) of OTEAPI Core (and OTELib).
11
+
12
+
### Single entity OPTIMADE Structure Resource
13
+
14
+
A single entity has been added to parse an OPTIMADE Structure resource.
15
+
The DLite parse strategy has been updated to support this new entity.
16
+
17
+
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.
18
+
19
+
### DX updates
20
+
21
+
The permanent dependencies branch has been removed in favor of using Dependabot's groups feature and merging everything directly into `main`.
8
22
9
-
- Use Trusted Publishers with PyPI [\#252](https://github.com/SINTEF/oteapi-optimade/issues/252)
23
+
**Implemented enhancements:**
24
+
25
+
- Stop using the permanent dependencies branch [\#254](https://github.com/SINTEF/oteapi-optimade/issues/254)
26
+
- Support new OTEAPI session handling [\#213](https://github.com/SINTEF/oteapi-optimade/issues/213)
27
+
- Minimize SOFT data model to a single file [\#195](https://github.com/SINTEF/oteapi-optimade/issues/195)
28
+
29
+
**Merged pull requests:**
30
+
31
+
- Use proper packages [\#258](https://github.com/SINTEF/oteapi-optimade/pull/258) ([CasperWA](https://github.com/CasperWA))
32
+
- Remove everything to do with the permanent dependencies branch [\#255](https://github.com/SINTEF/oteapi-optimade/pull/255) ([CasperWA](https://github.com/CasperWA))
33
+
- Support OTEAPI Core v0.7 [\#236](https://github.com/SINTEF/oteapi-optimade/pull/236) ([CasperWA](https://github.com/CasperWA))
34
+
- Single SOFT entity for structure resource [\#196](https://github.com/SINTEF/oteapi-optimade/pull/196) ([CasperWA](https://github.com/CasperWA))
@@ -18,6 +43,10 @@ Update dependencies to support the latest core libraries.
18
43
19
44
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.
20
45
46
+
**Fixed bugs:**
47
+
48
+
- Use Trusted Publishers with PyPI [\#252](https://github.com/SINTEF/oteapi-optimade/issues/252)
49
+
21
50
**Merged pull requests:**
22
51
23
52
- Use Trusted Publishers for publishing on PyPI [\#253](https://github.com/SINTEF/oteapi-optimade/pull/253) ([CasperWA](https://github.com/CasperWA))
0 commit comments