-
https://github.com/All-Hands-AI/OpenHands/issues/4583 Issue
---
@cngarrison Could you apply [this commit](https://github.com/SmartManoj/Kevin/commit/fbce68d48fcf0ff429e10f527bfc0c00553c56a6) and ch…
-
Possible release venues:
* Annotated GitHub tag
* PyPI
* Maybe even some `conda` channel (`astropy`? `conda-forge`?)
This would be nice to have before astropy/astropy-procedures#106 .
pllim updated
5 years ago
-
1. Change special day logic to use "status check" rather than post a comment. (Use API from #45)
2. astropy/astropy-bot#67
3. astropy/astropy-bot#76
pllim updated
5 years ago
-
SkyFit2's saveECSV() function does not save valid ECSV.
Problems comes from hard-coded columns declaration, not matching the CSV header line:
```
# datatype:
# - {name: datetime, datatype: str…
-
~~~~
/tmp/python-pyvo/pyvo-1.0/astropy_helpers/ah_bootstrap.py:includes some workarounds to ensure that a recent-enough version of setuptools
/tmp/python-pyvo/pyvo-1.0/astropy_helpers/ah_bootstrap.p…
-
It's possible to create for example a `GreaterThan` constraint on a field which is not number, but still has the required comparison operators. This works fine, except that when the constraint is viol…
-
Currently the Matplotlib image viewer uses WCSAxes to display world coordinates. There are two parts to this:
* [ ] Generalize some of the code in WCSAxes in Astropy to not be Matplotlib-dependent …
-
The VOTable recommendation includes a `` entity (see section 4.9 of [IVOA VOTable](http://www.ivoa.net/documents/latest/VOT.html)). This grouping is used by several IVOA recommendation, for instance t…
-
When installing astropy in spack, a curious situation comes up:
```
File "setup.py", line 68, in
setup(ext_modules=get_extensions())
File "/mnt/sw/nix/store/bcdmjrxn9z9zaa04k2gvgij…
-
It is not possible to complete a simulation of a star cluser using SCOPESIM since python wants to save a string that is too long to be handled in a fits header keyword. It is not possible to save the …