File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22=========== 
33
4+ 0.2.39
5+ ------ 
6+ Fixes:
7+ - Fix switching session from/to requests_cache #1930
8+ Price repair:
9+ - Fix potential for price repair to discard price=0 rows #1874
10+ - Don't price-repair FX volume=0, is normal #1920
11+ - Improve 'sudden change' repair for splits & currency  #1931
12+ Information:
13+ - Fix help(yf.download) not showing the information about the function #1913 @vittoboa
14+ - Add more specific error throwing based on PR 1918 #1928 @elibroftw @marcofognog
15+ Maintenance:
16+ - Replace dead 'appdirs' package with 'platformdirs' #1896
17+ - Deprecate 'pandas_datareader', remove a deprecated argument #1897
18+ - Fix: datetime.datetime.utcnow() is deprecated ... #1922
19+ 
4200.2.38
521------ 
622Fix holders & insiders #1908
Original file line number Diff line number Diff line change 11{% set name = "yfinance" %} 
2- {% set version = "0.2.38 " %} 
2+ {% set version = "0.2.39 " %} 
33
44package :
55  name : " {{ name|lower }}" 
Original file line number Diff line number Diff line change 1- version  =  "0.2.38 " 
1+ version  =  "0.2.39 " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments