Skip to content

Commit 6da6f42

Browse files
authored
Merge pull request #100 from lsst/tickets/DM-47673
DM-47673: v28 release notes
2 parents 8ddb459 + 47b61c5 commit 6da6f42

8 files changed

+26
-8
lines changed

doc/changes/DM-44486.bugfix.rst

-1
This file was deleted.

doc/changes/DM-44547.feature.rst

-1
This file was deleted.

doc/changes/DM-44762.feature.rst

-2
This file was deleted.

doc/changes/DM-44840.bugfix.md

-1
This file was deleted.

doc/changes/DM-45732.misc.rst

-1
This file was deleted.

doc/changes/DM-46139.feature.md

-1
This file was deleted.

doc/lsst.resources/CHANGES.rst

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Resources v28.0.0 2024-11-20
2+
============================
3+
4+
New Features
5+
------------
6+
7+
- Added a new method ``ResourcePath.to_fsspec()`` to return ``fsspec`` file system objects suitable for use in packages such as Astropy and Pyarrow. (`DM-44547 <https://rubinobs.atlassian.net/browse/DM-44547>`_)
8+
- Added a ``.name`` (string) property to the handles returned by ``ResourcePath.open()``.
9+
Previously only the handle for local files had this property. (`DM-44762 <https://rubinobs.atlassian.net/browse/DM-44762>`_)
10+
- Added support for the ``LSST_S3_USE_THREADS`` environment variable to control multithreading for S3 uploads, in addition to downloads. (`DM-46139 <https://rubinobs.atlassian.net/browse/DM-46139>`_)
11+
12+
13+
Bug Fixes
14+
---------
15+
16+
- Fixed the usage of ``SEEK_END`` in S3 and HTTP resource path handles. (`DM-44486 <https://rubinobs.atlassian.net/browse/DM-44486>`_)
17+
- If there is no environment variable set explicitly declaring the directory to use for temporary files, ``HttpResourcePath`` now creates temporary files in the system default temporary directory instead of the current working directory. (`DM-44840 <https://rubinobs.atlassian.net/browse/DM-44840>`_)
18+
19+
20+
Miscellaneous Changes of Minor Interest
21+
---------------------------------------
22+
23+
- ``S3ResourceHandle`` now correctly converts ``NoSuchKey`` exception to ``FileNotFoundError`` when a read is attempted. (`DM-45732 <https://rubinobs.atlassian.net/browse/DM-45732>`_)
24+
25+
126
Resources 27.0.0 2024-05-28
227
===========================
328

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lsst-utils @ git+https://github.com/lsst/utils@main
1+
lsst-utils @ git+https://github.com/lsst/utils@v28.0.x
22
# optional
33
backoff >= 1.10
44
boto3 >= 1.13

0 commit comments

Comments
 (0)