Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-38065: V25 release notes on main #444

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/changes/DM-27811.removal.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/DM-35035.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-35186.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-35917.api.rst

This file was deleted.

26 changes: 26 additions & 0 deletions doc/lsst.obs.base/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
obs_base v25.0.0 (2023-03-02)
=============================

New Features
------------

- * Removed Gen2 code from package, including 2to3 conversion code.
Use an older release to convert any remaining Gen2 repositories to Gen3.
* Moved support for reading curated calibrations for ``obs_*_data`` packages from ``pipe_tasks`` and added unit tests for this code. (`DM-35035 <https://jira.lsstcorp.org/browse/DM-35035>`_)
- * Added ``focusZ`` to ``MakeRawVisitInfoViaObsInfo``. (`DM-35186 <https://jira.lsstcorp.org/browse/DM-35186>`_)


API Changes
-----------

- The ``ingest-raws`` and ``define-visits`` subcommands no longer allow multiple config settings within a single ``--config`` option.
We have decided that it is too dangerous to split on comma in the general case and so have removed that facility to be consistent with other commands.
Use multiple ``--config`` options instead. (`DM-35917 <https://jira.lsstcorp.org/browse/DM-35917>`_)


An API Removal or Deprecation
-----------------------------

- Removed deprecated ``filterLabel`` exposure component access. (`DM-27811 <https://jira.lsstcorp.org/browse/DM-27811>`_)


obs_base v24.0.0 (2022-08-30)
=============================

Expand Down