Releases: edanalytics/earthmover
Releases · edanalytics/earthmover
v0.1.1
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
v0.0.7
v0.0.6
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
v0.0.4
Python 3.7 support
Updating requirements and dependencies to support Python 3.7+ in order to allow earthmover
to run on Google Colab.
v0.0.2
Initial release