- Adjusted to a change in how fixest objects list obsRemoved
rowwise
option added- OpenMP optional
par_dim
can be specified based on language
- Major package extension
- Package allows distances matrices to be pre-computed
- C++ code parallelized and further optimized
dist_comp
values changed to"spherical"
and"planar"
- Distance matrices primarily rely on internal, optimized C++ functions, with
sf::st_distance
only used if explicitly requested by the user - More distance functions available
- User can choose dimension along which functions parallelize
- Poisson model added
- Non-sf data can use any projection
conleyreg
returns variance-covariance matrix upon requestconleyreg
returns goodness of fit measures upon request- Various additional RAM optimization options available
- Function drawing random location sample added
- Corrected a bug in serial correction of balanced panel data that led data.table to throw an error
- Removed raster package dependency to ensure compatibility with upcoming sf package update.