Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af054c4

Browse files
committedNov 18, 2020
Prepare v0.8.0 release
1 parent 004f5f1 commit af054c4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ For information on use cases and background material on causal inference and het
4444

4545
# News
4646

47-
**September 4, 2020:** Release v0.8.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.0b1)
47+
**November 18, 2020:** Release v0.8.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.0)
4848

4949
<details><summary>Previous releases</summary>
5050

51+
**September 4, 2020:** Release v0.8.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.0b1)
52+
5153
**March 6, 2020:** Release v0.7.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.7.0)
5254

5355
**February 18, 2020:** Release v0.7.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.7.0b1)

‎setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ max-line-length=119
77
convention=numpy
88

99
[build_sphinx]
10-
version = 0.8.0b1
10+
version = 0.8.0
1111

1212
[metadata]
1313
name = econml
14-
version = 0.8.0b1
14+
version = 0.8.0
1515
author = Microsoft Corporation
1616
description = This package contains several methods for calculating Conditional Average Treatment Effects
1717
long_description = file: README.md

0 commit comments

Comments
 (0)
Please sign in to comment.