Skip to content

Releases: scientific-python/repo-review

Version 0.11.0

04 May 04:48
813f315
Compare
Choose a tag to compare

Repo-review now supports pyodide directly, so you no longer need to inject a new open_url function, making the webapp slightly simpler.

What's Changed

Features:

Internal and tests:

Full Changelog: v0.10.6...v0.11.0

Version 0.10.6

22 Apr 06:10
dc51221
Compare
Choose a tag to compare

This version adds one more small helper for unit tests.

What's Changed

Tests and testing:

Full Changelog: v0.10.5...v0.10.6

Version 0.10.5

21 Apr 05:35
8c66db1
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

Docs:

Internal:

Full Changelog: v0.10.4...v0.10.5

Version 0.10.4

24 Jan 19:25
b5c0085
Compare
Choose a tag to compare

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:

Full Changelog: v0.10.3...v0.10.4

Version 0.10.3

22 Dec 21:25
49bb5bd
Compare
Choose a tag to compare

This is a small release to fix wrapping in the HTML output, making it nicer when used in GitHub issues and GHA output.

Fixes:

Docs:

Full Changelog: v0.10.2...v0.10.3

Version 0.10.2

17 Nov 16:52
08291f2
Compare
Choose a tag to compare

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

17 Nov 16:28
5cbd745
Compare
Choose a tag to compare

This release primary improves the error message when a branch is missing in the CLI.

Fixes:

Docs:

Other:

Full Changelog: v0.10.0...v0.10.1

Version 0.10.0

25 Aug 13:53
88cd317
Compare
Choose a tag to compare

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:

Fixes:

Docs:

Full Changelog: v0.9.3...v0.10.0

Version 0.9.3

23 Aug 18:58
e8f48b7
Compare
Choose a tag to compare

This release adds support for [tool.repo-review] to validate-pyproject.

Features:

Internal:

Docs:

Full Changelog: v0.9.2...v0.9.3

Version 0.9.2

03 Aug 23:44
b62cba7
Compare
Choose a tag to compare

A few fixes, one for a regression and one for the WebApp.

Fixes:

Full Changelog: v0.9.1...v0.9.2