Skip to content

Commit a7ff0e7

Browse files
Update CHANGELOG.rst
1 parent 5d6bd5a commit a7ff0e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Subsections for each version can be one of the following;
1717
Each individual change should have a link to the pull request after the description of the change.
1818

1919

20-
1.3.0 (unreleased)
20+
1.3.0 (2024-06-13)
2121
------------------
2222
Added
2323
^^^^^
@@ -56,8 +56,7 @@ Changed
5656

5757
Removed
5858
^^^^^^^
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.
6160
- 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.
6261
- 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>`_
6362

0 commit comments

Comments
 (0)