Skip to content

Releases: derek73/python-nameparser

v0.3.15

21 Mar 08:56
Compare
Choose a tag to compare
  • Fix string format when empty_attribute_default = None (#45)
  • Include tests in release source tarball (#46)

v0.3.14

19 Mar 03:02
Compare
Choose a tag to compare
  • Add CONSTANTS.empty_attribute_default to customize value returned for empty attributes (#44)

v0.3.13

15 Mar 03:45
Compare
Choose a tag to compare
  • Improve string format handling
  • Improve customization documentation

v0.3.12

14 Mar 07:51
Compare
Choose a tag to compare
  • 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

18 Oct 00:46
Compare
Choose a tag to compare
  • Fix #39, capitalization bug with initials that are also conjunctions ("e" and "y")

v0.3.10

20 Sep 05:47
Compare
Choose a tag to compare
  • fix bytestring handling on python 2.x (#38)

v0.3.9

05 Sep 20:30
Compare
Choose a tag to compare
  • 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

03 Sep 04:52
Compare
Choose a tag to compare
  • Fixes for #36, better handling of roman numerals at the end of a name

v0.3.7

31 Aug 09:09
Compare
Choose a tag to compare
  • Speed improvement, 3x faster
  • Make HumanName instances pickleable

v0.3.6

06 Aug 08:51
Compare
Choose a tag to compare
  • Fix strings that start with conjunctions (#20)
  • handle assigning lists of names to a name attribute
  • support dictionary-like assignment of name attributes