Skip to content

Commit e58cb3a

Browse files
authoredMar 30, 2023
Use signac 2. (#734)
* Use signac 2. * Update changelog.
1 parent 0e5a8b6 commit e58cb3a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed
 

‎changelog.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Changelog
55
The **signac-flow** package follows `semantic versioning <https://semver.org/>`_.
66
The numbers in brackets denote the related GitHub issue and/or pull request.
77

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+
819
Version 0.24
920
============
1021

@@ -14,7 +25,7 @@ Version 0.24
1425
Added
1526
+++++
1627

17-
- Added the OCLF Crusher environment (#708).
28+
- Added the OLCF Crusher environment (#708).
1829

1930
Changed
2031
+++++++

‎pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
# 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",
3634
# For the templated generation of (submission) scripts.
3735
"jinja2>=3.0.0",
3836
# To enable the parallelized execution of operations across processes.

‎requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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
42
jinja2>=3.0.0
53
cloudpickle>=1.6.0
64
deprecation>=2.0.0

0 commit comments

Comments
 (0)