Skip to content

Commit

Permalink
feature/update mex-model 3.2 (#338)
Browse files Browse the repository at this point in the history
# Changes
- update mex-model 3.2
  • Loading branch information
cutoffthetop authored Nov 18, 2024
1 parent 6706507 commit 2ccf563
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 54 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- organigram extraction checks for duplicate emails/labels in different organigram units

### Changes

- upgrade mex-model dependency to version 3.2

### Deprecated

### Removed
Expand Down Expand Up @@ -46,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- make instances of extracted data hashable
- BREAKING: Wikidata convenience function refactored and renamed to 'helper'
- wikidata helper function split between mex-common and mex-extractors
- code de-duplication: fixture extracted_primary_sources now uses function-part of primary sources helper
- code de-duplication: fixture extracted_primary_sources uses function-part of helper
- split up YearMonth and Year temporal types and improved patterns
- applied all changes to model fields according to model v3
- update LOINC pattern
Expand Down
104 changes: 52 additions & 52 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"click>=8,<9",
"langdetect>=1,<2",
"ldap3>=2,<3",
"mex-model @ git+https://github.com/robert-koch-institut/mex-model.git@3.1.0",
"mex-model @ git+https://github.com/robert-koch-institut/mex-model.git@3.2.0",
"numpy>=2,<3",
"pandas>=2,<3",
"pyarrow>=18,<19",
Expand Down

0 comments on commit 2ccf563

Please sign in to comment.