Skip to content

Commit

Permalink
Merge pull request #42 from brittonsmith/release311
Browse files Browse the repository at this point in the history
Update CHANGELOG and version for 3.1.1 release.
  • Loading branch information
brittonsmith committed Jul 1, 2019
2 parents 4046b7d + efdce6f commit 00c1724
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
== Version 3.1.1 ==
_Release date - Jul 1, 2019_

* Enhancement: add function for clearing locally declared grackle data
struct.
* Enhancement: added API for Grackle functionality using local data
structures.
* Enhancement: added/enhanced documentation for various runtime
parameters.
* Enhancement: added make file for ORNL Summit.
* Bugfix: make sure all parameters correctly printed after
initialization.
* Bugfix: correct H mass fraction for tabulated cooling mode.
* Bugfix: fix memory allocation in C example.
* Bugfix: fix scaling of H2 photo-dissociation rate by Lyman-Werner
intensity.
* Bugfix: fix thread-safety issue with updating UVB rates.
* Bugfix: OpenMP private variable list updated.
* Bugfix: correct H number density calculation for self-shielding.
* Bugfix: fix scaling of H2 and H2+ rates from UV background.

== Version 3.1 ==
_Release date - Apr 3, 2018_

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '3.1'
version = '3.1.1'
# The full version, including alpha/beta/rc tags.
release = '3.2.dev1'
release = '3.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/clib/Make.config.assemble
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
# LIBRARY RELEASE VERSION
#-----------------------------------------------------------------------

LIB_RELEASE_VERSION = 3.1
LIB_RELEASE_VERSION = 3.1.1

0 comments on commit 00c1724

Please sign in to comment.