forked from asgr/celestial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
31 lines (16 loc) · 996 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
v1.0
Not released on CRAN.
v1.1
FEATURE: Added support for many more ways of specifying deg2dms outputs, e.g. 2d34m45.5s and 2:34:45.5. Code can also take string versions of HMS and DMS coordinates and convert them back to degrees.
v1.2
FEATURE: Added cosmological distance calculator and a sky area calculator.
v1.3 (CRAN)
FEATURE: Added individual cosmology routines as separate functions.
FEATURE: Added new cosgrow (structure growth) and cosmap (generic parameter inputs, not just redshift) functions.
FEATURE: Added sky coordinate matching functionality (coordmatch)
v1.4 (not on CRAN)
FEATURE: Added cosvararea function, which is a simpler interface to cosvarsph where the assumption is aside=bside.
FEATURE: Added cosgrowRhoMean function, which is the mean matter density as a given redshift
FEATURE: Added NFW profile stuff
FIXED: cosgrow RhoCrit column had a bug that meant it scaled by H(z) not H(z)^2 (cosgrowRhoCrit had no bug).
DOCS: Fixed a couple of document issues