Skip to content

Commit e0f1a24

Browse files
authored
SpiceyPy v8.0.0
## [8.0.0] - 2025-10-27 ### Fixed - Missing import for no_found_check in spiceypy.py - Swapped order of spice error check and found flag check decorators to avoid spurious NotFound exceptions.
1 parent 2a97a2c commit e0f1a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to SpiceyPy will be documented here
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project tries to adhere to [Semantic Versioning](http://semver.org/).
66

7-
## [8.0.0] - 2025-??-??
7+
## [8.0.0] - 2025-10-27
88

99
### Fixed
10-
- Missing import for no_found_check
11-
- order of spice error check and found flag check decorators to correct ordering
10+
- Missing import for no_found_check in spiceypy.py
11+
- Swapped order of spice error check and found flag check decorators to avoid spurious NotFound exceptions.
1212

1313
## [7.0.0] - 2025-09-22
1414
SpiceyPy with Cyice, Cython accelerated Spice

0 commit comments

Comments
 (0)