Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 4.2 KB

changelog.rst

File metadata and controls

75 lines (60 loc) · 4.2 KB

Changelog

Versions

  1. RISE master branch will be following the Jupyter codebase.

2. There is also "released" tagged [branches](https://github.com/damianavila/RISE/releases) compatible with previous IPython versions:

  • 1.x tag compatible with IPython 1.x series
  • 2.x tag compatible with IPython 2.x series
  • 3.x tag compatible with IPython 3.x series
  • 3.x.1 tag also compatible with notebook 4.x series, but using old installation mechanism
  • 4.0.0b1 tag compatible with the notebook 4.2 and above, beta release, please test and report any issues
  • 5.0.0 tag compatible with notebook >= 5.0.0
  • 5.1.0 tag compatible with notebook >= 5.0.0
  • 5.2.0 tag compatible with notebook >= 5.0.0
  • 5.3.0 tag compatible with notebook >= 5.5.0
  • 5.4.1 tag compatible with notebook >= 5.5.0
  1. With Jupyter landing we will provide a conda and pip-installable packages too

NOTE: We will only maintain the latest released version.

Changes

  • 5.4.1
    • Support chalkboard functionality (#355)
    • Support speaker notes (#174)
    • Use a version number that npm can understand (#410)
    • Enhancement in setup.py and reduction of hard-written versions(#399)
    • Include LICENSE.md file in wheels (#394)
    • Fix python_requires (#390)
    • Remove conda recipe from the repo (#405)
    • Make the configurator comtaible with notebook 5.x versions (#414)
    • Docs fixes in exportation section (#415)
    • Make RISE compatible with python 3.7 (#406)
    • Update changelog (#416)
    • Add new JS files to the manifest (#417)
    • Bump 5.4.0 version (#418)
  • 5.4.0 packages were removed from PyPI because they were broken.
  • 5.3.0
    • Auto enable nbextension when installing with pip (#342)
    • Making rise compliant with nbextensions_configurator (#344)
    • Documentation general review, fixes and improvements (#347)
    • Mixup between note and notes (#372)
    • Keep ? from popping up keyboard shortcuts (#373)
    • Create shortcut to go to the configurator (#376)
    • General review of setup.py (#387)
  • 5.2.0
    • Source code cleanup and normalization (#311)
    • Add some docs updates (#312)
    • Add sidebar for all doc pages (#314)
    • Improve customization reference docs (#318)
    • Set new defaults for auto_select and start_slideshow_at options (#323)
    • Refactor actions and fix wide toolbar button (#324)
    • Update docs deployment instructions (#325) and (#326)
    • Make the output observer aware of the scrolling needs (#327)
    • Add basic usage gif into the docs (#328)
    • Fix list not correctly displayed in docs (#338)
    • Add disable and removal section, add note about browser zoom in/out, add PDF export section and add a real changelog for 5.1.1 (#339)

Previous lazy changelogs: