File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# PyNWB Changelog
22
3+ ## PyNWB 1.3.3 (June 26, 2020)
4+
5+ ### Internal improvements:
6+ - Update requirements to use HDMF 1.6.4. @rly (#1256 )
7+
8+ ### Bug fixes:
9+ - Fix writing optional args to electrodes table. @rly (#1246 )
10+ - Fix missing method UnitsMap.get_nwb_file. @rly (#1227 )
11+
312## PyNWB 1.3.2 (June 1, 2020)
413
514### Bug fixes:
Original file line number Diff line number Diff line change 11# these minimum requirements specify '==' for testing; setup.py replaces '==' with '>='
22h5py==2.9 # support for setting attrs to lists of utf-8 added in 2.9
3- hdmf==1.6.2 ,<2
3+ hdmf==1.6.4 ,<2
44numpy==1.16
55pandas==0.23
66python-dateutil==2.7
Original file line number Diff line number Diff line change 11h5py == 2.10.0
2- hdmf == 1.6.2
2+ hdmf == 1.6.4
33numpy == 1.18.1
44pandas == 0.25.3
55python-dateutil == 2.8.1
You can’t perform that action at this time.
0 commit comments