Releases: scientific-python/repo-review
Version 0.11.2
This release fixes a long standing issue if a check modifies the cached fixtures. Checks weren't supposed to do this, but validate-pyproject
did this. Now a spare deep copy of the fixtures are kept, and restored with a warning if a check modifies them. There's also a new CLI flag to show all the installed plugin's versions.
Features:
Fixes:
Full Changelog: v0.11.1...v0.11.2
Version 0.11.1
This release fixes an issue with (Windows) systems not set to unicode; it's no longer required to set PYTHONUTF8
to 1 to run on these systems. We also now support a key-value structure in the Schema for ignores, which in the future may allow us to print out reasons for suppression (older versions still read this correctly). We also updated the docs, including links back to the source. We are ready and testing on Python 3.13, and 3.12 is now the default for things like the GitHub Action.
Fixes:
- Ensure utf-8 encoding if something else is default and unset by @henryiii in #236
- Support object structure in schema by @henryiii in #231
Documentation:
- Fix a few typos by @henryiii in #215
- Link back to source by @henryiii in #230
- Update webapp info for 0.11 by @henryiii in #214
- Faster readthedocs by @henryiii in #220
- Fix docs ci job by @henryiii in #239
Internal and tests:
- Bump repo-review deps by @henryiii in #233
- Some cleanup by @henryiii in #237
- Use 3.12 by default for action by @henryiii in #240
- Use maintained fork of prettier by @henryiii in #238
- Use the new github actions reporter for pylint by @henryiii in #222
- Changelog generation by @henryiii in #219
Full Changelog: v0.11.0...v0.11.1
Version 0.11.0
Repo-review now supports pyodide directly, so you no longer need to inject a new open_url
function, making the webapp slightly simpler.
Features:
Internal and tests:
- Fix rich-click's self-inflicted warnings by @henryiii in #211
- Use hatch instead of nox by @henryiii in #212
- New issue template by @henryiii in #213
Full Changelog: v0.10.6...v0.11.0
Version 0.10.6
This version adds one more small helper for unit tests.
Tests and testing:
Full Changelog: v0.10.5...v0.10.6
Version 0.10.5
Features:
Fixes:
- Exception traceback is too big by @henryiii in #191
- tests: Do not assume the folder is named repo-review by @henryiii in #192
Docs:
- Link to conda-forge package by @henryiii in #193
- Mention conda by @henryiii in #194
- Mention Poetry way of doing entry-points by @henryiii in #196
Internal:
Full Changelog: v0.10.4...v0.10.5
Version 0.10.4
This is a small release mostly fixing the code display on the terminal with some themes. The demo now uses validate-pyproject-schema-store
for validate-pyproject
.
Fixes:
- Use default (light) theme for code by @henryiii in #176
- Use validate-pyproject-schema-store by @henryiii in #179
Full Changelog: v0.10.3...v0.10.4
Version 0.10.3
This is a small release to fix wrapping in the HTML output, making it nicer when used in GitHub issues and GHA output.
Fixes:
- Better wrapping in name column by @henryiii in #174
- Better error if requires is not a set by @henryiii in #173
Docs:
Full Changelog: v0.10.2...v0.10.3
Version 0.10.2
This is quick patch release fixing a regression in GitHub path handling in 0.10.1.
Fixes:
Full Changelog: v0.10.1...v0.10.2
Version 0.10.1
This release primary improves the error message when a branch is missing in the CLI.
Fixes:
Docs:
Other:
- Move to ruff-format by @henryiii in #155
- Use sp-repo-review 2023.11.17 for webapp by @henryiii in #159
Full Changelog: v0.10.0...v0.10.1
Version 0.10.0
This release adds support for running on multiple repositories at once. You can list as many as you need, and the output formats will be modified to better support multiple repos. You can also now filter out passing or passing + skipped checks, which is especially useful in long multi-repo reports. You can also pass the path to pyproject.toml
instead of just the repo if it's at top-level.
Due to issues with Rich adding spaces and wrapping (which breaks JSON) even when not interactive, JSON and HTML output is no longer pretty-printed.
Features:
--show
err
only orerrskip
only by @henryiii in #132- Allow passing the path to pyroject.toml by @henryiii in #133
- Allow running on multiple directories at once by @henryiii in #134
Fixes:
- Drop Rich color printout for html & JSON by @henryiii in #135
- Support
*
for select by @henryiii in #138
Docs:
- Add mention of recent features by @henryiii in #137
- Add mention of pre-commit issues by @henryiii in #139
Full Changelog: v0.9.3...v0.10.0