From 4c2f91d082aa515a1fdd328de6f8fd416f155786 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Thu, 11 Apr 2024 15:48:34 -0400 Subject: [PATCH] DOC: updated changelog Added a description of the vector changes to the changelog. --- Changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index b1138da2..37560e99 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -15,6 +15,9 @@ Summary of all changes made since the first stable release * ENH: Added AMPERE EABs, using the Heppner-Maynard boundary as a valid EAB * ENH: Changed default directory ID to use `pathlib` * ENH: Allow data padding in `pysat_instrument` functions +* ENH: Created separate vector transformation functions to support multiple + coordinate systems +* ENH: Updated VectorData to allow geographic vector inputs * BUG: Fixed a typo in the documentation's pysat example * BUG: Added an error catch for badly formatted SuperMAG file reading * TST: Added a new CI test for the Test PyPi Release Candidate