Skip to content

Latest commit

Β 

History

History
131 lines (77 loc) Β· 4.39 KB

CHANGELOG.md

File metadata and controls

131 lines (77 loc) Β· 4.39 KB

Changelog

Latest release

For the latest release information, visit the GitHub release page.

Release history (2019-12-16 to Present)

See changelogs folder for change history from 2019-12-16 to present release.

Note: nteract has evolved from a monorepo into multiple individual packages and several applications such as desktop, jupyter-extension and web. As a result, the changelogs can be found in individual packages that have been split out from the monorepo, the GitHub release page, and the changelogs folder.

Releases from 2018-12 to 2019-12

These releases can be found on GitHub release pages.

An individual release can be found by using the following link format and substituting the desired release version, {TAG}:

https://github.com/nteract/nteract/releases/tag/{TAG}

For example, the link to the v0.23.1 release would be:

https://github.com/nteract/nteract/releases/tag/v0.23.1

Releases prior to 2018-12-18

nteract v0.11.7 - Blacksmith Blackwell

  • No more pesky kernel shutdown error when no kernel available
  • Upgrade to babel 7 and next.js 7
  • Migrate examples to πŸ†• examples repo
  • nteract on jupyter now respects _xsrf token
  • <RichMedia /> component
  • nteract on jupyter now supports Python < 3.6

nteract v0.11.6 - Birken Birkeland

Main change: LaTeX is back to working and not breaking your entire app πŸ”£πŸ”₯πŸ˜±πŸ˜…

See #3228 for details.

nteract v0.11.3 - Birdy Birdseye

  • More help text for Data Explorer
  • Palette chooser
  • Less bugs in data explorer! Click More Thingsβ„’!

nteract v0.11.2 - Binary Binet

πŸ“Š Data Explorer now has contour plots and heatmaps!

Datetime is now supported in the data explorer.

contour plots

time series plots

nteract v0.10.0 - Basic Bhabha

  • Really fixed AppImage build for Linux
  • Unified directory listing component for commuter and jupyter extension
  • Brand new @mybinder components and libraries for caching Binder hosts
  • Tray icon for launching notebooks!

nteract v0.9.1 - Bewildered Bethe

  • Fixed AppImage build for Linux
  • Corrected rendering of subsequent text/plain display_data and execute_result outputs
  • Improved performance during app usage by using Immutable objects for outputs again, making sure to allow Hydrogen's non-immutable version

nteract v0.9.0 - Bespectacled Bessemer

πŸ€“πŸ”©

Data Explorer

nteract desktop can now do the automatic dataviz that previously was only released on the jupyter extension.

Component documentation

We're in the beginnings of documenting our components using react-styleguidist. You can see a sneak preview at components.nteract.io.

Jupyter Extension

Jupyter Extension has some exciting new additions including near menu parity with nteract desktop πŸŽ‰

  • πŸ“ We now have a Monaco editor component

  • "Open..." has been added to the menu and will redirect the user to the directory listing

  • Notebook cards have been scaled down and padding added to the bottom of the directory listing for easier viewing on smaller screens

Gist publishing

Gist publishing is much more stable now! :octocat: However, GitHub no longer allows new anonymous gists. 😒 All gists published from nteract must use authentication. πŸ”

Open Recent Menu

Now that we're on Electron 2.x, we can support an "Open Recent" menu. Right now it is only supported on macOS.

Mega Vega

We support vega 2, vega 3, vega-lite 1, and vega-lite 2!

  • 🐍 In Python use Altair

  • 🌢 In Scala use Vegas

vega

Miscellaneous

  • Improved kernel clean up
  • Better font sizes in drop down menu
  • Upgraded to webpack 4*