Skip to content

Commit 6008c43

Browse files
authored
Merge pull request #31 from openkim/devel
Update to be compatible with kim-api v2.4.1
2 parents ab26230 + 6c5636c commit 6008c43

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Change Log
22

3+
4+
## v2.1.3 (2025/04/16)
5+
6+
- Update version to be compatible with kim-api v2.4.1
7+
8+
9+
## v2.1.2 (2025/03/20)
10+
11+
- Update version to be compatible with kim-api v2.4.0
12+
13+
14+
## v2.1.1 (2023/12/17)
15+
16+
### Bug Fixes 🐛
17+
* Use kim-api in publish by @mjwen in https://github.com/openkim/kimpy/pull/22
18+
* Fix publish actions by @mjwen in https://github.com/openkim/kimpy/pull/23
19+
20+
### Enhancements 🛠
21+
* Use conda-forge kim-api for GH testing by @mjwen in https://github.com/openkim/kimpy/pull/20
22+
23+
324
## v2.1.0 (2022/12/06)
425

526
- Fixing inverse function bug in neighbor list, which can result in incorrect
627
padding
728
- Using pyproject.toml, and refactoring build and test requires
829

30+
931
## v2.0.1 (2022/08/18)
1032

1133
- Include generated binding and testing file in the repo, instead of generating
@@ -14,6 +36,7 @@
1436
- Drop python3.6 support
1537
- Update to be compatible with kim-api-2.3.0
1638

39+
1740
## v2.0.0 (2021/04/26)
1841

1942
This release is not backward compatible.
@@ -31,6 +54,7 @@ This release is not backward compatible.
3154
of the NeighList object and calls its methods.
3255
- Find example usage at kimpy/examples/
3356

57+
3458
## v0.3.3 (2019/10/28)
3559

3660
- Update setup.py to not explicitly use `pip` and `python`

api_compatibility.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
2.1.0 2.3.0 2.2.1
2828
2.1.1 2.3.0 2.2.1
2929
2.1.2 2.4.0 2.2.1
30+
2.1.3 2.4.1 2.2.1

kimpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.2"
1+
__version__ = "2.1.3"
22

33
# import all modules
44
from . import model

0 commit comments

Comments
 (0)