Skip to content

Commit d84c71e

Browse files
committed
add release notes for v2.0
1 parent 9c9db30 commit d84c71e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

website/content/about/releasenotes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,20 @@ This page lists changes implemented in sequential updates to the eICU Collaborat
1717

1818
# Current version
1919

20-
The current version of the database is v1.2. When referencing this version, we recommend using the full title: eICU Collaborative Research Database v1.2.
20+
The current version of the database is v2.0. When referencing this version, we recommend using the full title: eICU Collaborative Research Database v2.0.
21+
22+
# eICU Collaborative Research Database v2.0
23+
24+
The eICU Collaboratvie Research Database v2.0 was released on 17 May 2018. This was a major release which involved a schema change, potentially breaking compatibility with existing code.
25+
26+
Changes include:
27+
28+
* #68: The medication table had the following modifications: `drugname` and `dosage` can now be NULL. Frequency of administration has been added in a new column called `frequency`.
29+
* #69: In all tables columns which had a suffix of `time`, `time24`, and `year` were removed, *except* for a single instance in the patient table. These columns were redundant and can be easily rederived if needed using offsets and joining to the patient table.
30+
* #70: Ten tables have been added to the public release. They are: customLab, intakeOutput, microLab, note, nurseAssessment, nurseCare, nurseCharting, physicalExam, respiratoryCare, respiratoryCharting. Documentation of these tables is available online.
31+
* #71: Hospitals which do not have any corresponding patient admissions have been removed from the hospital table.
32+
33+
In addition, the website now contains Jupyter notebooks for each table which highlight potential usage of the data.
2134

2235
# eICU Collaborative Research Database v1.2
2336

0 commit comments

Comments
 (0)