Changelog
Source:NEWS.md
kairos 2.2.0
CRAN release: 2024-12-10
New classes and methods
- Add
as_seriation()
to coerce objects to seriation orders. - Add
assess()
to test the significance of seriation solutions (#4). - Add
density_event()
anddensity_accumulation()
to compute density estimates of event and accumulation dates. - Add
order_rows()
andorder_columns()
to get permutation order. - Add
refine()
to refine CA-based seriation.
Bugfixes & changes
- Fix a bug in
predict_event()
andpredict_accumulation()
: supplementary rows are no longer ignored. - Fix calendar in
jackknife()
andbootstrap()
methods forEventDate-class
. - Deprecate
get_order()
andseriate_refine()
.
kairos 2.0.1
CRAN release: 2023-09-05
Bugfixes & changes
- Fix support for supplementary rows in
event()
.
kairos 2.0.0
CRAN release: 2023-08-30
Internals
-
MeanDate
,AoristicSum
,RateOfChange
andIncrementTest
classes now inherit fromTimeSeries
(see aion). - Use tinytest instead of testthat.
Breaking changes
- Use aion for internal date representation.
- Use graphics instead of ggplot2 to reduce hard dependencies (remove all
autoplot()
methods). - For consistency, all
mcd()
methods now return aMeanDate
object.
kairos 1.2.0
CRAN release: 2022-11-09
New classes and methods
- Add
seriate_refine()
method forPermutationOrder
objects.
kairos 1.1.0
CRAN release: 2022-06-18
New classes and methods
- Add seriation methods:
seriate_rank()
,seriate_average()
,permute()
,get_order()
. - Add
SimulationMeanDate
to store mean date estimations from simulated assemblages. - Add
simulate()
method forMeanDate
objects.
Breaking changes
- No longer use classes from arkhe.
- Fix
bootstrap()
method forMeanDate
objects: resample with replacement instead of simulating observations from a multinomial distribution.
kairos 1.0.1
CRAN release: 2022-03-11
Bugfixes & changes
- Fix aoristic sum calculation (#1).
aoristic()
now calculates weights within the time blocks rather than at the break dates between blocks.