Skip to content

Releases: chrisjsewell/pytest-notebook

v0.10.0

28 Nov 19:28
3d3b19c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @amotl made their first contribution in #62

Full Changelog: v0.9.0...v0.10.0

v0.9.0

12 Nov 18:27
4136098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

21 Nov 09:02
Compare
Choose a tag to compare

What's Changed

  • 📚 DOCS: Fix typos by @kianmeng in #31
  • 📚 DOCS: Remove prompt for command without output by @kianmeng in #32
  • Dependencies: Add support for Python 3.10 and 3.11 by @sphuber in #37

New Contributors

Full Changelog: V0.8.0...v0.8.1

v0.8.0

30 Jul 04:23
be07f77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Jan 19:53
Compare
Choose a tag to compare

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

16 Sep 13:14
Compare
Choose a tag to compare

Add Coverge Functionality

13 Aug 17:19
Compare
Choose a tag to compare
v0.6.0

update changelog

Add pytest header info and beautifulsoup post-processor

12 Aug 17:41
Compare
Choose a tag to compare

Include package data in setup.py

12 Aug 03:44
Compare
Choose a tag to compare
v0.5.1

include package data

Fix attrs dependency

12 Aug 03:30
Compare
Choose a tag to compare

Confusingly attrs and attr are different packages, but attrs imports as import attr!