Skip to content

Releases: yhat/rodeo

v2.0.7

14 Jul 18:31
Compare
Choose a tag to compare

New Features:

  • Added a cool loading icon when the data frame is loading.
  • Unicode characters now render in Rodeo consistently.
    Fixes:
  • The DataFrame viewer wasn't loading when data had special characters is now working.

v2.0.6

13 Jul 18:52
Compare
Choose a tag to compare

New Features

  • Starting page with instructions of how to use the product
  • Can view DataFrames
  • Better installation of ipython

v2.0.5

07 Jul 21:24
Compare
Choose a tag to compare

New Features:

  • ?x-style
  • Can now see the values of primitives in Environment tab

v2.0.4

21 Jun 19:51
Compare
Choose a tag to compare

Updates:

  • Bash environment variables are now available, just like the real IPython terminal.
  • Plots are now newest to oldest, top to bottom.
  • Cmd+4 to focus new plot.
  • Html Icon background color has been changed to same blue as sidebar.
  • Colin added a bunch of tracking stuff to see if people are actually able to use this piece of software.

v2.0.2

16 Jun 18:20
Compare
Choose a tag to compare

Patch:

  • CPU usage backs off by 100x when python isn't doing anything. Is less obnoxious with the yielding.

Significantly better for laptop batteries.

v2.0.1

16 Jun 17:02
Compare
Choose a tag to compare

Patch:

  • includes fix that adds /usr/local/bin, /usr/sbin, /sbin to the PATH on OSX so people's bash scripts don't trip on themselves.
  • Allow tabs on the right side to be dragged between the top and bottom portion.

v2.0.0

14 Jun 19:06
Compare
Choose a tag to compare

Note: Only the OSX versions have significant testing. Over the next week we'll be re-testing the windows releases.

v1.4.9

08 Jun 17:53
Compare
Choose a tag to compare

Fixes:

  • Eliminated race condition where some commands would disappear, causing the prompt to disappear because it thought work was still being done.
  • Plot tab is automatically focused when a new one is generated, can be disabled with preferences
  • Save File Dialog: When saving a file that already has a name, include the name in the dialog.

screen shot 2016-06-08 at 1 52 16 pm

v1.4.8

07 Jun 14:43
Compare
Choose a tag to compare

Patch:

  • added survey capability, used for a Register screen at the moment.
  • fixed one case in the startup screens where it would not detect python.

v1.4.7

06 Jun 17:46
Compare
Choose a tag to compare

Overall:

  • Images and iFrames are now clearing with the keyboard shortcut
  • Reduces latency of ipython executions by 50x.
  • Reports the result of checking for auto-updates if the user manually requested a check.
  • Removes extra code that was being used to test the auto-detection. It was preventing the persistence of the user's python cmd setting.
  • Uses which python as a highly prioritized source of python detection.