Skip to content

Releases: derek73/python-nameparser

v0.5.7

16 Jun 01:22
Compare
Choose a tag to compare
  • Fix doc link (#73)
  • Fix handling of "do" and "dos" Portuguese prefixes (#71, #72)

v0.5.6

14 Jun 00:07
Compare
Choose a tag to compare

Fix python version check (#64)

v0.5.4

07 Dec 07:20
Compare
Choose a tag to compare
  • 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

28 Jun 06:23
Compare
Choose a tag to compare
  • Remove emojis from initial string by default with option to include emojis (#58)

v0.5.2

20 Mar 05:04
Compare
Choose a tag to compare
  • Added names scrapped from VIAF data, thanks daryanypl (#57)

v0.5.1

12 Aug 20:34
Compare
Choose a tag to compare

Fix error for names that end with conjunction (#54)

v0.5.0

05 Aug 04:51
Compare
Choose a tag to compare

Refactor join_on_conjunctions(), fix #53

v0.4.1

03 Aug 23:26
Compare
Choose a tag to compare
  • 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

02 Jun 20:26
Compare
Choose a tag to compare
  • 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

24 Mar 19:51
Compare
Choose a tag to compare
  • Clarify LGPL licence version (#47)
  • Skip pickle tests if pickle not installed (#48)