File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 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
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
1942This 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 `
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "2.1.2 "
1+ __version__ = "2.1.3 "
22
33# import all modules
44from . import model
You can’t perform that action at this time.
0 commit comments