Skip to content

Releases: D-Jeffrey/gedcom-to-visualmap

v0.2.7.2

16 Nov 03:29
35f4b5a

Choose a tag to compare

Improved

Improved GUI layout and adjustable font family and size
Faster lookup with an extremely high degree of success (95-97%) turning an address into a GPS location
Periodic autosaving cache
Update images and documentation

Fixed

Various bug fixes

What's Changed

Full Changelog: v0.2.7.1...v0.2.7.2

v0.2.7.1

12 Nov 04:52
23df18f

Choose a tag to compare

Release 0.2.7.1

  • Better feedback during load and geocode
  • regrouped and fix GUI layout issues
  • save addressbook perodically during long load and lookup
  • Midlife events are in HTML and KML again
  • Time remaining estimation improved
  • Traceback on complex errors

What's Changed

New Contributors

Full Changelog: v0.2.7.0.3...v0.2.7.1

Major release & Upgrade 0.2.7.0.3

02 Nov 18:30
f2cf1ea

Choose a tag to compare

Combined together several weeks of effort

New

  • new KML approach to rendering
  • built a new version for looking up addressing, much better lookup results
  • YAML configuration file for address resolving
  • added the output and plotting of born and death stats in a matrix
  • added fonts selection for the application (pick your family and size to fit your screen)

Improved

  • removed need for global variables
  • QA
  • regrouped rendering options
  • many bug fixes

V0.2.6.9.2

06 Oct 01:43

Choose a tag to compare

bug fixes for Popen
change to Person from Human

v0.2.6.9

30 Sep 23:07

Choose a tag to compare

This is a major code change as the core classes are renamed.

Improved

  • improved options stats
  • About

Refactor and Change

  • refactor Pos with LatLon
  • refactor Human into Person and humans into people
  • preparing for replacement modules from @colin0brass

v0.2.6.8

12 Sep 03:13

Choose a tag to compare

KML Improvements

Improved

  • Enriched Balloon in KML with proper linked to children and parents
  • Add folders to KML
  • Add children to Person Dialog
  • Add age checking (problems flag in yellow for the lineage people)
  • Dynamic KML/HTML options
  • Refactored long standing inconsistency related to drawing the first person in KML

Full Changelog: v0.2.6.7...v0.2.6.8

v0.2.6.7

05 Sep 03:08

Choose a tag to compare

Improved

  • Input/Output as Buttons
  • Updates Samples output
  • Fixed issue when loading GED with missing children records

Improved KML

  • Added Balloon FlyTo and added children to KML and improve features and labels - idea: @colin0brass
  • Added FlyTo, Line Weigth & Trace cmdline to configuration
  • Working on KML functions and reworking GUI.
  • optional timeline

Improved HTML

  • Fix HTML to use markers properly

v0.2.6.3

23 Aug 18:45

Choose a tag to compare

Added

Sample images for Bourbon

Issues

Bug fixes for Linux and python 3.10

v0.2.6.2

23 Aug 16:56

Choose a tag to compare

Added

  • Added new naming utilities for better name processing, including Soundex and name simplification.
  • person attributes age in PersonDialog,
  • Fixed age calc in Person dialog for parents, scroll grid on parents, click on a parent to bring up their details in a seperate window
  • Improved last Name grouping on Folium maps, added soundex matching option

Improved

  • @colin0brass - Fixes to make it work properly on a Mac as well as a number of other pure programmer errors identified
  • address caching mechanism in GEDComGPSLookup to prevent unnecessary saves.
  • functionality to open parent details from the FamilyPanel.
  • Enhanced PersonDialog to display titles and fetch photos from URLs or local paths.
  • Adjusted for variation in BC or negative dates

Updated

  • Updated FamilyPanel to include additional columns for Description and ID, and enhanced age calculation logic.
  • Create dymanic legend on HTML
  • Various minor bug fixes and code cleanups across multiple files.

v0.2.6.0

30 Mar 03:40

Choose a tag to compare

v0.2.6.0

New

  • :main program gv.py
  • Cluster markers in html

Improved

  • bumped folium version
  • Added a dynamic Legend to replace the static pixely image
  • Large refactored of FoliumExp, including:
    • Readablity
    • Tiles selection (move to GUI for selection),
    • Added Cluster Markers,
    • Additional icons for location types

Fixed

    • fixed the logging level settings and reapply of log settings