File python-lazyarray.changes of Package python-lazyarray
-------------------------------------------------------------------
Wed Mar 19 10:50:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Skip test_create_with_sparse_array test
(gh#NeuralEnsemble/lazyarray#24).
-------------------------------------------------------------------
Tue Oct 29 21:47:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Switch from setup.py to pyproject.toml
* Add testing for Python 3.11, 3.12, remove testing for
3.5-3.7.
* Tested with NumPy 2.0, minimum NumPy version tested is now
1.20.
-------------------------------------------------------------------
Fri Feb 4 15:48:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.2:
* Fix problem where SciPy was required, not optional
* Add support for Python 3.10, remove testing for Python 3.4 and
NumPy 1.12
* Switch from nose to pytest for running tests
- Drop use-pytest.patch
-------------------------------------------------------------------
Wed Nov 10 04:15:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.0:
* Drop support for Python 2.7
* Added a more general way to specify that an array-like object should be
treated as a scalar by lazyarray (for arrays of arrays, etc.)
* Add partial support for NumPy ufuncs that require two arguments,
e.g. "power".
- Add patch use-pytest.patch:
* Drop use of nose, use pytest methods.
-------------------------------------------------------------------
Fri Feb 12 16:06:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 3.6 (skip scipy)
-------------------------------------------------------------------
Tue Jul 23 20:31:05 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.3.3
* Do not raise a "shape mismatch" `ValueError` if the value shape is empty.
-------------------------------------------------------------------
Thu May 10 02:49:31 UTC 2018 - toddrme2178@gmail.com
- Use license tag
-------------------------------------------------------------------
Wed Oct 18 16:44:28 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to version 0.3.2
* See changelog at https://github.com/NeuralEnsemble/lazyarray/blob/0.3.2/changelog.txt
-------------------------------------------------------------------
Mon Oct 28 09:39:34 UTC 2013 - toddrme2178@gmail.com
- Initial version (0.2.2)