diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d26b1..f9b29ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.0] - August 8th, 2022 + +Huge update with new documentation, initial tests, and improved docstrings + +### Added + +- Deployed documentation to github pages +- Updated README with badges and documentation source +- Helper utilities across the package in src/helpers.jl +- Tests for helpers +- Started tests for getters +- Todo bot for creating linkable issues +- Project.toml + - Added Dates dependency + - Added TimeZones dependency + - Added TimeZones dependency + - Updated compat entries + +### Changed + +- Fixed GetPatientAgeGroup to get age according to three different methods + +### Fixed + +- Removed type definitions as that was causing premature issues +- Determined alternative method to find current date/year based on OMOP CDM v5.4 + ## [0.0.2] - August 3rd, 2022 Made some bugfixes, docstring updates, and feature improvements. @@ -23,3 +50,18 @@ Made some bugfixes, docstring updates, and feature improvements. - GetPatientVisits did not actually return visit ids - Updated to return ids from `visit_occurrence_id` versus `visit_concept_id` + +### Added + +- Exports for filter functions were added + +### Changed + +- Type signatures were removed + - Realized it was too premature to have them + +### Fixed + +- GetPatientVisits did not actually return visit ids + - Updated to return ids from `visit_occurrence_id` versus `visit_concept_id` +