Skip to content

Releases: treebeardtech/nbmake

1.0

23 Nov 13:32
Compare
Choose a tag to compare
1.0
v1.0

Published new version

Add global timeout flag

23 Nov 13:12
f6dfcfa
Compare
Choose a tag to compare
Pre-release
Add timeout flag (#54)

https://github.com/treebeardtech/nbmake/issues/50

Work with python 6.1.0

06 Oct 16:24
8cb9a7f
Compare
Choose a tag to compare
v0.10

lower min. pytest version (#49)

Remove deprecated pathlib dep

05 Oct 11:11
d6097ad
Compare
Choose a tag to compare
chore: remove pathlib dependency (#48)

- the project targets python 3.6+ which have pathlib by default
- the pathlib dependency in pyproject.toml is deprecated
- it caused issues in poetry environment installation of nbmake

Signed-off-by: IceTDrinker <49040125+IceTDrinker@users.noreply.github.com>

Fix bug with __init__.py files

20 Sep 17:12
c482fcc
Compare
Choose a tag to compare
v0.8

fix init file bug (#47)

Re-add ipykernel but allow 6.x

10 Sep 18:42
3ad0a35
Compare
Choose a tag to compare
0.7

ipykernel (#44)

Remove ipykernel version constraint

09 Sep 08:59
4fe1714
Compare
Choose a tag to compare
v0.6

Remove IPYKernel pin (#43)

Test on windows

19 Apr 14:42
827cbc7
Compare
Choose a tag to compare
0.5

Test on windows (#32)

Improve error messages

02 Mar 09:41
9129179
Compare
Choose a tag to compare
v0.4

Improve err messages (#30)

Remove html reports

26 Feb 12:11
07cd2a2
Compare
Choose a tag to compare

It is simpler to upload the results to github artifacts and download + view.