Kosmorro / lib

Kosmorrolib, a library to calculate ephemerides.
https://kosmorro.space/lib
GNU Affero General Public License v3.0
7 stars 6 forks source link

fix: remove NumPy direct dependency #41

Closed Deuchnord closed 2 years ago

Deuchnord commented 2 years ago

Replacing the rare calls to Numpy's features with their equivalent in standard math library. This will simplify the maintenance of the library in the future.

Note that Numpy is still a dependency of Skyfield and its dependencies, so NumPy is actually still needed to run Kosmorrolib. But now, it is not used anymore here.

Q A
Bug fix? yes
New feature? no
Related issues
Has BC-break no
License GNU AGPL-v3
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 95.556% when pulling a2a6bc0c128b4980628e23037e6d194091a573a1 on remove-numpy-dependency into 761ec4ef21b95473829672d69320330f52d1890b on main.