You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changelog.rst
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,49 @@ The `CREDITS file
13
13
contains the most up-to-date list of everyone who has contributed to the
14
14
yt_astro_analysis source code.
15
15
16
+
Version 1.1.3
17
+
-------------
18
+
19
+
Release date: *October 11, 2023*
20
+
21
+
Bugfixes
22
+
^^^^^^^^
23
+
* Handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) `PR #186 <https://github.com/yt-project/yt_astro_analysis/pull/186>`__
24
+
* Avoid usage of deprecated unyt API `PR #207 <https://github.com/yt-project/yt_astro_analysis/pull/207>`__
25
+
* Fix usage of deprecated (and removed) clobber argument from astropy `PR #226 <https://github.com/yt-project/yt_astro_analysis/pull/226>`__
26
+
* Updated ppv_cube.py to avoid deprecated function 'update_all_headers' `PR #225 <https://github.com/yt-project/yt_astro_analysis/pull/225>`__
27
+
28
+
Documentation and tests
29
+
^^^^^^^^^^^^^^^^^^^^^^^
30
+
* Migrate away from configuration key format deprecated in Sphinx 7.0 `PR #195 <https://github.com/yt-project/yt_astro_analysis/pull/195>`__
31
+
* Treat warnings as errors `PR #201 <https://github.com/yt-project/yt_astro_analysis/pull/201>`__
32
+
* Fix RadMC3DWriter's docstring (compat with modern yt) `PR #206 <https://github.com/yt-project/yt_astro_analysis/pull/206>`__
33
+
* Fix a couple bugs in PPVCube notebook `PR #228 <https://github.com/yt-project/yt_astro_analysis/pull/228>`__
* Upgrade sphinx to latest version and enable automated upgrades for doc dependencies `PR #237 <https://github.com/yt-project/yt_astro_analysis/pull/237>`__
36
+
* Support installation of rockstar through conda `PR #219 <https://github.com/yt-project/yt_astro_analysis/pull/219>`__
37
+
38
+
Build and Requirements
39
+
^^^^^^^^^^^^^^^^^^^^^^
40
+
* Migrate metadata to pyproject.toml, and drop setup.cfg `PR #175 <https://github.com/yt-project/yt_astro_analysis/pull/175>`__
41
+
* Drop dependency on more_itertools `PR #178 <https://github.com/yt-project/yt_astro_analysis/pull/178>`__
42
+
* Set upper limit to runtime numpy `PR #205 <https://github.com/yt-project/yt_astro_analysis/pull/205>`__
43
+
* Stop building wheels for Windows 32 `PR #217 <https://github.com/yt-project/yt_astro_analysis/pull/217>`__
44
+
* Switch to Cython 3.0, forbid deprecated Numpy C API in generated code `PR #211 <https://github.com/yt-project/yt_astro_analysis/pull/211>`__
45
+
* Add wheels for CPython 3.12 `PR #216 <https://github.com/yt-project/yt_astro_analysis/pull/216>`__
46
+
* Migrate from oldest-supported-numpy to NPY_TARGET_VERSION (Python >= 3.9) `PR #218 <https://github.com/yt-project/yt_astro_analysis/pull/218>`__
47
+
* Drop support for CPython 3.8 `PR #222 <https://github.com/yt-project/yt_astro_analysis/pull/222>`__
0 commit comments