Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaitanMohr committed Apr 4, 2024
1 parent a25f439 commit 2544a1f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Each individual change should have a link to the pull request after the descript
Added
^^^^^
- Inheritable tests for generic base behaviours for base transformer in `base_tests.py`, with fixtures to allow for this in `conftest.py`
- Split existing input check into two better defined checks for TwoColumnOperatorTransformer `#183 <https://github.com/lvgig/tubular/pull/183>`_
- Created unit tests for checking column type and size `#183 <https://github.com/lvgig/tubular/pull/183>`_

Changed
^^^^^^^
Expand All @@ -34,13 +36,6 @@ Removed
this functionality. This required updating a lot of test files.
- 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.

1.2.3 (2024-02-23)
------------------
Added
^^^^^
- Split existing input check into two better defined checks for TwoColumnOperatorTransformer `#183 <https://github.com/lvgig/tubular/pull/183>`_
- Created unit tests for checking column type and size `#183 <https://github.com/lvgig/tubular/pull/183>`_

1.2.2 (2024-02-20)
------------------
Added
Expand Down

0 comments on commit 2544a1f

Please sign in to comment.