Releases: chrisjsewell/pytest-notebook
Releases · chrisjsewell/pytest-notebook
v0.10.0
What's Changed
- ⬆️ Support nbdime v4 (drop v3 support) by @amotl and @krassowski in #62
- 🔧 Pre-commit; replace black,isort with ruff-fmt by @chrisjsewell in #61
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- 🔧 Update repo tools by @chrisjsewell in #45
- 🔧 Bump actions/checkout from 2 to 4 by @dependabot in #46
- 🔧 Bump actions/setup-python from 1 to 4 by @dependabot in #47
- 🔧 Bump pre-commit/action from 2.0.0 to 3.0.0 by @dependabot in #50
- 🔧 Bump codecov/codecov-action from 2 to 3 by @dependabot in #48
- 🔧 Update pre-commit requirement from ~=2.7.0 to ~=3.5.0 by @dependabot in #49
- ⬆️ Drop Python 3.7 by @chrisjsewell in #55
- ⬆️ Bump black from 19.3b0 to 23.11.0 by @dependabot in #53
- 📚 Update sphinx-book-theme requirement from ~=0.1.0 to ~=1.0.1 by @dependabot in #54
- 📚 Update myst-nb requirement from ~=0.13.1 to ~=1.0.0 by @dependabot in #52
- 📚 Bump beautifulsoup4 from 4.8.0 to 4.12.2 by @dependabot in #51
- ⬆️ Add support for Python 3.12 by @sphuber in #41
- 📚 Enable nitpicky mode by @chrisjsewell in #56
- 🚀 Release v0.9.0 by @chrisjsewell in #57
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
What's Changed
- 📚 DOCS: Add usage description for pytest CLI in README by @j3soon in #22
- 🔧 MAINTAIN: Pre-commit autoupdate by @chrisjsewell in #27
- 🔧 MAINTAIN: install pytest-cov with docs extra by @renefritze in #24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #29
- Coverage.py fix by @renefritze in #25
- 🚀 Release v0.8.0 by @chrisjsewell in #30
New Contributors
- @j3soon made their first contribution in #22
- @renefritze made their first contribution in #24
- @pre-commit-ci made their first contribution in #29
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
-
🔀 Merge: Update package by @chrisjsewell in #20
- ⬆️ UPGRADE: nbconvert -> nbclient (for notebook execution)
- ⬆️ UPGRADE: coverage v4 -> v5 API (for execution with code coverage)
- 📚 DOCS: Use https for inter-sphinx URLs
- 📚 DOCS: Update documentation packages
- 🔧 Move to flit for PEP 621 packaging
- 🔧 Add isort pre-commit hook
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Add Coverge Functionality
v0.6.0 update changelog
Add pytest header info and beautifulsoup post-processor
v0.5.2 Bump version
Include package data in setup.py
v0.5.1 include package data
Fix attrs dependency
Confusingly attrs
and attr
are different packages, but attrs
imports as import attr
!