Skip to content

Releases: edanalytics/earthmover

v0.0.6

17 Feb 19:45
Compare
Choose a tag to compare

This release includes

  • feature: pass __row_data__ dict into Jinja templates for easier dynamic column referencing
  • bugfix: parameter / env var interpolation into YAML keys, not just values
  • refactor error handling key assertion methods
  • refactor YAML loader line number context handling

v0.0.5

16 Dec 21:07
b5d0d1a
Compare
Choose a tag to compare

Updates the optional source functionality to require a columns list, and pass an empty dataframe through the DAG. Also trims nodes not connected to a destination from DAGm and ensures all source datatypes return a Dask dataframe.

v0.0.4

27 Oct 18:29
Compare
Choose a tag to compare

Hotfix for an issue on Google Colab where dataframe.query() was using the wrong parsing engine, resulting in a Python error.

Python 3.7 support

27 Oct 13:13
Compare
Choose a tag to compare

Updating requirements and dependencies to support Python 3.7+ in order to allow earthmover to run on Google Colab.

v0.0.2

22 Sep 16:50
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Initial release