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

Releases: thinkingmachines/geomancer

Release v1.1.0

06 May 02:00
effe732
Compare
Choose a tag to compare
  • NEW: Dataframes are not required for the cast() method. You can pass a database URL instead for faster extraction. This only works for single Spells only
  • FIX: Tests on dataframe input/output

Patch v1.0.1

09 Apr 09:14
d46c33a
Compare
Choose a tag to compare
  • FIX: Pin dependencies in setup.py for more reproducible installs (thanks @ardieorden !)

Release v1.0.0

28 Mar 16:15
7d6859a
Compare
Choose a tag to compare

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