Skip to content

Releases: drivendataorg/nbautoexport

v0.5.2

28 Jul 21:08
379ff06
Compare
Choose a tag to compare
  • Fixes compatibility with Notebook 7. (PR #122)

v0.5.1

18 Jul 18:16
ce3e0ac
Compare
Choose a tag to compare
  • Add support for pydantic>=2.0.0 (PR #119)

v0.5.0

16 Mar 20:21
576e1a9
Compare
Choose a tag to compare
  • Removes support for Python 3.6. (Issue #93, PR #94)
  • Removes explicit dependency on pywinpty for Windows environments.

v0.4.1

15 Mar 20:01
53da0e6
Compare
Choose a tag to compare

This will be the last version of nbautoexport that will have been tested on and officially support Python 3.6.

  • Adds dependency on pywinpty for Windows environments with a version ceiling on the last version that works with Python 3.6. (Issue #90, PR #92)

v0.4.0

30 Oct 01:17
3a3d67a
Compare
Choose a tag to compare
  • Logging improvements. (Issue #74, PR #80)
    • Adds additional log statements during post-save hook initialization and execution to facilitate debugging.
    • Changes runtime errors in post-save hook to be caught gracefully instead of interrupting user with an alert dialog in the Jupyter UI.
    • Adds logging integration with active Jupyter applications. Logs will use Jupyter formatting.
    • Changes --verbose/-v flag to work as a counter. -v will set log level to INFO, and -vv will set log level to DEBUG.

v0.3.1

11 Mar 07:08
Compare
Choose a tag to compare
  • Remove extraneous dependency on jupyter_contrib_nbextensions. Add traitlets, notebook, jupyter_core, and nbformat as explicit dependencies; previously they were treated as transitive dependencies even though they are actually direct dependencies. #68

v0.3.0

19 Feb 08:06
3a27fa7
Compare
Choose a tag to compare
  • Explicitly set all input and output file encodings to UTF-8, which fixes a bug with HTML exports on Windows with nbconvert v6.0. This update removes the nbconvert<6 version ceiling.
    • This is not expected to cause any backwards compatibility issues. However, in the very unlikely instance that your jupyter_notebook_config.py file or your nbautoexport.json config file is Windows-1252-encoded and contains non-ASCII characters, you will need to convert them to UTF-8. (#57, #61)

v0.2.1

19 Sep 01:54
0cd5572
Compare
Choose a tag to compare
  • nbconvert released verion 6, which breaks some functionality. Pinning to nbconvert<6 until we can address #57.

v0.2.0

04 Sep 22:08
Compare
Choose a tag to compare
  • Add option to specify glob-style patterns to exclude files from deletion when using clean. See documentation for more details. (#46, #54)

v0.1.1

06 Aug 22:57
Compare
Choose a tag to compare
  • Fixes missing requirements.txt bug when installing from source distribution. (#50, #52)