Skip to content

Releases: lvgig/tubular

v1.3.1

18 Jul 15:17
8ad60a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Jun 14:10
a7ff0e7
Compare
Choose a tag to compare

What's Changed

  • Feature/generic testing with inheritance set up by @TommyMatthews in #171
  • Consistent args and base transformers by @TommyMatthews in #168
  • Makes an inheritable DataFrameMethodTransformerInitTests class by @TommyMatthews in #189
  • test_BaseImputer: moves to generic tests, adds a notfittederror test by @TommyMatthews in #180
  • Feature/refactor CrossColumnMappingTransformer tests by @davidhopkinson26 in #192
  • More comprehensive CI process by @adamsardar in #187
  • Remove fillna call in ArbitraryImputer (Issue 195) by @Ritunjai-Sharma in #198
  • 181 migrate pandas usage to copy on write and remove copy arg from transforms by @lsumption in #197
  • edited mode imputed to work with all null columns when weights are pr… by @limlam96 in #201
  • input checks and unit tests for TwoColumnOperatorTransformer by @ChaitanMohr in #183
  • 196 look for faster alternatives to dataframedrop by @Ritunjai-Sharma in #203
  • setup ArbitraryTransformer with new testing appraoch by @limlam96 in #212
  • update changelog for PR197 by @lsumption in #224
  • updated testing approach for SetValueTransformer by @limlam96 in #218
  • updating testing approach for MedianImputer Transformer by @Ritunjai-Sharma in #220
  • Feature/mode imputer test overhaul by @Chip2916 in #223
  • Generic Tests for CappingTransformer by @davidhopkinson26 in #200
  • updated median computer to fit successfully on all null columns by @limlam96 in #202
  • updated tests for ColumnDtypeSetter (also updated name to fit convent… by @limlam96 in #219
  • 225 bring basenominaltransformer in line with new testing setup by @lsumption in #235
  • edited mean response transformer to ignore unobserved levels by @limlam96 in #242
  • moved CrossColumnMappingTransformer tests to new approach by @limlam96 in #236
  • Created generic two column init tests and tidied test_EqualityChecker by @Chip2916 in #240
  • moved numeric CrossColumn transformer tests to new approach and created base class by @limlam96 in #241
  • Automated weights column checks through Mixin Class and capturing shared weight tests in generic test classes by @Ritunjai-Sharma in #239
  • Feature/equality transformer by @Chip2916 in #245
  • Create BaseDropOriginalMixin Class by @Chip2916 in #248
  • refactored dates file to prepare for testing. Edited base classes to … by @limlam96 in #246
  • Updated tested approach for meanimputer by @Chip2916 in #250
  • refactored DatetimeInfoExtractor to improve readability/condense by @limlam96 in #251
  • started reworking mixin tests by @limlam96 in #252
  • set up minimal_dataframe_dict fixture and integrated into generic tests by @limlam96 in #253

New Contributors

Full Changelog: v1.2.2...v1.3.0

V1.2.2

20 Feb 16:52
6e32db5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

08 Feb 16:31
8efb2af
Compare
Choose a tag to compare

What's Changed

  • edited GroupRareLevelsTransformer to forget rare categories when work… by @limlam96 in #177

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Feb 11:49
81003b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

V1.1.1

18 Jan 09:05
f312390
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

V1.1.0

19 Dec 09:54
d709704
Compare
Choose a tag to compare

Added

  • added flake8_bugbear (B) to ruff rules #131
  • added flake8_datetimez (DTZ) to ruff rules #132
  • added option to avoid passing unseen levels to rare in GroupRareLevelsTransformer #141

Changed

  • minor changes to comply with flake8_bugbear (B) ruff rules #131
  • minor changes to comply with flake8_datetimez (DTZ) ruff rules #132
  • BaseMappingTransformerMixin chnaged to use Dataframe.replace rather than looping over columns #135
  • MeanResponseTransformer.map_imputer_values() added to decouple from BaseMappingTransformerMixin #135
  • BaseDateTransformer added to standardise datetime data handling #148

Removed

  • removed some unnescessary implementation tests #130
  • ReturnKeyDict class removed #135

v1.0.0

24 Jul 13:16
7e541bc
Compare
Choose a tag to compare

Added:

  • Compatibility with pandas 2.0.0

Removed:

  • 'Y' and 'M' units for DateDifferenceTransformer

v0.3.8

24 Jul 10:48
a393710
Compare
Choose a tag to compare
Merge pull request #100 from lvgig/develop

#99 into main