Changelog for
python3-pypet-0.6.1-lp156.22.1.noarch.rpm :
* Mon Jul 08 2024 Steve Kowalik
- Pin numpy\'s upper bound to < 2, due to python-tables.
* Wed Mar 06 2024 Markéta Machová - Add unittest.patch to fix assert calls on Python 3.12
* Fri Feb 16 2024 Matej Cepl - Add ConfigParser_readfp-312.patch fixing using long deprecated method ConfigParser.readfp() (gh#SmokinCaterpillar/pypet!69).
* Tue Jun 20 2023 Steve Kowalik - Update to 0.6.1:
* Support for NumPy >= 1.20- Drop patch support-numpy-1.20.patch, included upstream.- Add patch do-not-decode-int.patch, do not call .decode() on ints when storing them.
* Tue Feb 14 2023 Steve Kowalik - Add patch support-numpy-1.20.patch:
* Support NumPy >= 1.20.
* Sat Sep 11 2021 Matej Cepl - Update to 0.6.0: - Fixed broken support for scipy sparse matrices - Sparse matrices are now serialized using scipy save_npz function and hex conversion - BACKWARDS INCOMPATIBLE CHANGE: Can no longer load sparse matrices stored with older versions! - Fixed import from collections.abc for Python 3.10
* Sun Feb 14 2021 Dirk Müller - turn off python 3.6 build (no scipy)
* Tue Jun 23 2020 Todd R - Update to 0.5.1
* Updated package description to automatically convert md to rst for pypi
* Updated pngpath for Sphinx- Update to 0.5.0
* Fix to work with pandas 1.0
* Fix to work with brian2 2.3
* Fix to work with Python 3.7 and 3.8
* Removal `expectedrows` and `filters` option for HDF5Storage.put as this is no longer supported by pandas
* Fri Aug 03 2018 toddrme2178AATTgmail.com- Update to 0.4.3
* DEPR: Removed pandas Panel and Panel4D (see also https://github.com/pandas-dev/pandas/pull/13776)
* Removed support for Python 3.3 and 3.4
* Fri May 18 2018 jengelhAATTinai.de- Don\'t assume any specific user in the description.
* Thu May 10 2018 toddrme2178AATTgmail.com- Update to pypet 0.4.2
* BUG FIX: Brian2Parameters can now be merged [Issue #50]- Update to pypet 0.4.1
* BUG FIX: Fixed slow `f_get_from_all_runs` with run groups
* More intuitive behaviro for `f_to_dict` to only start at initiating group node.
* BUG FIX: brian 2 removed get unit fast, this has been replaced with a pypet implementation- Use license tag
* Sun Aug 27 2017 toddrme2178AATTgmail.com- Initial version