Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 692 Bytes

CHANGES.md

File metadata and controls

26 lines (15 loc) · 692 Bytes

Change Log

Version 0.3 (unreleased)

Version 0.2 (released 2019-12-03)

Enhancements

  • vegaexpr: support date functions () string functions (#21, #22), stats functions (#24), array functions (#26, #27), regex functions (#28)
  • support sequence generators (#25)
  • Support full set of bin options (#14)
  • Support extraction of implicit transforms from encodings (#10, #12, #13, #15, #29, #33)

Bug Fixes

  • Fix issue with fold transform (#5)

Maintenance

  • Compatibility with Python 3.6 & 3.8 (#16 & #17)
  • Format package with black (#11)

Version 0.1 (released 2019-07-18)

Initial release, supporting most transforms from Altair 3.X