main
Commits on Mar 4, 2022
-
Merge pull request #12905 from WilliamJamieson/testing/protect_asdf
Protect against a future release of asdf 3.0
-
-
Merge pull request #12638 from dstansby/coord-doc
Misc coordinate docstring fixes
-
Merge pull request #12911 from jobovy/pyodide-imports
Changes to `ssl` and `concurrent.futures` imports to allow `astropy` to run in `pyodide`
-
Merge pull request #12907 from Cadair/fix_compound_model_separability
Correctly calculate the separability of a nested compound model
-
Merge pull request #12910 from eerovaher/wrong-numpy-skip
Check for the correct `numpy` version in a test
-
Merge pull request #12913 from eerovaher/tox-asdf
Update oldest required `asdf` version in `tox.ini`
-
Merge pull request #12914 from eerovaher/min-pytest
Require `pytest` 7.0 or later for installation
-
Check for the correct
numpyversion in a testOne of the tests in astropy/io/ascii/tests/test_ecsv.py was skipped if `numpy` version was below 1.19, but it fails with `numpy` 1.19.0.
-
-
-
Commits on Mar 3, 2022
-
Update oldest required
asdfversion in tox.inideef87c updated the `asdf` version requirement in `setup.cfg`, but not in `tox.ini`.
-
Merge pull request #12900 from Cadair/custom_compound_model
Allow a model to override calculation of it's separability matrix
-
Using older versions of `pytest` is not possible since #12823. Furthermore, `pytest-doctestplus` was made compatible with `pytest` 7.0 in astropy/pytest-doctestplus#171, so its minimum required version has to be updated too.
-
Merge pull request #12864 from nstarman/cosmo-yaml-cosmology-argument
bugfix: add ``cosmology`` argument to ``from_yaml``
-
-
-
Commits on Mar 2, 2022
-
bugfix: add
cosmologyargument tofrom_yamlThis argument is required for compatibility with the standard set of keyword arguments `astropy.cosmology.Cosmology.from_format` Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
Commits on Mar 1, 2022
-
Merge pull request #12897 from WilliamJamieson/feature/spline-converter
Add asdf support for splines
-
Merge pull request #12895 from WilliamJamieson/feature/trig-converters
Added converters for all new trigonometric models
-
-
Merge pull request #12896 from adam-broussard/main
Fixed an issue where formally finite values were approximated with nu…
Commits on Feb 28, 2022
-
Fixed an issue where formally finite values were approximated with nu…
…mpy.inf, producing NaN probabilities
-
Merge pull request #12604 from seweissman/fix_votable_validate_output…
…_handling Fix votable validate output handling
-
-
-
-
-
-
Commits on Feb 25, 2022
-
Merge pull request #12844 from mcara/fix-wcs-unpickle
Restore naxis-related attributes when unpickling WCS objects