Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 704 Bytes

CHANGELOG.rst

File metadata and controls

22 lines (16 loc) · 704 Bytes

Changelog

v1.0.0 (2019-03-29)

First release on PyPI.

  • NEW: Spells as feature-primitives (DistanceToNearest, NumberOf, LengthOf)
  • NEW: Various database backends (BigQuery, SQLite)
  • NEW: Ability to compile and share features using SpellBook

v1.0.1 (2019-04-09)

  • FIX: Pin google-cloud dependencies to avoid import errors - #66, #69
  • DOC: Flat-style for README badges! - #63
  • DOC: Filter example in "on" parameter - #63