Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Release 0.4.0

Compare
Choose a tag to compare
@CermakM CermakM released this 26 Oct 12:21
· 20 commits to master since this release

v0.4.0 (2019-10-26)

  • Fix immature execution finish. [Marek Cermak]

    Signed-off-by: Marek Cermak [email protected]

    modified: jupyter_require/static/core.js
    modified: jupyter_require/static/loader.js

v0.3.3 (2019-10-03)

  • Logging. [Marek Cermak]

  • Loader and initial logging setup. [Marek Cermak]

    Implement a common logging functionality

    Signed-off-by: Marek Cermak [email protected]

    modified: jupyter_require/static/extension.js
    new file: jupyter_require/static/loader.js
    new file: jupyter_require/static/logger.js
    modified: setup.py

  • Scope the extension variable. [Marek Cermak]

v0.3.2 (2019-09-28)

  • Update README. [Marek Cermak]

v0.3.1 (2019-09-28)

  • Autoloading. [Marek Cermak]

    • the extension now loads automatically into the ipython context ---
      is available without issuing the %load_ext command
    • implemented silent mode to execute scripts without the need of the
      cell context

    Signed-off-by: Marek Cermak [email protected]

    modified: jupyter_require/init.py
    modified: jupyter_require/core.py
    modified: jupyter_require/magic.py
    modified: jupyter_require/static/core.js
    modified: jupyter_require/static/extension.js

  • Include requirements.txt in sdists. [Todd]

    sdists cannot be installed without it