Skip to content

Commit

Permalink
add Tag for v0.2.3 + update lead sec to Jun 2023
Browse files Browse the repository at this point in the history
+ version: add Tab for version 0.2.3

+ solid.for: update the file expiration date of the leap second table to 2023-Jun-28 as no leap second will be introduced at the end of Dec 2022, based on Bulletin C 64 (https://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.64)
  • Loading branch information
yunjunz committed Oct 24, 2022
1 parent f690f02 commit 6128f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pysolid/solid.for
Original file line number Diff line number Diff line change
Expand Up @@ -1549,9 +1549,9 @@
***** http://www.csgnetwork.com/julianmodifdateconv.html

implicit double precision(a-h,o-z)
!*** upper limit, leap second table, 2022dec28
!*** upper limit, leap second table, 2023jun28
!*** lower limit, leap second table, 1972jan01
parameter(MJDUPPER=59941)
parameter(MJDUPPER=60123)
parameter(MJDLOWER=41317)

!*** leap second table limit flag
Expand Down Expand Up @@ -1632,7 +1632,7 @@
***** other leap second references at:
***** http://hpiers.obspm.fr/eoppc/bul/bulc/Leap_Second_History.dat
***** http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
***** File expires on 28 December 2022
***** File expires on 28 June 2023

*** test against newest leaps first

Expand Down
1 change: 1 addition & 0 deletions src/pysolid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# release history
Tag = collections.namedtuple('Tag', 'version date')
release_history = (
Tag('0.2.3', '2022-10-23'),
Tag('0.2.2', '2022-07-20'),
Tag('0.2.1', '2022-01-05'),
Tag('0.2.0', '2021-11-10'),
Expand Down

0 comments on commit 6128f6d

Please sign in to comment.