File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22========= 
33
4+ Version 0.19.0 (March 05, 2025)
5+ ------------------------------- 
6+ 
7+ New feature release in the 0.19.x series.
8+ 
9+ This release adds plus signs to labels and suffixes, anticipating the
10+ release of BIDS 1.10.1 or 1.11.0 (whichever is next).
11+ Until the BIDS specification is updated and the ``bidsschematools ``
12+ package containing the updated schema is published, files with ``+ `` will
13+ not validate, but can still be indexed with ``BIDSLayout(..., validate=False) ``.
14+ 
15+ Several small fixes resolving issues with BIDS Stats Models are included,
16+ and complex JSON metadata (lists and objects) will now play more nicely with
17+ contexts where they need to be hashed.
18+ 
19+ * FIX: Catch StopIteration on directory walk (#1124)
20+ * FIX: Ensure dotfiles are always filtered (#1123)
21+ * FIX: Copy entities dict before modifying run variable type (#1120)
22+ * FIX: Allow numpy arrays to treat PaddedInt like int (#1119)
23+ * FIX: Make lists and dicts hashable (#1112)
24+ * ENH: Allow plus signs in labels (#1117)
25+ * MNT: Remove formulaic upper bound (#1121)
26+ * MNT: Use tox-uv to ease lower bound checking, test on Python 3.13 (#1109)
27+ 
428Version 0.18.1 (December 05, 2024)
529---------------------------------- 
630
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments