Skip to content

Releases: mmcdermott/MEDS_transforms

0.0.7: Merge pull request #193 from mmcdermott/dev

01 Sep 17:53
9588583
Compare
Choose a tag to compare

0.0.6: Merge pull request #175 from mmcdermott/dev

27 Aug 01:18
9549d7e
Compare
Choose a tag to compare

0.0.5: Merge pull request #151 from mmcdermott/dev

12 Aug 18:22
e7ed727
Compare
Choose a tag to compare

0.0.4: Merge pull request #146 from mmcdermott/dev

11 Aug 18:41
b5f0277
Compare
Choose a tag to compare

v0.0.3: Adding some improvements and bug-fixes to the MIMIC-IV ETL

05 Aug 02:10
389c521
Compare
Choose a tag to compare

What's Changed

  • Added reorder_measurements transformation. by @mmcdermott in #48
  • Allow map_over to accept compute functors or partials with standardized args rather than merely direct functions. by @mmcdermott in #107
  • added unzipping functionality for mimic iv example by @Oufattole in #31
  • Release 0.0.3 -- ensures MIMIC-IV ETL can be run without rootutils and that it works with unzipped files. by @mmcdermott in #115

Full Changelog: v0.0.2...0.0.3

0.0.2

03 Aug 04:14
e97c587
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @prenc made their first contribution in #46

Full Changelog: 0.0.1...v0.0.2

v0.0.1

26 Jul 11:48
fde2355
Compare
Choose a tag to compare

Release 0.0.1

The initial version of a semi-stable interface, with installable modules, CLI endpoint utilities, and useful configuration endpoints. The MIMIC-IV example works in this version; eICU does not.

What's Changed

  • A subset of the changes from #3 merged into main. by @mmcdermott in #4
  • Added run.py file and debugged on hf cohort. by @Oufattole in #3
  • Adding details to run a MIMIC-IV example (and some other small fixes) by @mmcdermott in #6
  • Still in progress, but adds eICU by @mmcdermott in #9
  • Updated configs and added a resolver to get informative help messages from either the config or the script docstrings. by @mmcdermott in #7
  • Multirun capabilities and other improvements by @mmcdermott in #10
  • Added a code metadata extraction step for core MEDS extraction. by @mmcdermott in #18
  • Tokenization and Tensorization by @mmcdermott in #22
  • Get the preprocessing pipeline working E2E by @mmcdermott in #21
  • IN PROGRESS general dev contributions. Currently tracking: by @mmcdermott in #17
  • Update convert_to_sharded_events.py by @Oufattole in #26
  • Making the interface re-usable and importable. by @mmcdermott in #29
  • Adds a version number to close #36 by @mmcdermott in #39
  • Added ETL information to the hydra config to help solve #37 by @mmcdermott in #40
  • Very preliminary code to fix #33 by @mmcdermott in #50
  • Adding tests for transforms (and minimally easing the API for transforms too with a standardized config file definition) by @mmcdermott in #59
  • Renames MEDS_polars_functions to MEDS_transforms by @mmcdermott in #67
  • Update the MIMIC-IV example with the updated interface and installable options. by @mmcdermott in #71
  • Adding an improved documentation base and (eventually) readthedocs support. by @mmcdermott in #42
  • Release 0.0.1 Candidate by @mmcdermott in #75

New Contributors

Full Changelog: https://github.com/mmcdermott/MEDS_transforms/commits/0.0.1