Releases: scientific-python/pytest-doctestplus
Releases · scientific-python/pytest-doctestplus
v1.3.0
What's Changed
- ci: add testing for
pytest~=8.1
by @Borda in #245 - TST: add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
- Update skips for broken test by @lpsinger in #249
- CI: use available osx image for old python by @bsipocz in #250
- CI: adding pytest 82 by @bsipocz in #251
- BUG: Fix multiline code in generate/update diff by @seberg in #253
- MAINT: Remove accidental debug print from new tests by @seberg in #254
- DEP: refactored out runtime dependency on setuptools by @neutrinoceros in #258
- CI: use hashes for actions' versions by @bsipocz in #259
- MAINT: adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
- Bump the actions group in /.github/workflows with 2 updates by @dependabot in #261
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows in the actions group by @dependabot in #262
- MAINT: No need for weekly dependabot by @bsipocz in #263
- TST: add one more python release to xfail list by @bsipocz in #266
- MNT: Use hash for Action workflow versions and update if needed by @pllim in #267
- CI: macos-12 is deprecated by @bsipocz in #268
- Bump the actions group in /.github/workflows with 3 updates by @dependabot in #269
- Don't assume config exists. by @Carreau in #271
New Contributors
- @Borda made their first contribution in #245
- @neutrinoceros made their first contribution in #258
- @dependabot made their first contribution in #261
- @Carreau made their first contribution in #271
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- MNT: consider_namespace_packages now required for pytest 8.2 or after by @pllim in #241
- MNT: pytest 8.1.1 compatibility by @braingram in #242
New Contributors
- @braingram made their first contribution in #242
Full Changelog: v1.2.0...v1.2.1
v1.2.0 Release Notes
What's Changed
- MNT: Compat with pytest>=8 by @pllim in #236
- MAINT: remove special conftest handling by @bsipocz in #238
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Release Notes
What's Changed
- CI: reschedule cron to be on a workday by @bsipocz in #216
- MAINT: Remove python3.7 support by @bsipocz in #217
- DEV: marking the plugin stable by @bsipocz in #218
- Add documentation and unit tests for Markdown code blocks by @lpsinger in #221
- Add pyproject.toml tests for some options by @WilliamJamieson in #222
- Use super for output checker inheritance by @matthew-brett in #224
- Precautionary init for OutputChecker by @matthew-brett in #225
- TST: Use Python 3.12 stable, bump checkout version by @pllim in #226
- BUG: Fix module level import requires by @seberg in #228
- Skip main.py by @flying-sheep in #232
- Support import-mode by @flying-sheep in #233
- Implement --doctest-plus-generate-diff to fix existing docs by @seberg in #227
New Contributors
- @WilliamJamieson made their first contribution in #222
- @matthew-brett made their first contribution in #224
- @seberg made their first contribution in #228
- @flying-sheep made their first contribution in #232
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Update license by @jarrodmillman in #203
- Update GH org by @jarrodmillman in #206
- CI: more versions by @bsipocz in #207
- CI: use numpy printoptions in testing by @bsipocz in #211
- MAINT: fix pytest 8.0dev compatibility by @bsipocz in #213
- CI: fix release action by @bsipocz in #215
New Contributors
- @jarrodmillman made their first contribution in #203
Full Changelog: v0.13.0...v1.0.0
v0.13.0
What's Changed
- MAINT: add mailmap file by @bsipocz in #187
- MAINT: cleanup version check to close #158 by @bsipocz in #189
- DOC: adding doctest-skip-all by @bsipocz in #190
- Replace
tmpdir
test fixture withtmp_path
by @eerovaher in #191 - Remove an obsolete version check from tests by @eerovaher in #192
- ENH: Report doctests raising skip exceptions as skipped by @effigies in #196
- DOC: Version check is supported in the doctest-requires directive since v0.5 by @pllim in #198
- ENH: Continue running doctests on failure by @effigies in #197
- MNT: Do not completely take over test collection ignore by @pllim in #201
New Contributors
- @eerovaher made their first contribution in #191
Full Changelog: v0.12.1...v0.13.0
v0.12.1 Release Notes
v0.12.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- MNT: Stop using distutils by @pllim in #172
- Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger in #174
- Fix typos by @kianmeng in #176
- Doctests in ufuncs should respect doctest_skip by @lpsinger in #175
- Use windows-2019 for GitHub Actions jobs by @lpsinger in #178
New Contributors
Full Changelog: v0.11.2...v0.12.0
v0.11.2 Release Notes
v0.11.1 Release Notes
Fixed compatibility with pytest-dev [#168]