Releases: junquera/restalker
Releases · junquera/restalker
v2.2.4
reStalker v2.2.4
This patch release improves XRP wallet detection precision by reducing false positives and adds regression tests to ensure detection quality.
Fixed
- Tightened XRP wallet regex to reduce false positives.
- Added regression tests to validate XRP detection and prevent common crypto-pattern false positives.
Notes
- No breaking API changes.
- Existing integrations continue to work as before.
Credits
- Includes PR #59 by @CarlosLannister.
Upgrade
pip install -U restalker
v2.2.3
reStalker v2.2.3
This patch release fixes GLiNER model initialization and reuse during NER extraction.
Fixed
- GLiNER2.from_pretrained(...) is no longer called when gliner_model is already a model object.
- Repeated parsing with use_ner=True is now stable.
Notes
- This release is focused on runtime stability in NER paths.
- Existing workflows using use_ner continue to work with improved reliability.
Credits
- Includes PR #57 by @ConnorMattless.
Upgrade
pip install -U restalker
v2.2.2
reStalker v2.2.2
This patch release improves the precision of phone number detection and reduces false positives.
Fixed
- Updated
phonenumbers.PhoneNumberMatcherleniency fromPOSSIBLEtoEXACT_GROUPING. - This makes phone extraction stricter and avoids loosely grouped number sequences being detected as valid phones.
Notes
- No breaking API changes.
- Existing integrations continue to work as before.
Credits
- Includes PR #53 by @robeertosv.
Upgrade
pip install -U restalker