From e6df2fbca657d8b97780dcb87b6665115ee8c56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 23 Jan 2023 12:21:20 +0100 Subject: [PATCH] REL: prep release 1.1.2 --- CITATION.rst | 2 +- doc/source/changelog.rst | 25 +++++++++++++++++++++++++ doc/source/conf.py | 4 ++-- setup.cfg | 2 +- yt_astro_analysis/__init__.py | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CITATION.rst b/CITATION.rst index fdb2c770..2d4edadf 100644 --- a/CITATION.rst +++ b/CITATION.rst @@ -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}, diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index ec0301d3..cb3540cd 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -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 `__ + * Build wheels for Python 3.11 `PR #170 `__ + +Documentation and tests +^^^^^^^^^^^^^^^^^^^^^^^ + * Update package name for conda/pip installation. `PR #138 `__ + * Hotfix CI (workaround upstream change of behaviour) `PR #145 `__ + * Test on Python 3.11 `PR #163 `__ + * Switch ubuntu image to 20.04 `PR #167 `__ + +Requirements +^^^^^^^^^^^^ + * Drop support for CPython 3.7 `PR #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 ------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 002044d6..8f47dab0 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.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 9f1e12e0..8cbf5279 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/yt_astro_analysis/__init__.py b/yt_astro_analysis/__init__.py index c4c920ec..03418799 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.2" from yt_astro_analysis import ( cosmological_observation,