Skip to content

Commit

Permalink
Merge pull request #172 from neutrinoceros/rel_1.1.2
Browse files Browse the repository at this point in the history
REL: prep release 1.1.2
  • Loading branch information
neutrinoceros authored Jan 23, 2023
2 parents fac4420 + e6df2fb commit f70ded6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BbTeX entries are provided below:
Ben Keller and
Mark Richardson and
Clément Robert},
title = {yt_astro_analysis version 1.1.1},
title = {yt_astro_analysis version 1.1.2},
month = jan,
year = 2022,
doi = {10.5281/zenodo.5911048},
Expand Down
25 changes: 25 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
yt_astro_analysis source code.

Version 1.1.2
-------------

Release date: *January 23, 2023*

Bugfixes
^^^^^^^^

* Fix compatibility with numpy 1.24 (numpy.float was removed) `PR #169 <https://github.com/yt-project/yt_astro_analysis/pull/169>`__
* Build wheels for Python 3.11 `PR #170 <https://github.com/yt-project/yt_astro_analysis/pull/170>`__

Documentation and tests
^^^^^^^^^^^^^^^^^^^^^^^
* Update package name for conda/pip installation. `PR #138 <https://github.com/yt-project/yt_astro_analysis/pull/138>`__
* Hotfix CI (workaround upstream change of behaviour) `PR #145 <https://github.com/yt-project/yt_astro_analysis/pull/145>`__
* Test on Python 3.11 `PR #163 <https://github.com/yt-project/yt_astro_analysis/pull/163>`__
* Switch ubuntu image to 20.04 `PR #167 <https://github.com/yt-project/yt_astro_analysis/pull/167>`__

Requirements
^^^^^^^^^^^^
* Drop support for CPython 3.7 `PR #157 <https://github.com/yt-project/yt_astro_analysis/pull/157>`__

**Full Changelog**: https://github.com/yt-project/yt_astro_analysis/compare/yt_astro_analysis-1.1.1...yt_astro_analysis-1.1.2


Version 1.1.1
-------------

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = yt_astro_analysis
version = 1.2.dev1
version = 1.1.2
description = yt astrophysical analysis modules extension
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion yt_astro_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

__version__ = "1.2.dev1"
__version__ = "1.1.2"

from yt_astro_analysis import (
cosmological_observation,
Expand Down

0 comments on commit f70ded6

Please sign in to comment.