diff --git a/DESCRIPTION b/DESCRIPTION index 982e91b..d1ab828 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: spatialreg Version: 1.3-3 -Date: 2024-04-29 +Date: 2024-05-31 Title: Spatial Regression Analysis Encoding: UTF-8 Authors@R: c(person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), diff --git a/NEWS.md b/NEWS.md index 7ec3a50..0214ed7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ -# Version 1.3-2 (development) +# Version 1.3-3 (development) + +* protect `errorsarlm` against missing `Durbin=` if only intercept + +* fix longstanding bugs in `getVmate` in a non-default side logic branch + +* add `return_impacts=` to `lmSLX` to work around issues with aliased variables; impacts should be improved to handle this case when time permits * add `sqrt=TRUE` in calls to Matrix `determinant` methods in `matrix_ldet`