AndrewAnnex / SpiceyPy

SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
MIT License
384 stars 84 forks source link

spiceypy 5.0.0 #440

Closed AndrewAnnex closed 2 years ago

AndrewAnnex commented 2 years ago

First release to include N67 CSPICE, no new wrapper functions are included yet but those will follow in subsequent patch/minor versions. Decided to go forward with some function argument deprecations decided on in 4.0.1.

codecov[bot] commented 2 years ago

Codecov Report

Merging #440 (3bcd8f4) into main (1219227) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
- Coverage   99.87%   99.87%   -0.01%     
==========================================
  Files          12       12              
  Lines       14755    14723      -32     
==========================================
- Hits        14737    14705      -32     
  Misses         18       18              
Impacted Files Coverage Δ
src/spiceypy/__init__.py 100.00% <100.00%> (ø)
src/spiceypy/spiceypy.py 99.69% <100.00%> (-0.01%) :arrow_down:
src/spiceypy/tests/test_wrapper.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1219227...3bcd8f4. Read the comment docs.