Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 934 Bytes

File metadata and controls

63 lines (42 loc) · 934 Bytes

Kravis Release History

v1.1

  • Updated kotlin-dataframe to 1.0.0-Beta4
  • Updated to JDK 21 and kotlin 2.2 as a minimum requirementa
  • Discontinued javafx support

v1.0

  • Migration to kotlin-dataframe
  • Removed dependency on krangl

v0.9

  • Decoupled javafx support into independent module
  • Added various geoms and extended aesthetics support
  • Migrated from File to Path API
  • Fixed numerous bugs
  • Enable advanced integration va jupyter %use

v0.8

  • Added geomArea, geomRibbon and geomSmooth
  • Improved jupyter support

v0.7

  • Fixed compatibility with jupyter-kernel
  • Fixed forecats compatibility issues in OrderUtils

v0.6

  • Added geomSegment

v0.5

Many new API elements and numerous bug-fixes

v0.4

API redesign to use ggplot2 as backend

v0.3

Changed API to become a dumb wrapper arond ggplot2

v0.2

2018-5-18

Initial Release