momentuHMM
Maximum Likelihood Analysis of Animal Movement Behavior Using Multivariate Hidden Markov Models
The animal-movement HMM workhorse, feature-frozen since 2021 and coasting on compiler patches
◆Recent moves
- 8mo ago
Drops an unexported Brobdingnag import
Stops importing sum from Brobdingnag after upstream stopped exporting it. A one-line reaction to a dependency change, characteristic of every release for the past four years.
View source ↗ - 9mo ago
Switches to std::isfinite after RcppArmadillo deprecation
Replaces arma::is_finite with std::isfinite in two headers to clear deprecation warnings from a newer RcppArmadillo. Compiler hygiene with no effect on model fitting.
View source ↗ - 1y ago
CRAN-requested metadata and documentation edits
Updates DESCRIPTION, CITATION and help files at CRAN's request. Archive-avoidance housekeeping, three years after the previous release.
View source ↗ - 3y ago
raster moved to Imports after crawl dropped it
Moves raster into Imports because crawl no longer brings it along from version 2.3.0. A dependency-graph adjustment users would not observe.
View source ↗ - 4y ago
Random-walk stream offset bug invalidates prior fits
Fixes a time-step offset that corrupted any model combining a normal random walk data stream with another stream, with the notes explicitly telling affected users to re-run past analyses. That advisory makes this the most consequential release in the recent history, and it is also the last one to add a feature.
View source ↗ - 5y ago
doFuture becomes the default parallel backend
Switches the default parallel backend to doFuture, which means multicore runs now require doFuture and future to be installed, and adds a progress bar plus reserved-name restrictions on data streams. A deliberate infrastructure change rather than the upstream-driven patches that followed it.
View source ↗