Skip to content

Releases: davidmogar/genderator

Genderator v0.2.7.6

06 May 22:18
Compare
Choose a tag to compare

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

06 May 19:25
Compare
Choose a tag to compare

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

05 May 14:09
Compare
Choose a tag to compare

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

05 May 07:38
Compare
Choose a tag to compare

This new version is aimed at controlling genderator behaviour by using new Parser and Normalizer arguments.

Genderator v0.2.5

04 May 17:38
Compare
Choose a tag to compare

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

29 Apr 20:49
Compare
Choose a tag to compare

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.