Releases: vojtamolda/Plotly.swift
Releases · vojtamolda/Plotly.swift
Plotly.swift 0.5.0
No stable API guarantees yet.
- New subplot axis to layout association API that uses reference semantics and
.preset(...)
for default settings. See the issue for a detailed discussion and examples (#18) - Fixed bug when layout subplot property isn't correctly encoded when multiple traces are present on a figure (#17)
- Figure/Trace
.show()
and.display()
methods are now throwable to better represent their tendency to frequently fail - Updated to Plotly schema version 1.58.4
- Simple decoder of CSV data format
- Migrated to
main
branch on GitHub - A lot of minor improvements and better documentation
Plotly.swift 0.4.0
No stable API guarantees yet.
- Updated to Plotly schema version 1.56.0
- Simpler generics of Box, Candlestick and OHLC traces
Unused
type as a placeholder for unused generics- One-line previewing of traces (#16)
- A lot of minor improvements
Plotly.swift 0.3.1
Minor improvements. No stable API guarantees yet.
- More permissive MIT licensing
- Fixed bugs in Jupyter notebooks
Plotly.swift 0.3.0
Animations arrived! No stable API guarantees yet.
- Support for animated traces and figures
- Both buttons and sliders work
- Animated unit tests ;)
Plotly.swift 0.2.0
A lot of cool now features. No stable API guarantees yet.
- Support for all types of subplots (API is not yet final)
- Customization of
Layout
subplot axes - Fixed issues that made the Table trace unusable
ColorScale
s imported from Python and JavaScript- Improved
Color
andColorList
structs - Brand new documentation with diagrams
- Improved Jupyter notebook examples
- A lot of new unit tests
Plotly.swift 0.1.0
First public release. No stable API guarantees yet.
- Bar, Line, Scatter, Pie, Box, Histogram and Heatmap plots are well tested
- All Plotly chart types are implemented
- Working export to HTML and JSON
- Built-in support for TensorFlow
- Examples for XCode and Jupyter