Changes in version 1.3 1.3.1 - Code refactor (PR #13): leverage Stan's "Includes" framework to reduce redundant code across files. 1.3.0 - Code refactor (PR #12), BREAKING CHANGE: The structure is now "per individual" (loop) > "per time" (loop) > vectorized over receivers. Because of this, input data must be an array with dimensions 1: individual; 2: time; 3: receiver. Previously it was individual, receiver, time. - p0 and sigma are generated quantities rather than transformed parameters. This should not affect anything on the user side, but the code runs a bit faster. - Calculated distances between receivers and COAs have been moved from the transformed parameters to the model block - The model now operates on squared distances rather than Euclidean distance. - We now use the binomial_logit function to avoid the logit/inv_logit round-trip. Changes in version 1.2.0 - Add generated_quantities function (PR # 3) Changes in version 1.1.0 - New package maintainers: Ben Hlina and Mike O'Brien - Update Stan tooling to 2025 - Update vignette to more "modern" R coding styles - Add tests - Fork to the Trackyverse GitHub Organization Changes in version 1.0.0 - Initial release of TelemetrySpace.