Skip to content

Releases: edanalytics/earthmover

v0.1.1

27 Mar 21:20
Compare
Choose a tag to compare

This release fixes a bug where a single quote in the config YAML could prevent environment variable expansion from working since os.path.expandvars() does not expand variables within single quotes in Python under Windows.

v0.1.0

23 Mar 14:23
Compare
Choose a tag to compare

Adds support for Jinja templating in config YAML. Removes matplotlib dependency.

v0.0.7

23 Feb 16:29
Compare
Choose a tag to compare

adds str_min() and str_max() functions for group by operation

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