v0.0.4
What's Changed
- Add a few testing helper utilities to
pueblo.testing
- Fix dependencies for
test
extra by downgrading tonbdime<4
- Dependencies (extras): Remove "ngr", add "notebook", link "test" to "testing"
- ngr: Gradle test runner failed to invoke
./gradlew install
because such a target did not exist. - ngr: Fix Gradle test runner by only conditionally invoking
gradle wrapper
- ngr: Add capability to invoke projects using the
poethepoet
task runner - Dependencies: Update to nbdime 4 and pytest-notebook 0.10
- Add
pueblo.io.to_io
utility function - ngr: Improve .NET runner by accepting
--dotnet-version
command-line option - ngr: Fix Gradle test runner by wiping existing Gradle wrappers, to accommodate for contemporary versions of Java
- Add support for Python 3.7
- Add
testbook
tonotebook
subsystem - Add
pueblo.util.proc.process
utility. It is a wrapper aroundsubprocess.Popen
to also terminate child processes after exiting. Thanks, @pcattori.
Full Changelog: v0.0.3...v0.0.4