joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
155 stars 39 forks source link

Patches for given/surname match, new method and doc fixes #11

Closed damonbrodie closed 5 years ago

damonbrodie commented 5 years ago

Includes a case insensitivity change to given/surname_match, a new method called is_child() and documentation in the README for the undocumented methods.

I've also bumped the release number to 0.2.4dev

I'd propose that we drop the "dev" from the versioning so that when eventually pushed to the PyPI repository that these updates become "visible" to those users that install the Pip package. Currently the user needs to supply the --pre to the pip command line to find the updated python-gedcom package. As it currently stands there are not any releases available for python3 that can be installed without the --pre flag.

joeyaurel commented 5 years ago

Looks fine to me :) Sorry for the revert. Have merged it into master accidentally but changed it to develop afterwards.

The dev versioning is intended as of the current versions being pre-releases and non-productive releases. The first productive release should be the v1.0.0 for this project since there are some heavier changes coming. And thank you for adding the documentation for the --pre option. Didn't know about that yet :D

Thank you!

joeyaurel commented 5 years ago

@nomadyow I will publish the new version later today.

joeyaurel commented 5 years ago

@nomadyow New version is up on PyPI 👍