@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.1.0] - August 8th, 2022
9+
10+ Huge update with new documentation, initial tests, and improved docstrings
11+
12+ ### Added
13+
14+ - Deployed documentation to github pages
15+ - Updated README with badges and documentation source
16+ - Helper utilities across the package in src/helpers.jl
17+ - Tests for helpers
18+ - Started tests for getters
19+ - Todo bot for creating linkable issues
20+ - Project.toml
21+ - Added Dates dependency
22+ - Added TimeZones dependency
23+ - Added TimeZones dependency
24+ - Updated compat entries
25+
26+ ### Changed
27+
28+ - Fixed GetPatientAgeGroup to get age according to three different methods
29+
30+ ### Fixed
31+
32+ - Removed type definitions as that was causing premature issues
33+ - Determined alternative method to find current date/year based on OMOP CDM v5.4
34+
835## [ 0.0.2] - August 3rd, 2022
936
1037Made some bugfixes, docstring updates, and feature improvements.
@@ -23,3 +50,18 @@ Made some bugfixes, docstring updates, and feature improvements.
2350- GetPatientVisits did not actually return visit ids
2451 - Updated to return ids from `visit_occurrence_id` versus `visit_concept_id`
2552
53+
54+ ### Added
55+
56+ - Exports for filter functions were added
57+
58+ ### Changed
59+
60+ - Type signatures were removed
61+ - Realized it was too premature to have them
62+
63+ ### Fixed
64+
65+ - GetPatientVisits did not actually return visit ids
66+ - Updated to return ids from `visit_occurrence_id` versus `visit_concept_id`
67+
0 commit comments