File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ v2.5.0
2+ ====== 
3+ 
4+ *  Introduce base class for encoders
5+ *  Introduce tagging system on encoders and use it to parametrize tests
6+ *  Drop support for python 3.5 and python 3.6
7+ *  Require pandas >=1.0
8+ *  Introduce f-strings
9+ *  Make BinaryEncoder a BaseNEncoder for base=2
10+ *  FutureWarning for TargetEncoder's default parameters
11+ *  Made all encoders re-fittable on different datasets (c.f. issue 122)
12+ *  Introduced tox.ini file for easier version testing
13+  
114v2.4.1
215====== 
316
Original file line number Diff line number Diff line change 2525from  category_encoders .glmm  import  GLMMEncoder 
2626from  category_encoders .quantile_encoder  import  QuantileEncoder , SummaryEncoder 
2727
28- __version__  =  '2.4.1 ' 
28+ __version__  =  '2.5.0 ' 
2929
3030__author__  =  "willmcginnis" , "cmougan" 
3131
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments