Skip to content

Releases: davidesarra/jupyter_spaces

Jupyter Spaces 0.3.0

23 Oct 22:10
Compare
Choose a tag to compare

Changelog:

  • Automatically show only the last cell output (#29)
  • Add support for Python 3.9 (#22) and Python 3.10 (#27)
  • Discontinue support for Python 3.5 (#25)
  • CI and development experience improvements

Jupyter Spaces 0.2.1

04 Apr 00:16
Compare
Choose a tag to compare

Changelog:

  • Packaging improvements

Jupyter Spaces 0.2.0

22 Nov 17:14
Compare
Choose a tag to compare

Changelog:

  • Automatically show cell output (#1)
  • Add support for Python 3.8 (#4)
  • Discontinue support for Python 3.4 (#3)

Jupyter Spaces 0.1.2

22 Nov 16:46
Compare
Choose a tag to compare

Changelog:

  • Improve error messages when removing spaces
  • Add support for Python 3.7

Jupyter Spaces 0.1.1

22 Nov 16:45
Compare
Choose a tag to compare

Changelog:

  • Improve representation of Space
  • Improve docs

Jupyter Spaces 0.1.0

22 Nov 16:43
Compare
Choose a tag to compare

Changelog:

  • Allow top-level non-closure functions in spaces

Jupyter Spaces 0.0.3

22 Nov 16:42
Compare
Choose a tag to compare

Changelog:

  • Improve documentation

Jupyter Spaces 0.0.2

22 Nov 16:41
Compare
Choose a tag to compare

Changelog:

  • Support IPython 5+ (instead of IPython 6+)

Jupyter Spaces 0.0.1

22 Nov 16:39
Compare
Choose a tag to compare

This is the first release which allows to:

  • Create a space
  • Execute code within a space
  • Delete a space