Breaking Changes
The dibbs-basic algorithm and all non-probabilistic matching functions have been removed from the codebase. Before upgrading to this release, you should truncate your algorithm
and algorithm_pass
tables to allow for the new default algorithms to load.
Deprecations
The existing /patient/<id>/person
API endpoints have been deprecated and are scheduled to be removed in v25.3.0
. Please see the API documentation for replacement endpoint information.
- person cluster patient assignment endpoints by @ericbuckley in #172
What's Changed
- Slight tweaks to README for Windows set up & redoc typo by @m-goggins in #189
- Patient Details Endpoints by @cbrinson-rise8 in #174
- new local scheme of dirty-tag for developer installation by @ericbuckley in #191
- Build msodbc drivers into arm64 images by @m-goggins in #190
- correct 508 issues on site docs by @ericbuckley in #194
- Add BlockingKey descriptions to openapi.json by @ericbuckley in #188
- adding documentation about patient/person identifiers by @ericbuckley in #197
- Appropriately handle race unknown by @bamader in #196
- Reverse identifiers for comparisons by @m-goggins in #211
- Create function for probabilistic exact match by @bamader in #209
- compare the entire GIVEN_NAME by @ericbuckley in #210
- patient / person API endpoints for retrieving data by @ericbuckley in #206
- Add API endpoint for merging person clusters by @m-goggins in #203
- add custom api docs template to address a11y issues by @ericbuckley in #216
New Contributors
Full Changelog: v25.1.2...v25.2.0