Releases: davidmogar/genderator
Genderator v0.2.7.6
This release remove restriction to require full names (names and surnames), but is still possible to change this behavior using require_surnames argument.
Genderator v0.2.7.2
With this new version of genderator I removed the old normalizer and now I'm using normalizr libary (https://github.com/davidmogar/normalizr). This fix a error while trying to recognize names with accents.
Genderator v0.2.6.2
This new version is 3090% faster. Previous version were using a list to store surnames what was a huuuuge mistake. A set is used now.
Genderator 0.2.6
This new version is aimed at controlling genderator behaviour by using new Parser and Normalizer arguments.
Genderator v0.2.5
This new version have several improvements. The most important of all is that it uses new datasets generated from INE data. It also fix some problems on classify function.
- Improved normalize functions.
- New datasets.
- New unit tests.
- Code refactored.
First release
This is the first release of genderator. The library is already on PyPi and future versions will be focused to improve functionality and Python versions support.