From 99222b207ab9adb7ddad90338be63c357d867f36 Mon Sep 17 00:00:00 2001 From: Paul Grogan Date: Wed, 15 Oct 2025 15:17:32 -0700 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dfb24..4402806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # TAT-C Change Log +## 3.4.10 + +Added: + - Argument `solar_beta` to `collect_orbit_track` to optionally compute solar beta angle. + - `CITATION.cff` file to provide guidance on citing this project. + ## 3.4.9 Added: From c0d6840520d39c5de526090f811f15c3ebb25682 Mon Sep 17 00:00:00 2001 From: Paul Grogan Date: Wed, 15 Oct 2025 15:24:51 -0700 Subject: [PATCH 2/2] bump version numbers --- CITATION.cff | 8 ++++---- src/tatc/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9a226dd..3a1bad7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,10 +2,10 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Grogan" - given-names: "Paul" + given-names: "Paul T." orcid: "https://orcid.org/0000-0001-8986-4806" title: "tatc" -version: 3.4.9 -# doi: -date-released: 2025-06-12 +version: 3.4.10 +date-released: 2025-10-15 url: "https://github.com/code-lab-org/tatc" +license: "BSD-3-Clause" \ No newline at end of file diff --git a/src/tatc/__init__.py b/src/tatc/__init__.py index cee1095..226b2ed 100644 --- a/src/tatc/__init__.py +++ b/src/tatc/__init__.py @@ -10,4 +10,4 @@ from . import utils from . import resources -__version__ = "3.4.9" +__version__ = "3.4.10"