Cosmology.jl

Build Status Coverage Status

Cosmology.jl provides functions for quick cosmological calculations, written in pure Julia.

Installation

To install the package, enter pkg mode (])

pkg> add Cosmology

Then, to load the package

julia> using Cosmology

Contributing

If you would like to contribute to Cosmology.jl, head over to our GitHub page and open an issue or pull request!

For any new features, we ask the contributors to add any relevant unit tests and bump the package version by one minor version.