Skip to content

v0.5.0

Compare
Choose a tag to compare
@AndreiKingsley AndreiKingsley released this 30 Nov 08:47
· 360 commits to main since this release

Api changes:

  • Stabilized core API - plot DSL:
    • plot creation with plot {} and DataFrame.plot {}
    • layers adding with LayerPlotContext.points {} and other layer functions
    • mappings (via function invocation) and settings(via var assignment) API
  • Most of internal API in DSL are hidden(#163)
  • Statistics was removed from kandy-lets-plot. The statistics have been reworked and separated into the new repository (private yet) and artifact.
  • Restructured packages

Documentation

Fixes and improvements

  • Fix bugs with plot dataset
  • Fix web outputs
  • Type parameters in scale creation functions are reordered according to arguments(#206)
  • Add scale type bound for aes (#96)
  • The static SVG view has been improved: it has become scalable and fitting.
  • Small API improvements

Note! ⚠️ Some parts of the API have been changed without backwards compatibility, as the API was under active development before version 0.5.0. In case you used kandy before 0.5.0 and you are experiencing difficulties with migration to 0.5.0, please contact us.