Skip to content

Commit 9c36038

Browse files
authored
Release v1.0.8 (#189)
## [v1.0.8] ### Added - Improved SPICE kernel lookup performance when using large numbers of kernels. Testing with 1500 kernels has increased lookup speed by ~26x. - Added `HorizonsProperties.desigs` which lists all of the designations in horizons. This will use a cached json file, for existing installations you will have to update the cached horizons properties: `HorizonsProperties.fetch(desig, update_cache=True)` - Updated the NAIF ID list for all comets, allowing kete to resolve recent comet spice IDs, this includes redesignations of known comets. ### Fixed - Previous update to WISE spice kernel accidentally deleted the original mission spice kernel. This section has been re-added to the WISE kernel, which should now contain all phases of operation with the best orbit knowledge available.
1 parent a470bfc commit 9c36038

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [v1.0.8]
1010

1111
### Added
1212

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The repository for Kete, Solar System Survey Simulation Software.
77
'Kete' comes from ancient greek mythology, meaning sea monsters, and is the root word
88
for Cetaceans (Whales).
99

10+
## Note:
11+
12+
Original maintainer (Dar Dahlen) is beginning a PhD and will no longer be performing
13+
maintenance, as he is no longer affiliated with CalTech.
14+
1015
## Introduction
1116

1217
The kete tools are intended to enable the simulation of all-sky surveys of minor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kete"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
description = "Kete Asteroid Survey Tools"
55
readme = "README.md"
66
authors = [{name = "Dar Dahlen", email = "[email protected]"},

src/kete_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kete_core"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
edition = "2021"
55
readme = "README.md"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)