Thomas Robitaille
Thomas Robitaille
**Describe the issue**: When iterating over two arrays with map_blocks, I am running into an issue where each call to the function to process each chunk gets chunks with mismatching...
Currently, passing dask arays to ``Unit.to`` works but returns a fully computed Numpy array: ```python In [1]: from dask import array as da In [2]: from astropy import units as...
The ``Model`` class allows a dictionary to be passed to e.g. ``fixed``, ``tied``, and ``bounds`` when initializing the model. However, the ``CompoundModel`` class does not. Is this an oversight, or...
GIven a model with scalar or array parameters, I would like to be able to easily make another model which has different parameter values (either scalar or array), while preserving...
It would be nice to provide a way to use ``asv`` with the [coverage](https://coverage.readthedocs.io/en/latest/index.html) package in order to measure how much of a code base is covered by benchmarks. This...
See also https://github.com/astropy/astropy-project/issues/435 Fix https://github.com/astropy/astropy-project/issues/435
Following the process described [here](https://github.com/astropy/astropy-project/blob/main/policies/adding-new-role-members.md) I would like to propose adding Sam Van Kooten (@svank) as a reproject maintainer. Sam has contributed a significant sub-module (reproject.adaptive) as well as other...
We should document the logging added in #450 - at the very least: ``` import logging logging.basicConfig(level=logging.INFO) ``` but can also specifically set the logging level for the relevant sub-modules.
The 3D scatter viewer is no longer showing any points for me, and also shows an additional panel between the visualization and the regular glue viewer and layer options: ...
The following options appear to be missing in the 3D viewers: * The ability to change the stretch along x/y/z * The ability to properly set the aspect ratio to...