Skip to content

Releases: SciProgCentre/plotly.kt

0.3.0-dev-rc

27 Nov 17:36
Compare
Choose a tag to compare

Added

-Support for plotly.kts in IDEA

Changed

  • Serialization API is encapsulated (no longer exposed) in order to provide compatibility with new serialization.
  • Migration to Kotlin 1.4
  • Minor breaking change in Plot to encapsulate serialization usage

0.3.0-dev-3

29 Sep 10:07
Compare
Choose a tag to compare
0.3.0-dev-3 Pre-release
Pre-release

Added

-Support for plotly.kts in IDEA

Changed

  • Serialization API is encapsulated (no longer exposed) in order to provide compatibility with new serialization.
  • Migration to Kotlin 1.4
  • Minor breaking change in Plot to encapsulate serialization usage

v0.2.0

14 Aug 11:31
ec8e73b
Compare
Choose a tag to compare

Added

  • Experimental scripting support
  • Static export via Orca
  • Experimental Jupyter support
  • Color palettes (T10 and XKCD)
  • New parameters and classes in Trace, Legend, Layout
  • Parameters description
  • naming.md with decisions about parameters and methods names
  • Error bars
  • New scatter, contour, error plots examples
  • Interfaces with common parameters for some plots (Histogram, Contour, Heatmap)
  • New parameters for different plots
  • Add Z axis
  • Tutorial about drawing sinus
  • Loading resources using krangl
  • TraceValues extension for krangl columns

Changed

  • Migrated from scientifik to kscience
  • Refactored packages to better suit star import style
  • Removed bootstrap dependency
  • Examples colors changed and more cases for each example added
  • Different types of plots were inherited from Trace
  • Unnecessary constructors removed
  • Change Title methods
  • Project structure updated
  • Removed other Plot functions
  • Plot2D renamed to Plot

0.1.2

07 Aug 07:30
c0135fb
Compare
Choose a tag to compare

Migrated to new build plugin and added some layout features (see examples)

0.1.1

09 Jun 11:11
5dd719e
Compare
Choose a tag to compare

Fixed deploy and added ability to supply data for traces in different formats.

0.1.0

03 Jun 10:44
Compare
Choose a tag to compare

Initial release. File rendering + ktor server dynamic rendering.