Skip to content

Commit e50a53a

Browse files
Update version to 25.11.1 and generate release notes.
1 parent 7fc073b commit e50a53a

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

docs/changes/486.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/486.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/486.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/487.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/readthedocs/source/project_details/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Full Changelog
33
==============
44

55
.. towncrier release notes start
6+
Version 25.11.1 (2025-11-07)
7+
============================
8+
9+
New Features
10+
------------
11+
12+
- Added rotating log file to GOATS so users can keep track of operations over time and better report issues. Log files are stored in the main GOATS directory as "goats.log", with a maximum size of 50 MB and up to two backup files. The console logging remains for real-time feedback during execution. (`PR #486 <https://github.com/gemini-hlsw/goats/pull/486>`_)
13+
14+
15+
Changes
16+
-------
17+
18+
- Added ``/canonical/`` to GOA URL paths as specified in GOA API documentation. (`PR #486 <https://github.com/gemini-hlsw/goats/pull/486>`_)
19+
- Changed GOA query radius from 15 arcseconds to 3 arcminutes when querying for observation IDs near a target. (`PR #487 <https://github.com/gemini-hlsw/goats/pull/487>`_)
20+
21+
22+
Bug Fixes
23+
---------
24+
25+
- Fixed bug when downloaded folders of data from GOA. GOA now organizes data into structured folders, and the code now correctly handles this structure when downloading and processing the data. (`PR #486 <https://github.com/gemini-hlsw/goats/pull/486>`_)
26+
27+
628
Version 25.11.0 (2025-11-06)
729
============================
830

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"tom-tns>=0.3.2",
3939
"tomtoolkit==2.26.2",
4040
]
41-
version = "25.11.0"
41+
version = "25.11.1"
4242

4343
[project.urls]
4444
Homepage = "https://github.com/gemini-hlsw/goats"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)