Skip to content

Commit

Permalink
Tagging for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Aug 25, 2023
1 parent 8a2983d commit 8900f8c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ 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.3.0] - August 25th, 2023

New minor release to introduce some new functionalities and novel extensions of the API

### Added

- Update Implicit Function APIs to Accept and/or Mutate a DataFrame

* Nearly every function can now accept DataFrames as a given input

- New functions for drug queries:

* GetDrugExposures

* GetDrugConceptIDs

* GetDrugAmounts

- Extensive test suite for new features

### Changed

- Updated beginner tutorials

### Fixed

- Increased CodeCov across package

## [0.2.2] - February 28th, 2023

Patch release to add in some new features and fixes
Expand Down
8 changes: 5 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ authors:
orcid: https://orcid.org/0000-0003-4531-1614
- family-names: Chinta
given-names: Varshini
title: "OMOPCDMCohortCreator 0.2.2"
version: 0.2.2
- family-names: Abdelazeez
given-names: Fareeda
title: "OMOPCDMCohortCreator 0.3.0"
version: 0.3.0
doi: 10.5281/zenodo.7052105
date-released: 2023-02-28
date-released: 2023-08-25
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OMOPCDMCohortCreator"
uuid = "f525a15e-a73f-4eef-870f-f901257eae22"
authors = ["Jacob Zelko <[email protected]>"]
version = "0.2.2"
authors = ["Jacob Zelko <[email protected]>", "Fareeda Abdelazeez", "Varshini Chinta"]
version = "0.3.0"

[deps]
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
Expand Down

0 comments on commit 8900f8c

Please sign in to comment.