Skip to content

Commit d60336f

Browse files
committed
Prep release v1.4.1
1 parent 18db310 commit d60336f

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

.wci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |
1616
language: Python
1717

1818
release:
19-
version: 1.4.0
20-
date: 2024-07-25
19+
version: 1.4.1
20+
date: 2024-07-29
2121

2222
documentation:
2323
general: https://libensemble.readthedocs.io

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ GitHub issues are referenced, and can be viewed with hyperlinks on the `github r
88

99
.. _`github releases page`: https://github.com/Libensemble/libensemble/releases
1010

11+
Release 1.4.1
12+
--------------
13+
14+
:Date: July 29, 2024
15+
16+
* Fix erroneous ``nworkers`` warning when using ``mpi4py`` comms. #1383
17+
18+
19+
:Note:
20+
21+
* Tests were run on Linux and MacOS with Python versions 3.9, 3.10, 3.11, 3.12
22+
* Heterogeneous workflows tested on Frontier (OLCF), Polaris (ALCF), and Perlmutter (NERSC).
23+
* Note that tests have been recently run on Aurora (ALCF), but the system was unavailable at time of release.
24+
* Tests were also run on the Improv LCRC system.
25+
26+
:Known Issues:
27+
28+
* See known issues section in the documentation.
29+
30+
1131
Release 1.4.0
1232
--------------
1333

libensemble/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0+dev"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)