- Support collecting branch coverage in notebooks (e.g., via `--cov--branch`) - Add `ipytest.autoconfig(coverage=True)` to simplify using `pytest-cov` inside notebooks - Add experimental `ipytest.cov.translate_cell_filenames()` to simplify interpretation of collected coverage information
0.14.1
- Add a [Coverage.py](https://coverage.readthedocs.io/en/latest/index.html) plugin (`ipytest.cov`) to support collecting coverage information in notebooks. See the Readme for usage notes.
0.14.0
- Removed support for Python 3.7 after it reached its end of life - Updated the dev-requirements (in particular `pytest==8.0.0`) - Remove deprecated API (`ipytest.clean_tests`, `%%pytest`, `%%pytest[clean]`)
0.13.3
- Include License.md file in sdist for condaforge
0.13.2
- Fix assertion rewriting for python==3.11 ([issue][issue-93])