Skip to content
Permalink
main

Commits on Mar 4, 2022

  1. Merge pull request #12905 from WilliamJamieson/testing/protect_asdf

    Protect against a future release of asdf 3.0
    pllim committed Mar 4, 2022
  2. Merge pull request #12638 from dstansby/coord-doc

    Misc coordinate docstring fixes
    eteq committed Mar 4, 2022
  3. Merge pull request #12911 from jobovy/pyodide-imports

    Changes to `ssl` and `concurrent.futures` imports to allow `astropy` to run in `pyodide`
    pllim committed Mar 4, 2022
  4. Merge pull request #12907 from Cadair/fix_compound_model_separability

    Correctly calculate the separability of a nested compound model
    pllim committed Mar 4, 2022
  5. Merge pull request #12910 from eerovaher/wrong-numpy-skip

    Check for the correct `numpy` version in a test
    taldcroft committed Mar 4, 2022
  6. Merge pull request #12913 from eerovaher/tox-asdf

    Update oldest required `asdf` version in `tox.ini`
    pllim committed Mar 4, 2022
  7. Merge pull request #12914 from eerovaher/min-pytest

    Require `pytest` 7.0 or later for installation
    pllim committed Mar 4, 2022
  8. Check for the correct numpy version in a test

    One 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.
    eerovaher committed Mar 4, 2022
  9. Add changelog

    Cadair committed Mar 4, 2022
  10. More tests

    Cadair committed Mar 4, 2022
  11. Attempt to fix #12906

    Cadair committed Mar 4, 2022

Commits on Mar 3, 2022

  1. Update oldest required asdf version in tox.ini

    deef87c updated the `asdf` version
    requirement in `setup.cfg`, but not in `tox.ini`.
    eerovaher committed Mar 3, 2022
  2. Merge pull request #12900 from Cadair/custom_compound_model

    Allow a model to override calculation of it's separability matrix
    WilliamJamieson committed Mar 3, 2022
  3. Require pytest 7.0 or later

    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.
    eerovaher committed Mar 3, 2022
  4. Merge pull request #12864 from nstarman/cosmo-yaml-cosmology-argument

    bugfix: add ``cosmology`` argument to ``from_yaml``
    nstarman committed Mar 3, 2022
  5. Misc coordinate docstring fixes

    dstansby authored and eteq committed Mar 3, 2022
  6. Add changelog and docs

    Cadair committed Mar 3, 2022

Commits on Mar 2, 2022

  1. bugfix: add cosmology argument to from_yaml

    This 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>
    nstarman committed Mar 2, 2022

Commits on Mar 1, 2022

  1. Merge pull request #12897 from WilliamJamieson/feature/spline-converter

    Add asdf support for splines
    eslavich committed Mar 1, 2022
  2. Merge pull request #12895 from WilliamJamieson/feature/trig-converters

    Added converters for all new trigonometric models
    eslavich committed Mar 1, 2022
  3. Merge pull request #12896 from adam-broussard/main

    Fixed an issue where formally finite values were approximated with nu…
    pllim committed Mar 1, 2022

Commits on Feb 25, 2022

  1. Merge pull request #12844 from mcara/fix-wcs-unpickle

    Restore naxis-related attributes when unpickling WCS objects
    mcara committed Feb 25, 2022
Older