Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CFGrote committed Sep 22, 2017
1 parent ba8cba4 commit 202a9e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ CHANGELOG
Changes from 0.2 to 0.3
-----------------------

New in 0.3.3
''''''''''''

New features
""""""""""""
* EstherExperiment: A workflow for radiation-hydrodynamics simulations
* Added CrystFEL to external libraries (building simex_platform will download, build, and install CrystFEL as well). Controllable via the DCrystFELPhotonDiffractor flag to cmake.

Bug fixes
"""""""""
* Various small bug fixes related to Esther interfaces, enabled minimal working example with the EstherPhotonMatterInteractor.

Tests
"""""
* Disabled lengthy tests on the CI server.


New in 0.3.2
''''''''''''

Expand Down
2 changes: 1 addition & 1 deletion Sources/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.2'
release = '0.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion Sources/python/SimEx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'

0 comments on commit 202a9e8

Please sign in to comment.