Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.0.4 - 2024-08-05

Added

  • MIMIC-ED Import Option Closes Issue #5

Changed

  • README to correctly reflect volume location Closes Issue #16
  • Updated docker-compose.yaml to use env var for data folder
  • Changed the library name to pgmimic Closes Issue #16

0.0.3 - 2024-07-31

Added

  • MIMIC-IV Postgres Functions

Changed

  • Allowing MIMIC-IV 2.0 backwards compatibility

0.0.2 - 2024-07-31

Added

  • Added resource limits to docker-compose

Changed

  • Removed comments in SQL scripts as its causing issues
  • Progressed MIMIC data version to 2.2, updated SQL scripts to match

0.0.1 - 2024-07-31

Added

  • Initial commit
  • README, CHANGELOG, LICENSE
  • Initial folder structure
  • Initial library added to src
  • Dockerfiles and docker-compose