8000 Release v3.0.1 · MIT-LCP/mimic-code · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@alistairewj alistairewj released this 24 Apr 01:23
c7e0756

This release adds a _metadata table which will indicate the version of MIMIC-IV for the BigQuery tables.

_metadata schema: attribute, value. Example query:

select attribute, value
FROM `physionet-data.mimiciv_derived._metadata`

Current attribute available:

  • mimic_version
  • mimic_code_version
  • mimic_code_commit_hash

These values are populated automatically for mimiciv_derived on publication of a release.

What's Changed

Full Changelog: v3.0.0...v3.0.1

0