v2.8.0
Improved handling of DNA matches
Several improvements have been made in this release to better handle DNA match data.
- The calculation of relationships has been made much faster, speeding up the DNA match endpoint. (#598)
- A new filter rule
HasAssociationType
has been added that allows to filter for people with an association (person reference) of a given type (e.g. "DNA) (#602) - The DNA match endpoint now returns additional useful data (#607)
- A new endpoint
/api/parsers/dna-match
has been added that allows to parse raw DNA match data (e.g. pasted from other online services) and returns it in structured form (without storing the data, so it can be used for previewing the data) (#604) - The parser for raw DNA match data has been rewritten from scratch and can now understand more different formats (#610)
Other improvements
Gramps Web API is now tested to work with Python 3.13. (#571)