Skip to content

Commit a355db1

Browse files
committed
Release v0.4.1 - Changelog
1 parent 07b2291 commit a355db1

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/SINTEF/oteapi-optimade/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.4.1...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- OPTIMADE plugin produces empty instances of http://onto-ns.com/meta/1.0/OPTIMADEStructureSpecies [\#162](https://github.com/SINTEF/oteapi-optimade/issues/162)
10+
11+
## [v0.4.1](https://github.com/SINTEF/oteapi-optimade/tree/v0.4.1) (2023-10-26)
12+
13+
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.4.0...v0.4.1)
14+
15+
**Fixed bugs:**
16+
17+
- Invalid use of logging [\#174](https://github.com/SINTEF/oteapi-optimade/issues/174)
18+
19+
**Merged pull requests:**
20+
21+
- Properly create assemblies and species [\#172](https://github.com/SINTEF/oteapi-optimade/pull/172) ([CasperWA](https://github.com/CasperWA))
22+
- Proper use of logging [\#171](https://github.com/SINTEF/oteapi-optimade/pull/171) ([jesper-friis](https://github.com/jesper-friis))
23+
324
## [v0.4.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.4.0) (2023-10-23)
425

526
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.3.0...v0.4.0)
@@ -11,7 +32,6 @@
1132
**Fixed bugs:**
1233

1334
- Wrong OPTIMADEStructureAttributes datamodel [\#164](https://github.com/SINTEF/oteapi-optimade/issues/164)
14-
- OPTIMADE plugin produces empty instances of http://onto-ns.com/meta/1.0/OPTIMADEStructureSpecies [\#162](https://github.com/SINTEF/oteapi-optimade/issues/162)
1535
- Pipeline figure not being shown in docs [\#144](https://github.com/SINTEF/oteapi-optimade/issues/144)
1636
- Updated DLite installation pathway [\#136](https://github.com/SINTEF/oteapi-optimade/issues/136)
1737
- `Segmentation fault` from dlite in CI [\#115](https://github.com/SINTEF/oteapi-optimade/issues/115)

oteapi_optimade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
Created from cookiecutter-oteapi-plugin, SINTEF, 2022
77
"""
88

9-
__version__ = "0.4.0"
9+
__version__ = "0.4.1"
1010
__author__ = "Casper Welzel Andersen"
1111
__author_email__ = "casper.w.andersen@sintef.no"

0 commit comments

Comments
 (0)