-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 MAINTAIN: move changelog to Markdown
- Loading branch information
1 parent
92384df
commit 40381be
Showing
3 changed files
with
67 additions
and
378 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Changelog | ||
|
||
## v0.6.1 (2020-10-16) | ||
|
||
- 🐛 Fixed compatibility with pytest version 6 | ||
- 👌 Improved repository and documentation | ||
|
||
## v0.6.0 (2019-08-13) | ||
|
||
- Add Coverage Functionality (#3) | ||
|
||
An ``ExecuteCoveragePreprocessor`` class has been implemented, | ||
and integrated into the ``NBRegressionFixture`` and ``pytest_notebook.plugin``. | ||
Also, tests and a tutorial have been added. | ||
|
||
## v0.5.2 (2019-08-12) | ||
|
||
- Add documentation for beautifulsoup post-processor. | ||
- Add beautifulsoup post-processor. | ||
- Add header info for pytest execution. | ||
- Add minor docstring update. | ||
|
||
## v0.5.1 (2019-08-12) | ||
|
||
- Include package data. | ||
|
||
## v0.5.0 (2019-08-12) | ||
|
||
- Fix dependency. | ||
|
||
## v0.4.0 (2019-08-12) | ||
|
||
- Added regex-replacement functionality (#1) | ||
|
||
Also added: | ||
|
||
- Cell execution logging. | ||
- Tutorial on configuring `pytest-notebook`. | ||
|
||
- Added Conda install documentation. | ||
|
||
## v0.3.1 (2019-08-10) | ||
|
||
- Add screenshot to manifest. | ||
|
||
## v0.3.0 (2019-08-10) | ||
|
||
- Add travis deployment key. | ||
|
||
- Add documentation and make relevant improvements to the code. | ||
|
||
- Add nb_post_processors to configuration options. | ||
|
||
- Add diff configuration via notebook metadata. | ||
|
||
- Added ordering of stdout/stderr outputs. | ||
|
||
Since they are asynchronous, so order isn't guaranteed. | ||
- Add collection/execution of notebooks. | ||
|
||
- Add blacken_code post-processor. | ||
|
||
- Add initial working implementation. | ||
|
||
- Commit before changing to nbdime. | ||
|
||
- Initial commit. |
Oops, something went wrong.