generated from DSACMS/.github
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Isaac Milarsky <[email protected]>
- Loading branch information
1 parent
555d353
commit ae94b6f
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# CHANGELOG.md | ||
|
||
## Version 1 | ||
|
||
Features: | ||
|
||
- Created flask frontend for dedupliFHIR interface | ||
- Users used frontend to supply training data as well as show duplicates | ||
- Use dedupe python library on the backend to deduplicate data | ||
|
||
|
||
## Version 2 | ||
|
||
### Pre-Alpha | ||
## 1.0.0 | ||
|
||
Features: | ||
- Rewrite backend with Splink data deduplication library | ||
- Use Click to create our CLI | ||
- Use Faker to generate test data | ||
- Work Started on Electron front-end to replace flask front-end | ||
- Create GitHub CI/CD action workflow for the repo | ||
- Create GitHub CI/CD action workflow for the repo | ||
|
||
## 0.1.0 | ||
|
||
Features: | ||
|
||
- Created flask frontend for dedupliFHIR interface | ||
- Users used frontend to supply training data as well as show duplicates | ||
- Use dedupe python library on the backend to deduplicate data |