Skip to content

Releases: junquera/restalker

v2.2.4

13 Apr 14:25

Choose a tag to compare

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

Upgrade
pip install -U restalker

v2.2.3

30 Mar 07:45

Choose a tag to compare

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

Upgrade
pip install -U restalker

v2.2.2

02 Mar 11:03

Choose a tag to compare

reStalker v2.2.2
This patch release improves the precision of phone number detection and reduces false positives.

Fixed

  • Updated phonenumbers.PhoneNumberMatcher leniency from POSSIBLE to EXACT_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

Upgrade
pip install -U restalker