-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
48 lines (37 loc) · 1.34 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Version 1.0.0
-------------
Version 0.3.0
(18 January 2010, from /milia/branches/0.3.x revision 157)
https://guaix.fis.ucm.es/svn/milia/milia/tags/0.3.9
Enhancements:
* A class flrw_nat that provides cosmological values
in natural units
* Class flrw has two new methods, hubble_radius and
hubble_time that return the lenght scale and the time
scale
Bugfixes:
* Tests don't work in Fedora 10, changed boost::math::pow
by gsl_pow_*
Removed:
* The class flrw_cache has been removed
Version 0.2.3
(11 November 2009, from /milia/branches/0.2.x revision 137)
https://guaix.fis.ucm.es/svn/milia/milia/tags/0.2.3
Bugfixes:
* Bad signature of getters and setters
Version 0.2.2
(25 October 2009, from /milia/branches/0.2.x revision 124)
https://guaix.fis.ucm.es/svn/milia/milia/tags/0.2.2
Enhancements:
* Added documentation (thanks to N. Gruel)
* Add methods angular_scale which helps transforming an angular
size in the sky into physical length and viceversa (thanks to N. Gruel)
* Distances for Om = 0 (ticket #12)
Bugfixes:
* Comoving volume for curvature != 0 doesn't work (ticket #27)
Version 0.2.1
(02 May 2009, from /milia/trunk revision 72)
https://guaix.fis.ucm.es/svn/milia/milia/tags/0.2.1/
Bugfixes:
* Wrong comma position in schechter::to_str (ticket #17)
* boost::bad_function_call in schechter constructor (ticket #20)