Stuart Mumford

Results 239 issues of Stuart Mumford

I discovered today that Astropy's FITS reader can't handle decompressing individual tiles inside a compressed HDU. This means that when people use the user tools, for any read operation on...

Feature Request

If you orchestrate a download to a remote endpoint you can't re-path the array container and have local data. This shouldn't raise an error.

The issue is illustrated by the following: ```python In [11]: arr = dkist.Dataset.from_directory("./uncompressed").data In [13]: arr.dtype Out[13]: dtype('float64') In [14]: arr.dtype.str Out[14]: 'f8') ``` vs. ```python In [3]: arr =...

bug

Should we do this all the time or just for local endpoints? --- On second thoughts, it looks like this isn't needed for actual download just for when we process...

Any warnings are shown to the user, but the task isn't stopped. We have limited options in terms of API for controlling the downloads, but we can do better.

We don't currently use anything like `dask.read_bytes` to load the files referenced by the asdf files. We should ensure that we have a well abstracted loader that can have any...

This makes it generate "merge conflict" style conflict rather than .rej files. The tests need fixing.

This is a partial implementation of what's discussed in this comment: https://github.com/cruft/cruft/issues/49#issuecomment-787942536 I haven't tried to do the non-git side because that's not urgent for me. If this is something...

### The Problem https://github.com/matrix-org/matrix-spec-proposals/pull/2530 ### The Solution One message to describe them all. ### Alternatives _No response_ ### Additional context _No response_ ### Happens in the latest version - [X]...

enhancement

As part of https://github.com/astropy/astropy-project/issues/431 this is a starter for an annoucement banner. As is mentioned in their docs: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/announcements.html#insert-remote-html-with-javascript we might want to make this include a html file on...

Docs
no-changelog-entry-needed
backport-v6.1.x