Releases: derek73/python-nameparser
Releases · derek73/python-nameparser
v0.5.7
- Fix doc link (#73)
- Fix handling of "do" and "dos" Portuguese prefixes (#71, #72)
v0.5.6
Fix python version check (#64)
v0.5.4
- Add Dr to suffixes (#62)
- Add the full set of Italian derivatives from "di" (#59)
- Add parameter to specify the encoding of strings added to constants, use 'UTF-8' as fallback (#67)
- Fix handling of names composed entirely of conjunctions (#66)
v0.5.3
- Remove emojis from initial string by default with option to include emojis (#58)
v0.5.2
- Added names scrapped from VIAF data, thanks daryanypl (#57)
v0.5.1
Fix error for names that end with conjunction (#54)
v0.5.0
Refactor join_on_conjunctions()
, fix #53
v0.4.1
- Remove "bishop" from titles because it also could be a first name
- Fix handling of lastname prefixes with periods, e.g. "Jane St. John" (#50)
v0.4.0
- Remove "CONSTANTS.suffixes", replaced by "suffix_acronyms" and "suffix_not_acronyms" (#49)
- Fix broken support for multiple suffixes separated by periods instead of commas, e.g. "John Doe Msc.Ed."
- Add "du" to prefixes
- Add "sheikh" variations to titles
- Add parameter to force capitalization of mixed-case strings
v0.3.16
- Clarify LGPL licence version (#47)
- Skip pickle tests if pickle not installed (#48)