Skip to content

Releases: vojtamolda/Plotly.swift

Plotly.swift 0.5.0

13 Feb 03:28
0.5.0
310a1c4
Compare
Choose a tag to compare

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

13 Oct 23:10
0.4.0
6e80119
Compare
Choose a tag to compare

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

24 Apr 15:58
0.3.1
cdc4a20
Compare
Choose a tag to compare

Minor improvements. No stable API guarantees yet.

  • More permissive MIT licensing
  • Fixed bugs in Jupyter notebooks

Plotly.swift 0.3.0

20 Apr 03:16
0.3.0
f2fb7c2
Compare
Choose a tag to compare

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

20 Apr 02:38
0.2.0
af6f2fb
Compare
Choose a tag to compare

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
  • ColorScales imported from Python and JavaScript
  • Improved Color and ColorList structs
  • Brand new documentation with diagrams
  • Improved Jupyter notebook examples
  • A lot of new unit tests

Plotly.swift 0.1.0

05 Feb 03:18
0.1.0
Compare
Choose a tag to compare

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