Skip to content

Commit

Permalink
Hotfix: default.yaml is not parsed correctly (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Nov 2, 2023
1 parent 6533ff7 commit c16fad9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pipelines/templates/build-image-redactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
set -eux # fail on error
pipenv install --deploy --dev
pipenv run python -m spacy download en_core_web_lg
pipenv run pip install -e ../presidio-analyzer/. # Use the existing analyzer and not the one in PyPI
pipenv run pip install -e ../presidio-analyzer/.
- template: ./build-python.yml
parameters:
SERVICE: 'Image-Redactor'
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [2.2.4] - Nov. 2nd 2024
### Changed
#### Analyzer
* Hotfix for the default.yaml file which is not parsed correctly (#1202)

## [2.2.34] - Oct. 30th 2024

### Added
Expand Down Expand Up @@ -286,7 +291,8 @@ Upgrade Analyzer spacy version to 3.0.5
#### Deanonymize:
New endpoint for deanonymizing encrypted entities by the anonymizer.

[unreleased]: https://github.com/microsoft/presidio/compare/2.2.33...HEAD
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.4...HEAD
[2.2.4]: https://github.com/microsoft/presidio/compare/2.2.34...2.2.4
[2.2.34]: https://github.com/microsoft/presidio/compare/2.2.33...2.2.34
[2.2.33]: https://github.com/microsoft/presidio/compare/2.2.32...2.2.33
[2.2.32]: https://github.com/microsoft/presidio/compare/2.2.31...2.2.32
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.35
2.2.4
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/spacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ner_model_configuration:

low_confidence_score_multiplier: 0.4
low_score_entity_names:

-
labels_to_ignore:
- ORG
- ORGANIZATION # has many false positives
Expand Down

0 comments on commit c16fad9

Please sign in to comment.