From 8653a46a42040dedddc516909a335a929cad7c6a Mon Sep 17 00:00:00 2001 From: limlam96 <103185696+limlam96@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:37:07 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1027eef..0dd4fa1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -39,6 +39,7 @@ Changed - Refactored DateDiffLeapYearTransformer tests in new format. As part of this had to remove the autodefined new_column_name, as this conflicts with the generic testing. Suggest we look to turn back on in future. `#295 https://github.com/lvgig/tubular/issues/295` - Edited base testing setup for dates file, created new BaseDatetimeTransformer class - fixed a bug in CappingTransformer which was preventing use of .get_params method `#311 `_ +- Narwhal-ified BaseTransformer 1.3.1 (2024-07-18)