Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
joeroe committed Mar 8, 2022
1 parent bb5cee5 commit e114976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# era (development version)

* New year units: sidereal, tropical, and anomalistic astronomic years #15
* More precise epoch value for Hijri eras: `621.5394` instead of `622`.
* More precise epoch value for Nowruz (Solar Hijri) eras: `621.2218` instead of `622`.
* `this_year()` now considers the current date, returns a floored integer (i.e. the actual current calendar year), and is vectorised over `era`.
* Class constructors `era()` and `yr()` return a zero-length vector when called with no arguments (instead of an error), allowing them to be used as [prototypes](https://vctrs.r-lib.org/articles/type-size.html)

# era 0.3.1

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Codecov
Hijri
Hijri’
Nowruz
annus
bce
bp
Expand Down

0 comments on commit e114976

Please sign in to comment.