Releases: yhat/rodeo
Releases · yhat/rodeo
v2.0.7
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
New Features
- Starting page with instructions of how to use the product
- Can view DataFrames
- Better installation of ipython
v2.0.5
New Features:
?x
-style- Can now see the values of primitives in Environment tab
v2.0.4
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
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
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
Note: Only the OSX versions have significant testing. Over the next week we'll be re-testing the windows releases.
v1.4.9
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.
v1.4.8
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
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.