Skip to content

v1.3.0

Compare
Choose a tag to compare
@davidhopkinson26 davidhopkinson26 released this 13 Jun 14:10
· 263 commits to main since this release
a7ff0e7

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