Skip to content

Commit

Permalink
Updated changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Aug 8, 2022
1 parent fd0f974 commit 8bd33dc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`

0 comments on commit 8bd33dc

Please # to comment.