@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.1.0]
9+
10+ Announcement: Author of Kete (Dar Dahlen) has left IPAC Caltech to begin a PhD at
11+ TU Braunschweig in Germany. Kete has been forked from the public copy maintained by
12+ Caltech, and future development of this fork will occur as a personal project.
13+
14+ ### Changed
15+
16+ - SPICE kernels were removed for the respository, and now automatically download on
17+ first use.
818
919## [ v1.0.8]
1020
@@ -24,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2434 kernel. This section has been re-added to the WISE kernel, which should now contain
2535 all phases of operation with the best orbit knowledge available.
2636
27-
2837## [ v1.0.7]
2938
3039### Added
@@ -42,7 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4251- WGS84 conversion between ECEF and Lat/Lon/Alt was missing a square-root causing a
4352 small offset (typically 10s to 100s of meters). This has been fixed.
4453
45-
4654## [ v1.0.6]
4755
4856### Added
@@ -64,7 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6472- Updated the WISE spice kernels, which improves accuracy significantly for the final 2
6573 years of WISE/NEOWISE.
6674
67-
6875## [ v1.0.5]
6976
7077### Added
@@ -84,7 +91,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8491- Fixed a text case-sensitivity but on Horizons parameter parsing.
8592- Thermal model example had function arguments out of order.
8693
87-
8894## [ v1.0.4]
8995
9096### Added
@@ -102,7 +108,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102108- NEOS FOV rotation was being calculated in the ecliptic frame, whereas images will be
103109 in the equatorial frame. Rotation is now defaulting to the equatorial frame.
104110
105-
106111## [ v1.0.3]
107112
108113### Added
@@ -133,7 +138,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133138 equivalent variations of latitude/longitude conversions. Nothing in the Python was
134139 impacted.
135140
136-
137141## [ v1.0.2]
138142
139143### Added
@@ -157,7 +161,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157161- Epoch and Perihelion time conversion when loading JPL Horizons covariance matrices was
158162 not being done for UTC to TDB, leading to small residuals in covariance sampling.
159163
160-
161164## [ v1.0.0]
162165
163166### Added
@@ -201,7 +204,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201204- Removed ` plot_frame ` from ZTF, as a better version of this is available in kete.irsa.
202205- Removed ` cache_WISE_frame ` and ` fetch_WISE_frame ` deprecated functions in WISE.
203206
204-
205207## [ 0.3.0] - 2024 - 8 - 28
206208
207209### Added
@@ -223,7 +225,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223225- Fixed incompatibility with older versions of the rust compiler, working back to
224226 at least v1.75.0
225227
226-
227228## [ 0.2.5] - 2024 - 8 - 12
228229
229230### Added
@@ -258,14 +259,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258259
259260- ` cached_zip_download ` was deprecated, this was automatically unzipping folders.
260261
261-
262262## [ 0.2.4] - 2024 - 7 - 15
263263
264264### Added
265265
266266- Add ` J2 ` non-spherical terms for the gravitational models of Earth and Jupiter.
267267- Add non-gravitational force model for dust particles which includes the
268- Poynting-Roberterson effect.
268+ Poynting-Roberterson effect.
269269- Added ` Time.year_float ` which converts the ` Time ` object to the Year as a float.
270270- Added ` SimultaneousState.obs_vecs ` which creates vectors from the observer to the
271271 objects contained within the state.
@@ -311,7 +311,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311311 however I do not have access to a file of type 3 for testing. Because it cannot be
312312 validated at the moment, the code has been removed.
313313
314-
315314## [ 0.2.3] - 2024 - 6 - 12
316315
317316### Added
@@ -339,7 +338,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
339338
340339- Astropy will no longer warning about deprecated WCS header values for NEOWISE images.
341340
342-
343341## [ 0.2.2] - 2024 - 5 - 20
344342
345343### Added
@@ -372,8 +370,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372370 level of the package.
373371- Removed PDS related tools.
374372
375-
376- ## [ 0.2.1] - 2024 - 5 - 13
373+ ## [ 0.2.1] - 2024 - 5 - 13
377374
378375### Added
379376
@@ -394,18 +391,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
394391- Removed main belt construction tools, out of scope and not accurate enough.
395392- Removed redundant MPC name resolver function.
396393
397-
398- ## [ 0.2.0] - 2024-3-16
394+ ## [ 0.2.0] - 2024-3-16
399395
400396Initial Release
401397
402398- Initial version release of kete!
403- - kete's primary goal is to enable simulations of NEOs, however it also supports any
399+ - kete's primary goal is to enable simulations of NEOs, however it also supports any
404400 asteroid or comet. Included are n-body orbit propagation tools, thermal and optical
405401 modeling, tools for computing what minor planets can be seen by an observer.
406402 Along with many helpful interfaces to web tools such as JPL Horizons or IPAC's IRSA.
407403
408-
409404[ Unreleased ] : https://github.com/IPAC-SW/kete/tree/main
410405[ 1.0.7 ] : https://github.com/IPAC-SW/kete/releases/tag/v1.0.7
411406[ 1.0.6 ] : https://github.com/IPAC-SW/kete/releases/tag/v1.0.6
0 commit comments