Recent Releases of cosmology.api

cosmology.api - v0.3.2

What's Changed

  • fix another stray typing import by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/124

Full Changelog: https://github.com/cosmology-api/cosmology.api/compare/v0.3.1...v0.3.2

- Python
Published by ntessore 12 months ago

cosmology.api - v0.3.1

What's Changed

  • fix dependencies by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/123

Full Changelog: https://github.com/cosmology-api/cosmology.api/compare/v0.3.0...v0.3.1

- Python
Published by ntessore 12 months ago

cosmology.api - v0.3.0

What's Changed

  • gh-113: add little h by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/121

Full Changelog: https://github.com/cosmology-api/cosmology.api/compare/v0.2.0...v0.3.0

- Python
Published by ntessore about 1 year ago

cosmology.api - v0.2.0

What's Changed

  • Simplified API proposal by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/103
  • gh-110: add growth factor by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/114
  • Add HasInverseComovingDistance.inv_comoving_distance by @paddyroddy in https://github.com/cosmology-api/cosmology.api/pull/115

New Contributors

  • @paddyroddy made their first contribution in https://github.com/cosmology-api/cosmology.api/pull/115

Full Changelog: https://github.com/cosmology-api/cosmology.api/compare/v0.1.0...v0.2.0

- Python
Published by ntessore about 1 year ago

cosmology.api - v0.1.0

The initial release of the Cosmology API for Python

What's Changed

  • Create dependabot.yml by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/2
  • Add Infrastructure and Tests by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/3
  • Update sphinxcontrib-bibtex requirement from <2.0.0 to <3.0.0 by @dependabot in https://github.com/cosmology-api/cosmology.api/pull/4
  • Add wrapper API by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/5
  • Add docstrings for constants and namespace by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/6
  • consolidate pyupgrade and isort into ruff by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/7
  • pass thru to the wrapped object by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/8
  • FLRW Protocol by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/1
  • remove default implementations from the protocols by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/9
  • Fill in missing rho methods by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/10
  • Added speed_of_light to the constants namespace by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/11
  • change m_nu to tuple of numbers by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/12
  • Make all attributes read-only by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/13
  • Reduce Array footprint by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/14
  • Add redshift method Tcmb by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/15
  • Rename protocols for clarity by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/16
  • rename wrapper protocols for clarity by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/17
  • split flrw protocol into pure and standard by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/18
  • refactor as Background and Standard by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/19
  • fix project urls by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/20
  • use OpenAstronomy tox test by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/22
  • start docs by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/23
  • separate components by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/25
  • Allow floats by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/27
  • background hierarchy by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/30
  • pep8 rename private modules by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/36
  • Hubble parametrized by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/31
  • rename O to Omega_ by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/37
  • Rename XComponent to HasXComponent by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/33
  • Add HasTcmb, moving out of Standard by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/34
  • remove API from StandardCosmology name by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/39
  • Drop api in name by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/40
  • Rename FLRW to HasDistanceFunctions by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/38
  • Making Cosmology generic wrt the method input type. by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/43
  • Create .github/workflows/dependency-review.yml by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/44
  • Simplify the cosmology_namespace method to an attr by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/46
  • rename Tcmb to T_cmb by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/47
  • Add constants method by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/45
  • A hierarchy of types by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/48
  • DistanceMeasures type hierarchy by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/51
  • top-level imports by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/53
  • DOC: initial documentation by @ntessore in https://github.com/cosmology-api/cosmology.api/pull/50
  • More docs stuff by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/57
  • Methods z1z2 by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/54
  • labeler permissions by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/63
  • PR labeler version by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/64
  • Add Build Workflow by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/58
  • intro to typing by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/62
  • pip install instructions by @nstarman in https://github.com/cosmology-api/cosmology.api/pull/65

New Contributors

  • @nstarman made their first contribution in https://github.com/cosmology-api/cosmology.api/pull/2
  • @dependabot made their first contribution in https://github.com/cosmology-api/cosmology.api/pull/4
  • @pre-commit-ci made their first contribution in https://github.com/cosmology-api/cosmology.api/pull/21
  • @ntessore made their first contribution in https://github.com/cosmology-api/cosmology.api/pull/50

Full Changelog: https://github.com/cosmology-api/cosmology.api/commits/v0.1.0

- Python
Published by nstarman almost 3 years ago