Skip to content

Releases: lmullen/gender

v0.5.2

19 Mar 21:44
Compare
Choose a tag to compare
  • bugfix for change in the genderize.io API (#50)

v0.5.1

04 Sep 17:33
Compare
Choose a tag to compare
  • bugfix for some users who cannot install the genderdata package as binary

v0.5.0

24 Aug 15:57
Compare
Choose a tag to compare

gender 0.5.0

  • genderdata package is installed using install.packages() from the rOpenSci
    package repository instead of using install_github().
  • all functions always return data frames
  • general performance improvements
  • calls to Genderize.io API no longer fail if the name does not exist
  • new function gender_df() efficiently applies gender() to data frames
  • add North Atlantic Population Project dataset for six European countries

gender 0.4.2

03 Dec 16:20
Compare
Choose a tag to compare

Minor bugfix release. Permits case insensitivity in gender(method = "kantrowitz").

gender 0.4.1

30 Sep 01:04
Compare
Choose a tag to compare

This is the first version of the gender package available on CRAN. It is intended to work with version 0.1 of the genderdata package.

gender 0.4.1

  • tests and vignettes run without depending on the genderdata package
  • users will be prompted to install the genderdata package from GitHub the
    first time that it is necessary
  • added a demo mode with a minimal dataset

gender 0.4

  • data is now external to the gender package and is available in the
    genderdata package.
  • genderdata package can be installed with a new function

v0.2

01 Jul 20:15
Compare
Choose a tag to compare

Includes a new method, contributed by Ben Schmidt, that uses Census data from IPUMS for years before 1930.

v0.1.0 alpha

26 Feb 19:10
Compare
Choose a tag to compare
v0.1.0 alpha Pre-release
Pre-release

First public release.