File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2626  -  NaN values are treated as missing when gaps are determined in the ` OrderedRingBuffer ` .
2727  -  Provide access to ` capacity `  (maximum number of elements) in ` MovingWindow ` .
2828  -  Methods to retrieve oldest and newest timestamp of valid samples are added to both.
29+   -  ` MovingWindow `  exposes underlying buffers ` window `  method.
30+   -  ` OrderedRingBuffer.window ` :
31+     -  By default returns a copy.
32+     -  Can also return a view if the window contains ` None `  values and if ` force_copy `  is set to ` True ` .
2933
3034-  Now when printing ` FormulaEngine `  for debugging purposes the the formula will be shown in infix notation, which should be easier to read.
3135
3539
3640## Bug Fixes  
3741
38- <!--  Here goes notable bug fixes that are worth a special mention or explanation --> 
42+ -  ` OrderedRingBuffer.window ` :
43+   -  Fixed ` force_copy `  option for specific case.
44+   -  Removed buggy enforcement of copies when None values in queried window.
45+   -  Fixed behavior for start equals end case.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments