File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Changelog
5
5
The **signac-flow** package follows `semantic versioning <https://semver.org/>`_.
6
6
The numbers in brackets denote the related GitHub issue and/or pull request.
7
7
8
+ Version 0.25
9
+ ============
10
+
11
+ [0.25.0] -- 2023-03-30
12
+ ----------------------
13
+
14
+ Changed
15
+ +++++++
16
+
17
+ - Requires signac 2.0.0 (#734).
18
+
8
19
Version 0.24
9
20
============
10
21
@@ -14,7 +25,7 @@ Version 0.24
14
25
Added
15
26
+++++
16
27
17
- - Added the OCLF Crusher environment (#708).
28
+ - Added the OLCF Crusher environment (#708).
18
29
19
30
Changed
20
31
+++++++
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ classifiers = [
30
30
]
31
31
dependencies = [
32
32
# The core package.
33
- # TODO: Test against the released 2.0.0 once available.
34
- # "signac>=2.0.0",
35
- " signac @ git+https://github.com/glotzerlab/signac@master" ,
33
+ " signac>=2.0.0" ,
36
34
# For the templated generation of (submission) scripts.
37
35
" jinja2>=3.0.0" ,
38
36
# To enable the parallelized execution of operations across processes.
Original file line number Diff line number Diff line change 1
- # TODO: Test against the released 2.0.0 once available.
2
- # signac>=2.0.0
3
- signac @ git+https://github.com/glotzerlab/signac@master
1
+ signac >= 2.0.0
4
2
jinja2 >= 3.0.0
5
3
cloudpickle >= 1.6.0
6
4
deprecation >= 2.0.0
You can’t perform that action at this time.
0 commit comments