Skip to content

Commit

Permalink
Merge pull request #147 from edanalytics/bump/version_to_0_4_2
Browse files Browse the repository at this point in the history
prep for v0.4.2 release
  • Loading branch information
tomreitz authored Dec 12, 2024
2 parents 955e494 + 6d65aac commit 587cde9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
### Unreleased chnages
* bugfix: additional functionality was broken for Python versions < 3.10
* bugfix: `earthmover deps` fails when imported package config references environment variables and those variables are not passed at the command line
### v0.4.2
<details>
<summary>Released 2024-11-15</summary>

* feature: interpolate params into destination templates by @tomreitz in https://github.com/edanalytics/earthmover/pull/141
* feature: lowercase columns by @jayckaiser in https://github.com/edanalytics/earthmover/pull/143
* fix: optional fields recursion by @rlittle08 in https://github.com/edanalytics/earthmover/pull/142
* fix: `earthmover deps` fails when not all params are passed by @johncmerfeld in https://github.com/edanalytics/earthmover/pull/140
* fix: make all pandas/dask config conditional on >3.10 by @johncmerfeld in https://github.com/edanalytics/earthmover/pull/146

</details>


### v0.4.1
<details>
Expand Down
2 changes: 1 addition & 1 deletion earthmover/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2

0 comments on commit 587cde9

Please sign in to comment.