Releases · plotly/orca
v1.3.1
Fixed
- Fix sandbox problem in the conda package for Linux [#301]
v1.3.0
v1.2.1
- Fix
scattermapboximage generation when mapbox access token is set
in thelayout.mapboxcontainer in plotly-graph component [#195]
v1.2.0
v1.1.1
This release is associated with improved standalone installation instructions
in the repo README from #122.
Fixed
- Mac OS installer fixups [#122]
- Don't make any changes if
orcais already on thePATH - Only copy
orca.shto/usr/local/binif orca is installed as an application - Perform
orca.shcopy with administrator privileges to avoid permission denied errors
- Don't make any changes if
v1.1.0
Orca is now a conda package [#113]:
conda install -c plotly plotly-orca
Added
- Add
--graph-onlyCLI option fororca serveto only boot theplotly-graph
component, saving memory [#114] - Add
tableplotly graph traces to--safeModehandler [#98]
Changed
- Use
request@2.88.0[#117]
Fixed
- Hide electron icon from OS X dock [#103]
v1.0.0
First Orca release 🎉
See installation instructions here.
This release ships with Orca CLI command graph (for plotly.js graph exports) and serve (which boots
up a server similar to Plotly's Image Server). Run orca graph --help and orce serve --help for more info.