We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc9647 commit 8e527c5Copy full SHA for 8e527c5
CHANGES.md
@@ -3,8 +3,18 @@ V1.0, 2018/02/10 -- Initial release
3
V2.0, 2018/03/04 -- Second release
4
5
In this release:
6
+
7
- Added tests for AIC, BIC and Mallows Function using pytest.
8
- Updated directory structure.
9
- Updated function defintions since the first release.
10
- Now, the user must provide the predicted values and the observed values of a model.
11
- Added function descriptions.
12
13
+V3.0, 2018/03/11 -- Third release
14
15
+In this release:
16
17
+* Added function definitions.
18
+* Added few more unit tests for aic, bic and mallows.
19
+* Added vignette.
20
+* Added more documentation.
0 commit comments