Releases: derek73/python-nameparser
Releases · derek73/python-nameparser
v0.3.15
- Fix string format when
empty_attribute_default = None
(#45)
- Include tests in release source tarball (#46)
v0.3.14
- Add
CONSTANTS.empty_attribute_default
to customize value returned for empty attributes (#44)
v0.3.13
- Improve string format handling
- Improve customization documentation
v0.3.12
- Fix first name clash with suffixes (#42)
- Fix encoding of constants added via the python shell
- Add "MSC" to suffixes, fix #41
v0.3.11
- Fix #39, capitalization bug with initials that are also conjunctions ("e" and "y")
v0.3.10
- fix bytestring handling on python 2.x (#38)
v0.3.9
- Separate suffixes that are acronyms to handle periods differently, fixes #29, #21
- Don't find titles after first name is filled, fixes (#27)
- Add "chair" titles (#37)
v0.3.8
- Fixes for #36, better handling of roman numerals at the end of a name
v0.3.7
- Speed improvement, 3x faster
- Make HumanName instances pickleable
v0.3.6
- Fix strings that start with conjunctions (#20)
- handle assigning lists of names to a name attribute
- support dictionary-like assignment of name attributes