Releases: scientific-python/repo-review
Version 0.7.0 beta 8
Features:
- stderr/stdout refactor by @henryiii in #95
--list-all
rename and improvements, --version addition by @henryiii in #96
Full Changelog: v0.7.0b7...v0.7.0b8
Version 0.7.0 beta 7
This release improves the PyPI landing page a little, and touches up the docs with better versioning.
Documentation:
- minor fixes by @henryiii in #91
- add version number by @henryiii in #92
- add version number by @henryiii in #93
- add version number by @henryiii in #94
(GitHub was having an outage)
Full Changelog: v0.7.0b6...v0.7.0b7
Version 0.7.0 beta 6
Version 0.7.0 beta 5
Features:
- Add
--list
to show all checks by @henryiii in #83 - Webapp supports setting dependencies by @henryiii in #82
Other:
- Update webapp and tests for
sp-repo-review
by @henryiii in #81 - Link to live preview in docs by @henryiii in #84
- Touch up some webapp details by @henryiii in #85
Full Changelog: v0.7.0b4...v0.7.0b5
Version 0.7.0 beta 4
Version 0.7.0 beta 3
Version 0.7.2 beta 2
Adding a few more features before release of scientific-python version. Split root/package, add URL support, and support dynamic error messages.
Features:
- feat: dynamic error messages by @henryiii in #70
- feat: support root / package dir seperation by @henryiii in #71
- feat: support for URLs by @henryiii in #72
Other:
Full Changelog: v0.7.0b1...v0.7.0b2
Version 0.7.0b1
Full Changelog: v0.6.1...v0.7.0b1
Version 0.6.1
Fix a regression in 0.6.0 with error messages not showing up, and also improve the output formatting a bit by removing the extra paragraph tag.
What's Changed
Fixes:
- Produce the correct error message by @henryiii in #66
- Strip paragraph tags when converting to markdown by @henryiii in #67
Full Changelog: v0.6.0...v0.6.1
Version 0.6.0
This version has a lot of internal rewrites, preparing it for splitting up into a general runner and a specific tool, as discussed at the Scientific-Python Developer Summit. This is likely the last release before the split.
What's Changed
Features:
- feat: add families by @henryiii in #62
- feat: add html output option by @henryiii in #58
- feat: adding ignores by @henryiii in #49
- feat: json format output & a fix by @henryiii in #47
- feat: request from github by @henryiii in #56
- feat: simplify result for json by @pllim in #46
- feat: topological graph for fixtures, too by @henryiii in #60
Refactoring:
- refactor: 'checks' in json output to save space for later additions by @henryiii in #61
- refactor: checks as objects by @henryiii in #63
- refactor: entry points by @henryiii in #52
- refactor: move functions to files that make more sense by @henryiii in #65
- refactor: rating -> check unified language by @henryiii in #57
- refactor: rework families by @henryiii in #55
Other:
- chore: Add devcontainer by @crazy4pi314 in #44
- chore: add 3.12 to classifiers by @henryiii in #59
- chore: bump version by @henryiii in #64
- fix(dev): devcontainer post create by @henryiii in #54
New Contributors
- @crazy4pi314 made their first contribution in #44
- @pllim made their first contribution in #46
Full Changelog: v0.5.1...v0.6.0