Skip to content

Commit

Permalink
Merge pull request #226 from lifeomic/ECP-973/update-patient-ml
Browse files Browse the repository at this point in the history
Update Patient ML client
  • Loading branch information
epeters3 authored May 30, 2024
2 parents 29c0e8e + a3cb7e2 commit 3b1eb8d
Show file tree
Hide file tree
Showing 6 changed files with 746 additions and 281 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ target/
# pyenv
.python-version

# asdf
.tool-versions

# celery beat schedule file
celerybeat-schedule

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 24.4.2
hooks:
- id: black
default_language_version:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_(NOTE: All examples use fictitious data or freely available data sets.)_

## [0.35.0] - 2024-05-29

### Added

- Updated `phc.services.patient_ml.PatientML` API client to the latest version.

## [0.34.1] - 2024-03-13

### Fixed
Expand Down
Loading

0 comments on commit 3b1eb8d

Please sign in to comment.