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

Releases: CermakM/jupyter-require

v0.5.0

27 Nov 22:17
Compare
Choose a tag to compare

v5.0.0

Changes

  • Refactor RequireJS to singleton pattern. [Marek Cermak]

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

    modified: jupyter_require/init.py
    modified: jupyter_require/core.py

References

v0.4.3 (2019-11-23)

New

  • Give more descriptive comm error output. [Marek Cermak]

v0.4.2 (2019-10-26)

New

  • Finish execution only on matching msg id. [Marek Cermak]

Changes

  • Include shell reply execution check. [Marek Cermak]

v0.4.1 (2019-10-26)

Fix

  • Use iopub channel for execution finish. [Marek Cermak]

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

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

Release 0.4.0

26 Oct 12:21
Compare
Choose a tag to compare

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

Release 0.3.0

23 Jul 06:34
c04b9c3
Compare
Choose a tag to compare
Merge pull request #5 from CermakM/v0.3.0

Release of version 0.3.0