diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index cb3540cd..27b98e55 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -13,6 +13,42 @@ 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.3 +------------- + +Release date: *October 11, 2023* + +Bugfixes +^^^^^^^^ + * Handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) `PR #186 `__ + * Avoid usage of deprecated unyt API `PR #207 `__ + * Fix usage of deprecated (and removed) clobber argument from astropy `PR #226 `__ + * Updated ppv_cube.py to avoid deprecated function 'update_all_headers' `PR #225 `__ + +Documentation and tests +^^^^^^^^^^^^^^^^^^^^^^^ + * Migrate away from configuration key format deprecated in Sphinx 7.0 `PR #195 `__ + * Treat warnings as errors `PR #201 `__ + * Fix RadMC3DWriter's docstring (compat with modern yt) `PR #206 `__ + * Fix a couple bugs in PPVCube notebook `PR #228 `__ + * Pin doc requirements `PR #235 `__ + * Upgrade sphinx to latest version and enable automated upgrades for doc dependencies `PR #237 `__ + * Support installation of rockstar through conda `PR #219 `__ + +Build and Requirements +^^^^^^^^^^^^^^^^^^^^^^ + * Migrate metadata to pyproject.toml, and drop setup.cfg `PR #175 `__ + * Drop dependency on more_itertools `PR #178 `__ + * Set upper limit to runtime numpy `PR #205 `__ + * Stop building wheels for Windows 32 `PR #217 `__ + * Switch to Cython 3.0, forbid deprecated Numpy C API in generated code `PR #211 `__ + * Add wheels for CPython 3.12 `PR #216 `__ + * Migrate from oldest-supported-numpy to NPY_TARGET_VERSION (Python >= 3.9) `PR #218 `__ + * Drop support for CPython 3.8 `PR #222 `__ + +**Full Changelog**: https://github.com/yt-project/yt_astro_analysis/compare/yt_astro_analysis-1.1.2...yt_astro_analysis-1.1.3 + + Version 1.1.2 ------------- @@ -20,7 +56,6 @@ Release date: *January 23, 2023* Bugfixes ^^^^^^^^ - * Fix compatibility with numpy 1.24 (numpy.float was removed) `PR #169 `__ * Build wheels for Python 3.11 `PR #170 `__ diff --git a/doc/source/conf.py b/doc/source/conf.py index ca98d25e..b69c923b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index d4069e05..d7fb936e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "yt_astro_analysis" -version = "1.2.dev1" +version = "1.1.3" description = "yt astrophysical analysis modules extension" authors = [ { name = "The yt project", email = "yt-dev@python.org" }, diff --git a/yt_astro_analysis/__init__.py b/yt_astro_analysis/__init__.py index c4c920ec..8be9fda8 100644 --- a/yt_astro_analysis/__init__.py +++ b/yt_astro_analysis/__init__.py @@ -13,7 +13,7 @@ # The full license is in the file COPYING.txt, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "1.2.dev1" +__version__ = "1.1.3" from yt_astro_analysis import ( cosmological_observation,