NEWS
gower 1.0.1 (2022-12-22)
- Updated compiled code to new compiler prototype warnings.
gower 1.0.0 (2022-02-03)
- Fix: for integer vectors, the output would in some cases depend
on the order of the input. (Thanks to Tobias Rockel for reporting).
gower 0.2.2 (2020-06-23)
- Fix: for small numbers of records and high number of threads, the output
would depend on 'nthreads'. (Thanks to Matt Austin for reporing). Gower
now only paralellizes when more than 1000 records are presented.
gower 0.2.1 (2019-05-14)
- moved test framework to 'tinytest'
gower 0.2.0 (2019-03-07)
- gower_dist and gower_topn gain 'weight' argument for weighted matching (thanks to David Turner)
- gower_dist and gower_topn gain 'ignore_case' argument for automatic column matching.
- gower_dist now returns numeric(0) invisibly when there are no columns to compare.
- gower_topn now returns a list with empty matrices when there are no columns to compare.
- gower_topn now warns when n>nrow(y) and sets n=nrow(y)
- bugfix: comparing factors with characters would cause a crash (thanks to Max Kuhn)
gower 0.1.2 (2017-02-23)
- fixed valgrind warning
- registered native routines, as now recommended by CRAN
gower 0.1.1 (2016-08-26)
- gower_dist now issues warning when nr of rows on input do not divide (recycling)
- Code now depends on gcc version for compatability with Windows + R<=3.2.x
- Bugfix: bad range calculation caused faulty distance computation
gower 0.1.0 (2016-08-10)