From d57c42bbde9f449f0bd1dad99cd9fb27328c7544 Mon Sep 17 00:00:00 2001 From: bernardodionisi Date: Sat, 9 Dec 2023 20:38:51 -0500 Subject: [PATCH] move note --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc928a4..808a7c5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ difference-in-differences estimation and inference for Python see the [Documentation](https://bernardodionisi.github.io/differences/latest/) for more details. +> **_NOTE:_** Please note that in v0.2.0 the `.plot()` methods have been temporarily removed as well the `TWFE` class. They will be added back to this library in a future release. Please refer to the [Release Notes](https://bernardodionisi.github.io/differences/latest/release-notes/v0.2/) for a list of changes. + ## Installing The latest release can be installed using pip @@ -48,6 +50,3 @@ att_gt.aggregate('event') *differences* ATTgt benefited from - Callaway & Sant'Anna's [did](https://github.com/bcallaway11/did) - Sant'Anna and Zhao's [DRDID](https://github.com/pedrohcgs/DRDID) - - -> **_NOTE:_** Please note that in v0.2.0 the `.plot()` methods have been temporarily removed as well the `TWFE` class. They will be added back to this library in a future release. Please refer to the [Release Notes](https://bernardodionisi.github.io/differences/latest/release-notes/v0.2/) for a list of changes. \ No newline at end of file