Releases: openaleph/ftm-analyze
Releases · openaleph/ftm-analyze
5.1.0
- Many bugfixes and tweaks
What's Changed
- add fallback for empty normalization results by @jlstro in #337
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #139
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #336
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #338
New Contributors
Full Changelog: 5.0.0...5.1.0
5.0.0
This is the first production release for OpenAleph 5 versions.
ftm-analyze is the former analysis part from ingest-file and can now be used stand-alone as well. It is build for a more modularized approach to entity extraction that can be customized and enriched to the actual use case or investigative project.
Summary
- Upgrade to
psycopg3for more reliable database connectivity - Overhaul task queue using openaleph-procrastinate
- Handle names using rigour, remove fingerprints
- Use Juditha to convert name Mentions into entities (Person, Company etc.) if the name the known (read more about how that works in a future blog post)
- IBAN Mentions are converted to BankAccount entities if the IBAN is valid (checked with schwifty); the inferred country is also added to the BankAccount entity
What's Changed
- Bump phonenumbers from 9.0.10 to 9.0.11 by @dependabot[bot] in #62
- Bump textual from 4.0.0 to 5.3.0 by @dependabot[bot] in #61
- Bump griffe from 1.9.0 to 1.11.0 by @dependabot[bot] in #60
- Bump rigour from 1.2.2 to 1.2.3 by @dependabot[bot] in #59
- Bump botocore from 1.39.8 to 1.40.5 by @dependabot[bot] in #58
- Bump procrastinate from 3.4.0 to 3.5.0 by @dependabot[bot] in #56
- Bump griffe-pydantic from 1.1.4 to 1.1.6 by @dependabot[bot] in #55
- Bump nomenklatura from 4.1.0 to 4.1.1 by @dependabot[bot] in #50
- Bump virtualenv from 20.32.0 to 20.33.1 by @dependabot[bot] in #49
- Bump prefixdate from 0.4.1 to 0.5.0 by @dependabot[bot] in #48
- Bump pydantic-core from 2.33.2 to 2.38.0 by @dependabot[bot] in #46
- Bump fingerprints from 1.3.0 to 1.3.1 by @dependabot[bot] in #45
- Bump coverage from 7.10.1 to 7.10.2 by @dependabot[bot] in #44
- Bump anyio from 4.9.0 to 4.10.0 by @dependabot[bot] in #43
- Bump certifi from 2025.7.14 to 2025.8.3 by @dependabot[bot] in #40
- Bump regex from 2024.11.6 to 2025.7.34 by @dependabot[bot] in #36
- Bump mypy from 1.17.0 to 1.17.1 by @dependabot[bot] in #35
- Bump backrefs from 5.9 to 6.0.1 by @dependabot[bot] in #28
- Bump networkx from 3.4.2 to 3.5 by @dependabot[bot] in #17
- Bump thinc from 8.3.6 to 9.1.1 by @dependabot[bot] in #14
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #67
- Bump pydantic-core from 2.33.2 to 2.39.0 by @dependabot[bot] in #68
- Bump textual from 4.0.0 to 5.3.0 by @dependabot[bot] in #73
- Bump networkx from 3.4.2 to 3.5 by @dependabot[bot] in #74
- Bump thinc from 8.3.6 to 9.1.1 by @dependabot[bot] in #75
- Bump backrefs from 5.9 to 6.0.1 by @dependabot[bot] in #76
- Bump coverage from 7.10.3 to 7.10.5 by @dependabot[bot] in #106
- Bump parso from 0.8.4 to 0.8.5 by @dependabot[bot] in #107
- Bump typing-extensions from 4.14.1 to 4.15.0 by @dependabot[bot] in #112
- Bump platformdirs from 4.3.8 to 4.4.0 by @dependabot[bot] in #113
- Bump botocore from 1.39.11 to 1.40.18 by @dependabot[bot] in #116
- Bump mkdocs-autorefs from 1.4.2 to 1.4.3 by @dependabot[bot] in #117
Full Changelog: v0.0.6...5.0.0
v0.0.5
- Validate IBANs with
schwiftyand createBankAccountentities - FIX
locationMentionedtagging - FIX Writing to ftm store in procrastinate task
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Bump mypy from 1.16.1 to 1.17.0 by @dependabot[bot] in #11
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Bump black from 24.10.0 to 25.1.0 by @dependabot in #3
- Bump pytest-asyncio from 0.25.3 to 0.26.0 by @dependabot in #2
- Bump isort from 5.13.2 to 6.0.1 by @dependabot in #1
- Bump pytest-cov from 6.1.1 to 6.2.1 by @dependabot in #6
- Bump pytest-asyncio from 0.26.0 to 1.0.0 by @dependabot in #5
- Bump mypy from 1.16.0 to 1.16.1 by @dependabot in #7
- Bump pytest from 8.4.0 to 8.4.1 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.0.1...v0.0.3