-
https://docs.astropy.org/en/latest/changelog.html
The required version in `setup.cfg` does not limit the version; it is just in the documentation requirements (`astropy>=5.0,
-
Much of the functionality presented here is available in the [Astropy Cosmology sub-package](https://docs.astropy.org/en/stable/cosmology/index.html), which is very well tested and maintained. This p…
kelle updated
4 weeks ago
-
### Describe the bug
I'm building the env by myself. According to the `constants.py`, the conda command for `astropy__astropy__1.3` is
```bash
conda create -n test python=3.6 setuptools==38.2.4…
-
@nstarman could you please look at /io/astropy_table.py, specifically lines 142-149. Originally we only had line 149, but a user reported an error when there were no IDs in their table.
I can see …
-
Hi, I think astropy would be a a really useful package to be included in Juno.
https://www.astropy.org/
https://github.com/astropy/astropy
-
Example log: https://github.com/astropy/specutils/actions/runs/12041463576/job/33573385019
Not sure how we missed it during RC testing... 🧐
```
specutils\tests\test_loaders.py::test_tabular_fi…
-
How do we want to handle parameters that are of type "Quantity". I.e. objects that have a value and unit property https://docs.astropy.org/en/stable/units/
So far I have tried to write the PhaseCur…
-
Running the following minimal code in Excel gives the error "TypeError: 'Quantity' object with a scalar value is not iterable". The same code works in Jupyter.
```
import astropy.units as u
q = 1.0 * …
-
The list of possible reference frames includes the capitalized casacore reference frames, but I think some of those map directly onto the astropy ones (e.g. `'GEO'` is the same as `'gcrs'`)?
Is `'i…
-
Hello,
I'm trying to use the filters off of SVO to get fluxes for a spectrum I have. I keep getting an error stating:
---------------------------------------------------------------------------
…