From ff692b5d9f837c0a1b20121e9cdb5e369d349158 Mon Sep 17 00:00:00 2001 From: Michael Aye Date: Thu, 16 Mar 2023 15:14:05 +0100 Subject: [PATCH] release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a53da..3a8b487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.26.0 + +### New Features + +- get Spicer running ([#37](https://github.com/michaelaye/nbplanetary/issues/37)) + - Spicer is my small class-based framework around SPICE commands to make +illumination calculations more human-readable. I have used this for years and added it here now. + +- add self rep for CTXCollection ([#36](https://github.com/michaelaye/nbplanetary/issues/36)) + +- confusing/convoluted API for downloading indexes ([#35](https://github.com/michaelaye/nbplanetary/issues/35)) + - downloading was safeguarded far too much to be useful. +Removed a lot of code (always good), which also made `get_index` +much clearer and simpler. + + + ## 0.25.0 ### New Features