From 5416c291984843d246e41612f2eba8c1d7bbd0d5 Mon Sep 17 00:00:00 2001 From: Keith Battocchi Date: Fri, 17 Jun 2022 13:32:40 -0400 Subject: [PATCH] Prepare 0.13.1 release --- README.md | 10 ++-------- econml/_version.py | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ef145c21..e1b5818c0 100644 --- a/README.md +++ b/README.md @@ -46,18 +46,12 @@ For information on use cases and background material on causal inference and het # News -**March 11, 2022:** Call for Content +**June 17, 2022:** Release v0.13.1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.13.1) -Hello everyone, Microsoft will be hosting a workshop to explore current and future applications for our EconML and DoWhy packages on Tuesday, May 3, 2022. So far, our goal has been to make cutting-edge methods for causal treatment effect estimation as accessible as machine learning models for prediction or classification. We’re charting the course for future development of EconML and need your help. - -What more would you like to see in the library? New kinds of tasks, better functionality for the core tasks? Let us know! -We are also looking for stories of problems you have solved using DoWhy and/or EconML to highlight in the workshop. If you have one, -please reach out to econml@microsoft.com. +
Previous releases **January 31, 2022:** Release v0.13.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.13.0) -
Previous releases - **August 13, 2021:** Release v0.12.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.12.0) **August 5, 2021:** Release v0.12.0b6, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.12.0b6) diff --git a/econml/_version.py b/econml/_version.py index 5d21e3636..3d9510af1 100644 --- a/econml/_version.py +++ b/econml/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -__version__ = '0.13.0' +__version__ = '0.13.1'