File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ For information on use cases and background material on causal inference and het
45
45
46
46
# News
47
47
48
- ** November 20, 2020 :** Release v0.8.1 , see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.1 )
48
+ ** January 20, 2021 :** Release v0.9.0b1 , see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.9.0b1 )
49
49
50
50
<details ><summary >Previous releases</summary >
51
51
52
+ ** November 20, 2020:** Release v0.8.1, see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.1 )
53
+
52
54
** November 18, 2020:** Release v0.8.0, see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.0 )
53
55
54
56
** September 4, 2020:** Release v0.8.0b1, see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.0b1 )
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ max-line-length=119
7
7
convention =numpy
8
8
9
9
[build_sphinx]
10
- version = 0.8.1
10
+ version = 0.9.0b1
11
11
12
12
[metadata]
13
13
name = econml
14
- version = 0.8.1
14
+ version = 0.9.0b1
15
15
author = Microsoft Corporation
16
16
description = This package contains several methods for calculating Conditional Average Treatment Effects
17
17
long_description = file: README.md
@@ -28,7 +28,9 @@ classifiers =
28
28
Programming Language :: Python :: 3.7
29
29
Programming Language :: Python :: 3.8
30
30
License :: OSI Approved :: MIT License
31
- Operating System :: OS Independent
31
+ Operating System :: MacOS
32
+ Operating System :: Microsoft :: Windows
33
+ Operating System :: POSIX :: Linux
32
34
33
35
[options]
34
36
packages = find_namespace:
You can’t perform that action at this time.
0 commit comments