Skip to content

Releases: edanalytics/earthmover

v0.4.10

16 Apr 15:28
0c73e2b

Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9

09 Feb 22:14
8a480bf

Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8

09 Jan 19:53
8791949

Choose a tag to compare

What's Changed

  • add jinja imports to test suite of example_projects/ by @tomreitz in #180
  • Make YAML parser use config file path to render Jinja by @alchenist in #178
  • adding handling for multi-line and sparse header structures, per recent team discussions by @tomreitz in #181

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

13 Nov 16:31
df63267

Choose a tag to compare

v0.4.6

14 Aug 15:34
bea2cca

Choose a tag to compare

What's Changed

  • Add support for non-UTF8 file encodings for fixed-width inputs by @johncmerfeld in #165
  • Raise error in rename_columns operation when a rename results in two columns of the same name by @tomreitz in #166

Full Changelog: v0.4.5...v0.4.6

v0.4.5

11 Jul 16:38
75cd1d7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

06 Mar 15:18
0fadd05

Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

23 Jan 19:06
14c09e7

Choose a tag to compare

What's Changed

  • Feature: error messages for keep_columns and drop_columns now specify the columns by @johncmerfeld in #150
  • Feature: allow a colspec_file config with column info for fixedwidth inputs by @johncmerfeld in #139

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Dec 22:06
587cde9

Choose a tag to compare

What's Changed

  • feature: interpolate params into destination.template by @tomreitz in #141
  • feature: lowercase_columns and uppercase_columns operations by @jayckaiser in #143
  • fix: source.optional_fields recursion by @rlittle08 in #142
  • fix: earthmover deps fails when not all params are passed by @johncmerfeld in #140
  • fix: make all pandas/dask config conditional on >3.10 by @johncmerfeld in #146

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

15 Nov 21:37
6bf9069

Choose a tag to compare

What's Changed

  • feature: allow specifying colspecs for fixed-width files by @susanxiong and @tomreitz in #84 and #133
  • feature: allow config params to be passable at the CLI and have a parameter_default by @johncmerfeld in #130
  • feature: refactor Source columns list logic as a select instead of a rename. by @jayckaiser in #137
  • bugfix: make pandas pyarrow imports conditional on Python version by @johncmerfeld in #136
  • bugfix: Project composition – nested local packages & resolving relative paths by @johncmerfeld in #134

New Contributors

Full Changelog: v0.4.0...v0.4.1