aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Release Candidate v2.0.1 #120

Closed aburrell closed 1 year ago

aburrell commented 1 year ago

Description

This is a bug-fix release that addresses an error in the Fortran extrapolation that did not work will all compilers. See #115 for more details.

Type of change

How Has This Been Tested?

Added new unit test. One that will generate an error on the old version with macs is:

import apexpy
import datetime as dt

apex_out = apexpy.Apex(date=dt.datetime.utcnow(), refh=300)
apex_out.geo2apex(60, 15, 100)

This will be (NaN, NaN) in v2.0.0 and (56.20671844482422, 92.29379272460938) or similar in this version.

Test Configuration

Checklist

aburrell commented 1 year ago

@klaundal, @jklenzing, @robert-m-shore, @JouleCai, @jali7001, @smithara, @dcsozturk, @davsar89, @ukamaci, @butala you all are listed as having packages that depend on apexpy. Just want to make you aware of this upcoming bug-fix release, as it may affect your packages.