neutrinoceros
released this
11 Oct 12:33
·
55 commits
to main
since this release
What's Changed
- MNT: bump dev version by @neutrinoceros in #173
- MNT: bump github action versions by @neutrinoceros in #174
- TST: upgrade all Python versions in tests by @neutrinoceros in #176
- BLD: migrate metadata to pyproject.toml, and drop setup.cfg by @neutrinoceros in #175
- STY: upgrade pre-commit hooks, bump minimal version for pyupgrade and reduce auto-upgrade frequency by @neutrinoceros in #177
- BLD: drop dependency on more_itertools by @neutrinoceros in #178
- STY: upgrade black to 23.1.0 by @neutrinoceros in #179
- TST: ensure test dependencies are correctly installed in CI by @neutrinoceros in #184
- MNT: enable dependabot autoupdates for GitHub workflows by @neutrinoceros in #181
- STY: migrate linting to ruff, add basic pre-commit hooks, cleanup .pre-commit-config.yaml by @neutrinoceros in #180
- Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 in /.github/workflows by @dependabot in #185
- BUG: handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) by @neutrinoceros in #186
- MNT: upgrade pre-commit hooks, simplify ruff config, update blacken-docs url by @neutrinoceros in #188
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4 in /.github/workflows by @dependabot in #189
- Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 in /.github/workflows by @dependabot in #190
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #191
- Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 in /.github/workflows by @dependabot in #192
- Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 in /.github/workflows by @dependabot in #193
- DOC: migrate away from configuration key format deprecated in Sphinx 7.0 by @neutrinoceros in #195
- STY: activate flake8-comprehensions (ruff) by @neutrinoceros in #196
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 in /.github/workflows by @dependabot in #197
- Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 in /.github/workflows by @dependabot in #198
- TST: treat warnings as errors by @neutrinoceros in #201
- Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 in /.github/workflows by @dependabot in #202
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 in /.github/workflows by @dependabot in #203
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #204
- DEP: set upper limit to runtime numpy by @neutrinoceros in #205
- MNT: avoid usage of deprecated unyt API by @neutrinoceros in #207
- DOC: fix RadMC3DWriter's docstring (compat with modern yt) by @neutrinoceros in #206
- MNT: cleanup unused variables by @neutrinoceros in #212
- MNT: cleanup free of uninitialized variable by @neutrinoceros in #213
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 in /.github/workflows by @dependabot in #214
- Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 in /.github/workflows by @dependabot in #215
- BLD: stop building wheels for Windows 32 by @neutrinoceros in #217
- BLD: switch to Cython 3.0, forbid deprecated Numpy C API in generated code by @neutrinoceros in #211
- BLD: add wheels for CPython 3.12 by @neutrinoceros in #216
- BLD: migrate from oldest-supported-numpy to NPY_TARGET_VERSION (Python >= 3.9) by @neutrinoceros in #218
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 in /.github/workflows by @dependabot in #220
- Support installation of rockstar through conda by @cphyc in #219
- DEP: drop support for CPython 3.8 by @neutrinoceros in #222
- Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #223
- BUG: fix usage of deprecated (and removed) clobber argument from astropy by @neutrinoceros in #226
- Updated ppv_cube.py to avoid deprecated function 'update_all_headers' by @spectram in #225
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #230
- Bump pypa/cibuildwheel from 2.15.0 to 2.16.2 in /.github/workflows by @dependabot in #231
- BUG: fix a couple bugs in PPVCube notebook by @neutrinoceros in #228
- DOC: pin doc requirements by @neutrinoceros in #235
- DOC: upgrade sphinx to latest version and enable automated upgrades for doc dependencies by @neutrinoceros in #237
- REL: prep release 1.1.3 by @neutrinoceros in #239
New Contributors
- @dependabot made their first contribution in #185
- @spectram made their first contribution in #225
Full Changelog: yt_astro_analysis-1.1.2...yt_astro_analysis-1.1.3