Skip to content

Commit 7d0ccc0

Browse files
committed
Update version and release details
1 parent 63e9afd commit 7d0ccc0

3 files changed

Lines changed: 24 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.2.0
20-
date: 2024-02-08
19+
version: 1.2.1
20+
date: 2024-02-23
2121

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

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ 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.2.1
13+
--------------
14+
15+
:Date: February 23, 2024
16+
17+
* Fix documentation bug where pydantic models do not display correctly. #1249
18+
* Improve internal efficiency. #1243 / #1249
19+
20+
:Note:
21+
22+
* Tests were run on Linux and MacOS with Python versions 3.9, 3.10, 3.11, 3.12
23+
* Heterogeneous workflows tested on Aurora (ALCF), Frontier (OLCF), Polaris, and Perlmutter (NERSC).
24+
* Tests were also run on Bebop and Improv LCRC systems.
25+
26+
:Known Issues:
27+
28+
* See known issues section in the documentation.
29+
30+
31+
1132
Release 1.2.0
1233
--------------
1334

libensemble/version.py

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

0 commit comments

Comments
 (0)