Skip to content

v0.3.0

Latest

Choose a tag to compare

@DavidMStraub DavidMStraub released this 18 Dec 12:44
· 1 commit to main since this release

This release is a huge step towards complete GEDCOM 7 import coverage, as far as the Gramps data model allows. Moreover, the addition of a standalone web app for converting GEDCOM 7 files to Gramps XML files, that can be run locally or accessed in the cloud, allows using the library even without running Gramps or Gramps Web.

Enhanced GEDCOM 7 Structure Support

  • Place Hierarchy: Added support for full place hierarchy (#17)
  • Individual Structures: Implemented ASSO (association) and ALIA (alias) structures (#15)
  • Media Type Phrases: Implemented phrase support in media type (#16)
  • Family Phrases: Added PHRASE handling in family structures (#14)
  • Event Time: Implemented event time handling (#13)
  • Date Phrases: Added support for date phrase structures
  • Attributes: Added attribute handling in family and individual records (#12)
  • Repository Addresses: Implemented address handling in repositories (#11)
  • Submitter: Added submitter handling (#10)
  • Media Reference Titles: Implemented title support in media references
  • Citation Events: Added event handling in citation structures (#9)
  • Sex Values: Fixed treatment of unknown sex values (#8)
  • RESN Structure: Fixed bug in treatment of RESN (restriction) structure (#7)

Web App

  • Streamlit App: Added a Streamlit web application for GEDCOM processing