-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrevision_history.txt
48 lines (30 loc) · 1.22 KB
/
revision_history.txt
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
soerp-0.9.1
===========
- Fixed some minor bugs
- Improved documentation
soerp-0.9
=========
- Added distribution convenience constructors (N, U, Exp, etc.)
soerp-0.8.2
===========
- Modified 'error_components' method so that if 'pprint=True', nothing is
returned.
- Added pickling functionality (an object's before and after counterparts are
not yet correlated, but objects unpickled together maintain prior
correlations)
- Updated display of class objects from "UF(...)" and "UV(...)" to simply
"uv(...)" for both and created an auxiliary method "describe" to provide a
textual explanation of the distribution moments (i.e., "Mean...",
"Variance...", etc.)
- Corrected a bug in the "error_components" method that caused the cross-product
components to point to the linear components
- Removed "raw2central" utility function from being imported automatically since
it is mostly used in internal calculations anyway.
- Added more documentation to class methods/functions
- Added ``covariance_matrix`` and ``correlation_matrix`` methods.
soerp-0.8.1
===========
- Fixed some minor formatting issues to comply with PEP8.
soerp-0.8
=========
- First public release.