We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec76bb commit c55c861Copy full SHA for c55c861
changelog.txt
@@ -8,12 +8,13 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
8
Version 0.26
9
============
10
11
-[0.26.1] -- not yet released
12
-----------------------------
+[0.26.1] -- 2023-xx-xx
+----------------------
13
14
Fixed
15
+++++
16
17
+- Packaging of files in ``flow.scripts`` used in CLI (#765).
18
- Schedule 56 cores per node on OLCF Frontier (#764).
19
20
[0.26.0] -- 2023-09-06
flow/scripts/__init__.py
@@ -0,0 +1,4 @@
1
+# Copyright (c) 2023 The Regents of the University of Michigan
2
+# All rights reserved.
3
+# This software is licensed under the BSD 3-Clause License.
4
+"""Import command line scripts."""
0 commit comments