Skip to content

Commit 202a9e8

Browse files
committed
Version 0.3.3
1 parent ba8cba4 commit 202a9e8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Changelog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ CHANGELOG
44
Changes from 0.2 to 0.3
55
-----------------------
66

7+
New in 0.3.3
8+
''''''''''''
9+
10+
New features
11+
""""""""""""
12+
* EstherExperiment: A workflow for radiation-hydrodynamics simulations
13+
* Added CrystFEL to external libraries (building simex_platform will download, build, and install CrystFEL as well). Controllable via the DCrystFELPhotonDiffractor flag to cmake.
14+
15+
Bug fixes
16+
"""""""""
17+
* Various small bug fixes related to Esther interfaces, enabled minimal working example with the EstherPhotonMatterInteractor.
18+
19+
Tests
20+
"""""
21+
* Disabled lengthy tests on the CI server.
22+
23+
724
New in 0.3.2
825
''''''''''''
926

Sources/doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# The short X.Y version.
6565
version = '0.3'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.3.2'
67+
release = '0.3.3'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

Sources/python/SimEx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.2'
1+
__version__ = '0.3.3'

0 commit comments

Comments
 (0)