Recent Releases of cora
cora - 25.4.0
This release contains a number of important fixes and performance improvements. Subtle differences in simulations may be noticeable when compared to previous versions - new results should be assumed to be more correct.
What's Changed
- fix(foreground.poisson): fix cumulative_trapezoid call by @ketiltrout in https://github.com/radiocosmology/cora/pull/60
- Numpy 2.0 support by @ljgray in https://github.com/radiocosmology/cora/pull/59
- Parallelize the LSS pipeline by @ljgray in https://github.com/radiocosmology/cora/pull/61
- docs: update citation and dependency information by @sjforeman in https://github.com/radiocosmology/cora/pull/65
- Bump minimum python to 3.10 by @ljgray in https://github.com/radiocosmology/cora/pull/68
- Update README by @ljgray in https://github.com/radiocosmology/cora/pull/69
- moving cosmology container out of cora by @Arnab-half-blood-prince in https://github.com/radiocosmology/cora/pull/70
- Update citation doc by @ljgray in https://github.com/radiocosmology/cora/pull/71
- LSS computation improvements by @sjforeman in https://github.com/radiocosmology/cora/pull/72
- accurate finger of god kenel and nonuniform $d\chi(z)$ by @shabbir137 in https://github.com/radiocosmology/cora/pull/74
- docs(lss): add comments about redshift scalings by @sjforeman in https://github.com/radiocosmology/cora/pull/75
- doc: update CITATION by @ljgray in https://github.com/radiocosmology/cora/pull/76
New Contributors
- @ketiltrout made their first contribution in https://github.com/radiocosmology/cora/pull/60
- @Arnab-half-blood-prince made their first contribution in https://github.com/radiocosmology/cora/pull/70
- @shabbir137 made their first contribution in https://github.com/radiocosmology/cora/pull/74
Full Changelog: https://github.com/radiocosmology/cora/compare/v24.8.0...v25.4.0
- Python
Published by ljgray about 1 year ago
cora - 24.8.0
What's Changed
- Update minimum python to 3.9 by @ljgray in https://github.com/radiocosmology/cora/pull/57
- Switch build to pyproject.toml by @ljgray in https://github.com/radiocosmology/cora/pull/58
New Contributors
- @ljgray made their first contribution in https://github.com/radiocosmology/cora/pull/57
Full Changelog: https://github.com/radiocosmology/cora/compare/v22.9.0...v24.8.0
- Python
Published by ketiltrout almost 2 years ago
cora - 22.9.0
What's Changed
- test: remove Python 2 from testing due to healpy/astropy issues by @jrs65 in https://github.com/radiocosmology/cora/pull/35
- gaussianfg bug fixes by @sjforeman in https://github.com/radiocosmology/cora/pull/34
- Remove Python 2 support and fix up installation by @jrs65 in https://github.com/radiocosmology/cora/pull/36
- Fix sphinx build and put on gh-pages by @nritsche in https://github.com/radiocosmology/cora/pull/37
- build(requirements): remove pygsl by @nritsche in https://github.com/radiocosmology/cora/pull/38
- Performance improvements for coordinate calculations by @jrs65 in https://github.com/radiocosmology/cora/pull/42
- Fix master build failure and other quick issues by @jrs65 in https://github.com/radiocosmology/cora/pull/43
- tests(cubicspline): add tests by @nritsche in https://github.com/radiocosmology/cora/pull/41
- fix(coord): ensure array are C-ordered contiguous, before reshaping by @anjakefala in https://github.com/radiocosmology/cora/pull/46
- build: build using the oldest supported numpy version by @anjakefala in https://github.com/radiocosmology/cora/pull/47
- Large-scale structure simulation code by @jrs65 in https://github.com/radiocosmology/cora/pull/39
- fix(ci): update apt cache in sphinx doc build by @jrs65 in https://github.com/radiocosmology/cora/pull/49
- Use arbitrary power spectra in LSS sims by @jrs65 in https://github.com/radiocosmology/cora/pull/50
- feat(GeneratePolynomialBias): redshift dependent bias models by @jrs65 in https://github.com/radiocosmology/cora/pull/51
- Modernise Cython in cubicspline code by @anjakefala in https://github.com/radiocosmology/cora/pull/45
- Miscellaneous modelling improvements by @jrs65 in https://github.com/radiocosmology/cora/pull/52
- Factor out models into independent functions by @jrs65 in https://github.com/radiocosmology/cora/pull/53
- feat: add CITATION.cff file for Zenodo/Github by @jrs65 in https://github.com/radiocosmology/cora/pull/55
New Contributors
- @sjforeman made their first contribution in https://github.com/radiocosmology/cora/pull/34
- @anjakefala made their first contribution in https://github.com/radiocosmology/cora/pull/46
Full Changelog: https://github.com/radiocosmology/cora/compare/v20.5.0...v22.9.0
- Python
Published by jrs65 over 3 years ago
cora - 20.5.0
Bug Fixes
- typo and remove unnecessary dependency on caput (57e9c12)
- workaround a healpy import bug, and fix for a h5py warning (e8d1666)
- corr21cm: error in T_b for EoR 21 cm signal. (15683c3)
- makesky: enforce the galactic maps must be generated with more than one freq (e3da161)
- makesky: work around h5py string attribute handling (d8cdbbc)
- makesky: print meaningful message when file already exists (c252b84)
Features
- makesky: change binning to order used in driftscan (17ad8a9)
- makesky: add ability to select a specific list of channels (781a13c)
- singlesource: add a command to generate a map containing a single source (b6d7934)
- versioneer: add versioneer for improved version naming (596b45d)
- Python
Published by nritsche about 6 years ago