Skip to content

Releases: scientific-python/repo-review

Version 0.7.0 beta 8

07 Jun 21:10
129fc28
Compare
Choose a tag to compare
Version 0.7.0 beta 8 Pre-release
Pre-release

Features:

Full Changelog: v0.7.0b7...v0.7.0b8

Version 0.7.0 beta 7

07 Jun 18:19
71832d1
Compare
Choose a tag to compare
Version 0.7.0 beta 7 Pre-release
Pre-release

This release improves the PyPI landing page a little, and touches up the docs with better versioning.

Documentation:

(GitHub was having an outage)

Full Changelog: v0.7.0b6...v0.7.0b7

Version 0.7.0 beta 6

07 Jun 17:01
75fcacf
Compare
Choose a tag to compare
Version 0.7.0 beta 6 Pre-release
Pre-release

Features:

Other:

Full Changelog: v0.7.0b5...v0.7.0b6

Version 0.7.0 beta 5

07 Jun 00:22
00cff4c
Compare
Choose a tag to compare
Version 0.7.0 beta 5 Pre-release
Pre-release

Features:

Other:

Full Changelog: v0.7.0b4...v0.7.0b5

Version 0.7.0 beta 4

05 Jun 21:03
7bd6d7d
Compare
Choose a tag to compare
Version 0.7.0 beta 4 Pre-release
Pre-release

Features:

Full Changelog: v0.7.0b3...v0.7.0b4

Version 0.7.0 beta 3

05 Jun 19:15
dbe0855
Compare
Choose a tag to compare
Version 0.7.0 beta 3 Pre-release
Pre-release

Features:

Fixes:

Docs:

Full Changelog: v0.7.0b2...v0.7.0b3

Version 0.7.2 beta 2

04 Jun 00:50
0bf859f
Compare
Choose a tag to compare
Version 0.7.2 beta 2 Pre-release
Pre-release

Adding a few more features before release of scientific-python version. Split root/package, add URL support, and support dynamic error messages.

Features:

Other:

Full Changelog: v0.7.0b1...v0.7.0b2

Version 0.7.0b1

04 Jun 00:48
v0.7.0b1
Compare
Choose a tag to compare
Version 0.7.0b1 Pre-release
Pre-release

Full Changelog: v0.6.1...v0.7.0b1

Version 0.6.1

01 Jun 21:47
Compare
Choose a tag to compare

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

01 Jun 19:56
5e6b78b
Compare
Choose a tag to compare

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:

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:

New Contributors

Full Changelog: v0.5.1...v0.6.0