Patches for given/surname match, new method and doc fixes#11
Merged
nickreynke merged 17 commits intonickreynke:masterfrom Dec 11, 2018
Merged
Patches for given/surname match, new method and doc fixes#11nickreynke merged 17 commits intonickreynke:masterfrom
nickreynke merged 17 commits intonickreynke:masterfrom
Conversation
Merge pull request #8 from nomadyow/develop
Fix typo in comment
Owner
|
Looks fine to me :) Sorry for the revert. Have merged it into The Thank you! |
Owner
|
@nomadyow I will publish the new version later today. |
Owner
|
@nomadyow New version is up on PyPI 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.