Skip to content

Commit

Permalink
Merge 87b9ecd into 782261f
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed May 11, 2022
2 parents 782261f + 87b9ecd commit 99a00a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .wci.yml
Expand Up @@ -17,8 +17,8 @@ description: |
language: Python

release:
version: 0.9.0
date: 2022-04-29
version: 0.9.1
date: 2022-05-11

documentation:
general: https://libensemble.readthedocs.io
Expand Down
16 changes: 13 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -15,9 +15,19 @@ Release 0.9.1

This release has minimal changes, but a large number of touched lines.

* Many `black` changes, including string normalization. #811, #814
* Some small hotfixes. #810, #813
* A new workflows community initiative file. #817
* Reformatted code for **black** compliance, including string normalization. #811, #814, #821
* Added Spock and Crusher guides. #802
* User can now set ``calc_status`` to any string (for output in libE_stats). #808
* Added a workflows community initiative file. #817

:Note:

* Tested platforms include Linux, MacOS, Theta (Cray XC40/Cobalt), Summit (IBM Power9/LSF), Bebop (Cray CS400/Slurm), Swing (A100 GPU system), Perlmutter (HPE Cray EX with A100 NVIDIA GPUs).
* Tested Python versions: (Cpython) 3.7, 3.8, 3.9, 3.10.

:Known issues:

* See known issues section in the documentation.

Release 0.9.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -242,7 +242,7 @@ Resources
author = {Stephen Hudson and Jeffrey Larson and Stefan M. Wild and
David Bindel and John-Luke Navarro},
institution = {Argonne National Laboratory},
number = {Revision 0.9.0+dev},
number = {Revision 0.9.1},
year = {2022},
url = {https://buildmedia.readthedocs.org/media/pdf/libensemble/latest/libensemble.pdf}
}
Expand Down
2 changes: 1 addition & 1 deletion libensemble/version.py
@@ -1 +1 @@
__version__ = "0.9.0+dev"
__version__ = "0.9.1"

0 comments on commit 99a00a3

Please sign in to comment.