Skip to content

Commit 1de7803

Browse files
authored
Merge pull request #6 from fkfest/auto/from-devel-repo
Merge changes from development repository
2 parents 4e1a5a5 + 2a591c4 commit 1de7803

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## Version [v0.11.1] - 2024.04.12
4+
5+
### Changed
6+
7+
* Remove `ArgParse` dependency and set `[compat]` section in `Project.toml`.
8+
39
## Version [v0.11.0] - 2024.04.12
410

511
### Breaking

Project.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name = "ElemCo"
22
uuid = "094d408e-8508-40f4-9646-a254980d91ac"
33
authors = ["Daniel Kats <d.kats@fkf.mpg.de> and contributors"]
4-
version = "0.11.0"
4+
version = "0.11.1"
55

66
[deps]
7-
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
87
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
98
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
109
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -21,8 +20,17 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2120
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
2221

2322
[compat]
24-
TensorOperations = ">=3.2.5"
2523
julia = "1.8.5"
24+
AtomsBase = "0.3.5 - 0.3"
25+
DocStringExtensions = "0.9"
26+
GaussianBasis = "0.4"
27+
IterativeSolvers = "0.9"
28+
MKL = "0.6"
29+
NPZ = "0.4"
30+
TensorOperations = "3.2.5 - 4"
31+
Unitful = "1"
32+
UnitfulAtomic = "1"
33+
2634

2735
[extras]
2836
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/ElemCo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export @ECinit, @tryECinit, @set, @opt, @reset, @run, @method2string
6969
export @transform_ints, @write_ints, @dfints, @freeze_orbs, @rotate_orbs
7070
export @dfhf, @dfuhf, @cc, @dfcc, @bohf, @bouhf
7171

72-
const __VERSION__ = "0.11.0"
72+
const __VERSION__ = "0.11.1"
7373

7474
"""
7575
__init__()

0 commit comments

Comments
 (0)