Skip to content

Commit 93c05a6

Browse files
committed
Prep release v1.4.2
1 parent 833a9b0 commit 93c05a6

3 files changed

Lines changed: 31 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.1
20-
date: 2024-07-29
19+
version: 1.4.2
20+
date: 2024-08-14
2121

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

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@ 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+
12+
Release 1.4.2
13+
--------------
14+
15+
:Date: August 14, 2024
16+
17+
* Fix under-utilized resource usage. #1398
18+
* Fixes bug causing executor to wrongly increase processor counts when not all nodes are utilized.
19+
* Fixes case where setting `num_gpus` to zero was treated as `None`.
20+
* Add missing PerlmutterGPU specs (these were detected anyway). #1393
21+
* Handle case where Perlmutter finds no partition. #1391
22+
* Launch environment scripts in shell. #1392
23+
24+
:Examples:
25+
26+
* Add proxystore example (uses a proxy in history array). #1326
27+
28+
:Note:
29+
30+
* Tests were run on Linux and MacOS with Python versions 3.9, 3.10, 3.11, 3.12
31+
* Heterogeneous workflows tested on Frontier (OLCF), Polaris (ALCF), and Perlmutter (NERSC).
32+
* Note that tests have been recently run on Aurora (ALCF), but the system was unavailable at time of release.
33+
34+
:Known Issues:
35+
36+
* See known issues section in the documentation.
37+
38+
1139
Release 1.4.1
1240
--------------
1341

libensemble/version.py

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

0 commit comments

Comments
 (0)