NEWS
aion 1.2.0
Enhancements
Bugfixes & changes
- Remove year zero ticks in plots (Julian calendar).
Internals
- Epochs of the Gregorian era are no longer represented as subclasses, but as instances of the
GregorianCalendar
class.
aion 1.1.0 (2024-10-04)
New classes and methods
- Add support for time intervals.
Bugfixes & changes
- Fix a bug in
span()
: if a calendar was specified, the result was shifted according to the calendar's epoch (dates were returned instead of durations).
aion 1.0.4 (2024-07-26)
- Post publication CRAN release.
aion 1.0.3
aion 1.0.2 (2023-10-26)
Bugfixes & changes
- Rename the
format
argument of format()
to prefix
.
aion 1.0.1 (2023-08-22)
Bugfixes & changes
plot()
now supports missing values.
aion 1.0.0 (2023-06-13)