Skip to content

Commit

Permalink
Merge pull request #155 from brittonsmith/v32
Browse files Browse the repository at this point in the history
Update version and changelog for 3.2 release.
  • Loading branch information
brittonsmith authored Nov 18, 2022
2 parents d2266f7 + 7439166 commit 975d21e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions doc/source/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,43 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
``ytree`` source code.

Version 3.2.0
-------------

Release date: *November 18, 2022*

New Features
^^^^^^^^^^^^

* Add Gadget4 frontend. (`PR #138
<https://github.com/ytree-project/ytree/pull/138>`__)
* Update AHF frontend for new format (`PR #154
<https://github.com/ytree-project/ytree/pull/154>`__)

Minor Enhancements
^^^^^^^^^^^^^^^^^^

* Add plotting examples and improve examples documentation. (`PR #142
<https://github.com/ytree-project/ytree/pull/142>`__)
* Update installation instructions to include conda option. (`PR #135
<https://github.com/ytree-project/ytree/pull/135>`__)

Bugfixes
^^^^^^^^

* Fix two AHF frontend issues. (`PR #149
<https://github.com/ytree-project/ytree/pull/149>`__)

Infrastructure Updates
^^^^^^^^^^^^^^^^^^^^^^

* Drop python 3.7 support and update circle images. (`PR #150
<https://github.com/ytree-project/ytree/pull/150>`__)
* Add script to fix filename in junit output. (`PR #152
<https://github.com/ytree-project/ytree/pull/152>`__)
* Fix flake8 errors. (`PR #144
<https://github.com/ytree-project/ytree/pull/144>`__)

Version 3.1.2
-------------

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ytree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
parallel_tree_nodes, \
parallel_nodes

__version__ = '3.2.dev4'
__version__ = '3.2.0'

0 comments on commit 975d21e

Please sign in to comment.