Skip to content

Commit 98ed025

Browse files
committed
update release log for v0.3.3
1 parent 02d7add commit 98ed025

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ based on placement in the string and matches against known name pieces
1717
like titles. It joins name pieces on conjunctions and special prefixes to
1818
last names like "del". Titles can be chained together and include conjunctions
1919
to handle titles like "Asst Secretary of State". It can also try to
20-
correct capitalization.
20+
correct capitalization of all upper or lowercase names.
2121

2222
It attempts the best guess that can be made with a simple, rule-based
2323
approach. It's not perfect, but it gets you pretty far.
@@ -43,10 +43,16 @@ approach. It's not perfect, but it gets you pretty far.
4343
{u'last': u'de la Vega', u'suffix': u'III', u'title': u'Dr.', u'middle': u'Q. Xavier', u'nickname': u'Doc Vega', u'first': u'Juan'}
4444

4545

46+
Supports 3 different comma placement variations typically used for names of people.
47+
48+
* Title Firstname "Nickname" Middle Middle Lastname Suffix
49+
* Lastname [Suffix], Title Firstname (Nickname) Middle Middle[,] Suffix [, Suffix]
50+
* Title Firstname M Lastname [Suffix], Suffix [Suffix] [, Suffix]
51+
4652
Unit Tests
4753
------------
4854

49-
Over 100 unit tests with example names. `Start a New Issue`_
55+
Over 200 unit tests with example names. `Start a New Issue`_
5056
for names that fail and I will try to fix it.
5157

5258

docs/release_log.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Log
22
===========
33

4+
* 0.3.3 - Aug 4, 2014
5+
- Allow suffixes to be chained (#8)
6+
- Handle trailing suffix in last name comma format (#3). Removes support for titles
7+
with periods but no spaces in them, e.g. "Lt.Gen.". (#21)
48
* 0.3.2 - July 16, 2014
59
- Retain original string in "original" attribute.
610
- Collapse white space when using custom string format.

0 commit comments

Comments
 (0)