Nick Koukoufilippas
Nick Koukoufilippas
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...
This PR adds the following background functions: - `hubble_distance(cosmo, a)` - `comoving_volume_element(cosmo, a)` - `comoving_volume(cosmo, a, *, solid_angle=4*pi)` - `lookback_time(cosmo, a)` - `age_of_universe(cosmo, a)` and with that closes #954 and...
I have started the overhaul of the docstrings: 1. Provide (much) more info about what every piece of code does, with mathematical formulas, definitions, implementation details etc. 2. Uniform style...
**Update**: This now relies on `CCLObject` (PR934), so leaving it as draft until PR934 is reviewed. In particular, it makes use of the caching framework implemented there. I have built...
One thing that is currently implemented in an odd way is that if users want to pass their own values to FFTLog when they create a `HaloProfile`, they have to...
Does what it says. With this PR all C-structs that hold parameters are managed from Python - even their values. I did a slight revamp to the `CCLParameters` class that...
Just like with `Baryons`, `HaloProfile`, `MassFunc` etc. this PR introduces a `PowerSpectrum` base class which returns a `Pk2D` object containing the power spectrum of a particular model. The functions in...
This was originally one of v3's milestones, but we decided to change it as it can be left for later, to speed up releasing v3. The entire library can benefit...
There have been discussions about the non-uniformity of the current code, which mostly arises because each contributor has their own style. A developer's guide is available but outdated. We can...
Most docstrings do not adhere to any formatting standard. As a result of this 1. they are hard to read directly from the source code as they are very cluttered...