You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_log.rst
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
Release Log
2
2
===========
3
+
* 1.0.6 - February 8, 2020
4
+
- Fix Python 3.8 syntax error (#104)
3
5
* 1.0.5 - Dec 12, 2019
4
6
- Fix suffix parsing bug in comma parts (#98)
5
7
- Fix deprecation warning on Python 3.7 (#94)
@@ -110,7 +112,7 @@ Release Log
110
112
- Generate documentation using sphinx and host on readthedocs.
111
113
* 0.2.10 - May 6, 2014
112
114
- If name is only a title and one part, assume it's a last name instead of a first name, with exceptions for some titles like 'Sir'. (`#7 <https://github.com/derek73/python-nameparser/issues/7>`_).
113
-
- Add some judicial and other common titles. (#9)
115
+
- Add some judicial and other common titles. (#9)
114
116
* 0.2.9 - Apr 1, 2014
115
117
- Add a new nickname attribute containing anything in parenthesis or double quotes (`Issue 33 <https://code.google.com/p/python-nameparser/issues/detail?id=33>`_).
116
118
* 0.2.8 - Oct 25, 2013
@@ -123,7 +125,7 @@ Release Log
123
125
* 0.2.5 - Feb 11, 2013
124
126
- Set logging handler to NullHandler
125
127
- Remove 'ben' from PREFIXES because it's more common as a name than a prefix.
126
-
- Deprecate BlankHumanNameError. Do not raise exceptions if full_name is empty string.
128
+
- Deprecate BlankHumanNameError. Do not raise exceptions if full_name is empty string.
127
129
* 0.2.4 - Feb 10, 2013
128
130
- Adjust logging, don't set basicConfig. Fix `Issue 10 <https://code.google.com/p/python-nameparser/issues/detail?id=10>`_ and `Issue 26 <https://code.google.com/p/python-nameparser/issues/detail?id=26>`_.
129
131
- Fix handling of single lower case initials that are also conjunctions, e.g. "john e smith". Re `Issue 11 <https://code.google.com/p/python-nameparser/issues/detail?id=11>`_.
@@ -134,12 +136,12 @@ Release Log
134
136
- tests/test.py can now take an optional name argument that will return repr() for that name.
135
137
* 0.2.3 - Fix overzealous "Mac" regex
136
138
* 0.2.2 - Fix parsing error
137
-
* 0.2.0
139
+
* 0.2.0
138
140
- Significant refactor of parsing logic. Handle conjunctions and prefixes before
139
141
parsing into attribute buckets.
140
142
- Support attribute overriding by assignment.
141
-
- Support multiple titles.
142
-
- Lowercase titles constants to fix bug with comparison.
143
+
- Support multiple titles.
144
+
- Lowercase titles constants to fix bug with comparison.
143
145
- Move documentation to README.rst, add release log.
144
146
* 0.1.4 - Use set() in constants for improved speed. setuptools compatibility - sketerpot
0 commit comments