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
4545
4646# News
4747
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 )
4949
5050<details ><summary >Previous releases</summary >
5151
52+ ** November 20, 2020:** Release v0.8.1, see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.1 )
53+
5254** November 18, 2020:** Release v0.8.0, see release notes [ here] ( https://github.com/Microsoft/EconML/releases/tag/v0.8.0 )
5355
5456** 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
77convention =numpy
88
99[build_sphinx]
10- version = 0.8.1
10+ version = 0.9.0b1
1111
1212[metadata]
1313name = econml
14- version = 0.8.1
14+ version = 0.9.0b1
1515author = Microsoft Corporation
1616description = This package contains several methods for calculating Conditional Average Treatment Effects
1717long_description = file: README.md
@@ -28,7 +28,9 @@ classifiers =
2828 Programming Language :: Python :: 3.7
2929 Programming Language :: Python :: 3.8
3030 License :: OSI Approved :: MIT License
31- Operating System :: OS Independent
31+ Operating System :: MacOS
32+ Operating System :: Microsoft :: Windows
33+ Operating System :: POSIX :: Linux
3234
3335[options]
3436packages = find_namespace:
You can’t perform that action at this time.
0 commit comments