NEWS
nbpMatching 1.5.6 (2024-09-25)
- fix Fortran legacy - replace DFLOAT with DBLE
nbpMatching 1.5.5 (2024-05-17)
- fix Fortran warning from legacy code
nbpMatching 1.5.4 (2023-08-18)
- fix old Fortran warning
- update maintainer email
nbpMatching 1.5.3
- additional check for singular matrix in
gendistance
; thanks Jonathan Chipman
- new
gendistance
argument outRawDist
nbpMatching 1.5.2
- properly register Fortran calls
nbpMatching 1.5.1 (2016-04-19)
- Bug fix, handles distancematrix with all zeroes
- Rework how
nonbimatch
handles precision when input includes Inf distances
- Bug fix,
nonbimatch
passes precision to Fortran call
nonbimatch
creates class of the same name
- add
subsetMatches
method
- include nonbimatch-method for
assign.grp
, qom
, get.sets
gendistance
produces Inf distance to phantoms on elements with forced matches
- documentation fix for undocumented S4 methods warning
- moving suggested package testthat outside of package
nbpMatching 1.5.0 (2016-01-13)
- Updated NAMESPACE to include default packages other than base
- Removed distance scaling in
gendistance
gendistance
and make.phantoms
use max distance Inf
- Removed integer constraint on
distancematrix
- Update documentation to reference Mahalanobis distance calculation
nbpMatching 1.4.5 (2015-05-15)
- Improved package description
- Bug fix, specifying threshold with nonbimatch failed on R 3.2.0; thanks Philippe Sulger.