Releases: neutrinoceros/wxc
Releases · neutrinoceros/wxc
v7.1.2
What's Changed
- MNT: switch to faster black pre-commit hook by @neutrinoceros in #215
- Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #217
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #218
- TST: move tests to Python 3.12 (stable) by @neutrinoceros in #216
- TST: add CPython 3.13 (pre-releases) to test matrix by @neutrinoceros in #219
- Bump mypy from 1.5.1 to 1.6.1 in /requirements by @dependabot in #220
- STY migrate from black to ruff-format by @neutrinoceros in #221
- Bump mypy from 1.6.1 to 1.7.1 in /requirements by @dependabot in #222
- MNT: group dependabot updates by @neutrinoceros in #223
- Bump the actions group in /requirements with 1 update by @dependabot in #225
- Bump the actions group in /.github/workflows with 3 updates by @dependabot in #224
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #226
- MNT: migrate ruff config by @neutrinoceros in #227
- TST: allow numpy to install in Python 3.12 CI by @neutrinoceros in #228
- Bump the actions group in /requirements with 1 update by @dependabot in #229
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #230
- Bump mypy from 1.9.0 to 1.10.0 in /requirements in the actions group by @dependabot in #231
- TST: test Python 3.13 both GIL and free-threading flavors by @neutrinoceros in #232
- BUG: add support for inspecting built-in modules by @neutrinoceros in #234
- REL: prepare release 7.1.2 by @neutrinoceros in #236
Full Changelog: v7.1.1...v7.1.2
v7.1.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.6.4 in /.github/workflows by @dependabot in #185
- Bump mypy from 0.991 to 1.0.0 in /requirements by @dependabot in #186
- DOC: fixups by @neutrinoceros in #187
- Bump mypy from 1.0.0 to 1.0.1 in /requirements by @dependabot in #188
- MNT: upgrade pre-commit hooks, simplify ruff config by @neutrinoceros in #189
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4 in /.github/workflows by @dependabot in #190
- Bump mypy from 1.0.1 to 1.1.1 in /requirements by @dependabot in #191
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #192
- Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 in /.github/workflows by @dependabot in #193
- Bump mypy from 1.1.1 to 1.2.0 in /requirements by @dependabot in #194
- STY: activate flake8-comprehensions and flake8-2020 (ruff) by @neutrinoceros in #195
- BLD: migrate to src layout by @neutrinoceros in #196
- BLD: use dynamic version metadata by @neutrinoceros in #197
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 in /.github/workflows by @dependabot in #198
- Bump mypy from 1.2.0 to 1.3.0 in /requirements by @dependabot in #199
- TST: turn off fail-fast by @neutrinoceros in #202
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 in /.github/workflows by @dependabot in #201
- TST: update test for unfindable sources (numpy>=1.25 compat) by @neutrinoceros in #203
- Bump mypy from 1.3.0 to 1.4.1 in /requirements by @dependabot in #200
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #204
- REL: migrate to PyPI trusted-publishing by @neutrinoceros in #205
- BLD: drop support for Python 3.8 and 3.9 by @neutrinoceros in #206
- RFC: a small readability improvement by @neutrinoceros in #207
- Bump mypy from 1.4.1 to 1.5.1 in /requirements by @dependabot in #208
- TST: fix coverage configuration by @neutrinoceros in #209
- MNT: fix typos in internal comment by @neutrinoceros in #211
- TST: improve coverage by @neutrinoceros in #210
- TST: test on Python 3.12 by @neutrinoceros in #212
- BUG: error out if --lines is passed but not --source by @neutrinoceros in #213
- REL: prep release 7.1.1 by @neutrinoceros in #214
New Contributors
- @dependabot made their first contribution in #185
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- TST: setup dependabot by @neutrinoceros in #175
- MNT: cleanup ref to setup.py by @neutrinoceros in #177
- TYP: flesh out mypy configuration by @neutrinoceros in #178
- ENH: import dependencies lazily to minimize startup time on individual queries by @neutrinoceros in #176
- DOC: don't mention tested versions explicitly (avoid going out of sync) by @neutrinoceros in #179
- STY: upgrade ruff (0.239 -> 0.245) by @neutrinoceros in #182
- BLD: drop support for CPython 3.7 by @neutrinoceros in #183
- TYP: ignore 'unreachable' typecheck only block by @neutrinoceros in #181
- MNT: enable dependabot autoupdates for GitHub workflows by @neutrinoceros in #180
- REL: prep release 7.1.0 by @neutrinoceros in #184
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- MNT: upgrade pre-commit hooks by @neutrinoceros in #163
- DOC: simplify Python version requirement declaration by @neutrinoceros in #164
- TYP: better type checking by @neutrinoceros in #165
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #166
- TST: activate CI on Python 3.11, and additional housekeeping tasks by @neutrinoceros in #167
- MNT: houscleaning for GHA by @neutrinoceros in #168
- BLD: migrate static metadata and tool configurations from setup.cfg to pyproject.toml (semi automated with ini2toml), adapt pre-commit hooks by @neutrinoceros in #169
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #170
- REL: fix auto-publish workflow by @neutrinoceros in #171
- STY: migrate linting to ruff, upgrade black by @neutrinoceros in #172
- TST: move test dependencies to requirement files by @neutrinoceros in #173
- REL: prep release 7.0.0 by @neutrinoceros in #174
Full Changelog: v6.6.0...v7.0.0
v6.6.0
What's Changed
- BUG: fix a bug where version look up table's order wasn't being preserved by @neutrinoceros in #152
- ENH: implement fast lookups for module location and version by @neutrinoceros in #161
- started testing against Python 3.11 pre-releases
Full Changelog: v6.5.5...v6.6.0
v6.5.5
What's Changed
- MNT: bump required rich version to 10.13, adapt tests accordingly (no actual change in behaviour) by @neutrinoceros in #144
Full Changelog: v6.5.4...v6.5.5
v6.5.4
What's Changed
- MNT: drop support for Python 3.6 by @neutrinoceros in #137
- ENH: upgrade type annotations by @neutrinoceros in #139
- BUG: fix a crash when calling wxc --full for packages for which no implemented method to get the version tag works. by @neutrinoceros in #142
Full Changelog: v6.5.3...v6.5.4