Earthmover

Latest version: v0.4.4

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.3.1

<details>

<summary>Released 2024-04-26</summary>

* internal: allow any ordering of Transformations during graph-building in compile
* internal: only create a `/packages` dir when `earthmover deps` succeeds

</details>

0.3.0

<details>

<summary>Released 2024-04-17</summary>

* feature: add project composition using `packages` keyword in template file (see README)
* feature: add installation extras for optional libraries, and improve error logging to notify which is missing
* feature: `GroupByWithRankOperation` cumulatively sums record counts by group-by columns
* feature: setting `log_level: DEBUG` in template configs or setting `debug: True` for a node displays the head of the node mid-run
* feature: add `optional_fields` key to all Sources to add optional empty columns when missing from schema
* feature: add optional `ignore_errors` and `exact_match` boolean flags to `DateFormatOperation`
* internal: force-cast a dataframe to string-type before writing as a Destination
* internal: remove attempted directory-hashing when a source is a directory (i.e., Parquet)
* internal: refactor project to standardize import paths for Node and Operation
* internal: add `Node.full_name` attribute and `Node.set_upstream_source()` method
* internal: unify graph-building into compilation
* internal: refactor compilation and execution code for cleanliness
* internal: unify `Node.compile()` into initialization to ease Node development
* internal: Remove unused `group_by_with_count` and `group_by_with_agg` operations

</details>

0.2.2

New features
- South Carolina Alternate Assessment Bundle

Fixes
- Capitalize student ID columns for TX-KEA bundle to work with the student ID wrapper
- Update 2024 entries in the administration window xwalk and removes a blank descriptor field in STAAR Summative bundle
- Fix academic subject array structure in MAP Fluency bundle

0.2.1

New features
- MAP Reading Fluency Bundle

Under the hood
- Add parameter defaults for output and temp dir for the student ID and student ID wrapper packages
- Expand the objective assessment codes xwalk for STAAR Interim to include 2022, 2024, and 2025
- Remove DIBELS 8 records with empty dates
- Add compatibility with the student ID package to the IB bundle

Fixes
- Add quotes around values to fix an issue with writing out a non-matched students file when there are commas in the data

0.2.0

New features
This release adds two packages that offer better functionality for handling student IDs:

1. `student_ids`: This package will merge all student IDs from an assessment file against all IDs from an Ed-Fi studentEducationOrganizationAssociation file/database source to determine the highest merge rate and remove student assessment records without a matching roster record. See the README file in the package folder for more detailed functionality information.

2. `student_id_wrapper`: This package uses [project composition](https://github.com/edanalytics/earthmover?tab=readme-ov-file#project-composition) to combine the student id package with any assessment bundle, which is passed as a parameter. See the README file in the package folder for more detailed functionality information.

Additionally, the SC Ready assessment bundle was added to this release.

Under the hood
This release also contains a major refactor of all existing assessment bundles, which include:

1. Updating the assessment bundles to be compatible with the `student_id` package.

2. Improving the assessment bundles for better consistency and to follow the best practices:
- Adding an anonymized sample file for better testing.
- Removing the `BUNDLE_DIR` parameter and replaced with relative pathing.
- Removing the vendor from folder names.
- Removing any hardcoded descriptors from the templates and moving to seeds.

0.1.6

<details>
<summary>Released 2023-07-11</summary>

* bugfix: [fixing a bug to create the results_file directory if needed](https://github.com/edanalytics/earthmover/pull/40)
* bugfix: [process a copy of each nodes data at each step, to avoid modifying original node data which downstreams nodes may rely on](https://github.com/edanalytics/earthmover/pull/41)

</details>

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.