You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+2-3
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Subsections for each version can be one of the following;
17
17
Each individual change should have a link to the pull request after the description of the change.
18
18
19
19
20
-
1.3.0 (unreleased)
20
+
1.3.0 (2024-06-13)
21
21
------------------
22
22
Added
23
23
^^^^^
@@ -56,8 +56,7 @@ Changed
56
56
57
57
Removed
58
58
^^^^^^^
59
-
- Functionality for BaseTransformer (and thus all transformers) to take `None` as an option for columns. This behaviour was inconsistently implemented across transformers. Rather than extending to all we decided to remove
60
-
this functionality. This required updating a lot of test files.
59
+
- Functionality for BaseTransformer (and thus all transformers) to take `None` as an option for columns. This behaviour was inconsistently implemented across transformers. Rather than extending to all we decided to remove this functionality. This required updating a lot of test files.
61
60
- The `columns_set_or_check()` method from BaseTransformer. With the above change it was no longer necessary. Subsequent updates to nominal transformers and their tests were required.
62
61
- Set pd copy_on_write to True (will become default in pandas 3.0) which allowed the functionality of the copy method of the transformers to be dropped `#197 <https://github.com/lvgig/tubular/pull/197>`_
0 commit comments