OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=18
85 lines
3.2 KiB
Plaintext
85 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 11 10:06:29 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.16.0:
|
|
* Added:
|
|
- eig() [gh#dpilger26/NumCpp#143].
|
|
- eigvals() [gh#dpilger26/NumCpp#143].
|
|
- svdvals.
|
|
* Bug fixes:
|
|
- outer function now operates on arrays of different sizes
|
|
[gh#dpilger26/NumCpp#144].
|
|
- pinv function has been corrected [gh#dpilger26/NumCpp#215].
|
|
- Changes from version 2.15.0:
|
|
* Added:
|
|
- fft module [gh#dpilger26/NumCpp#137].
|
|
- divmod.
|
|
- find_duplicates.
|
|
- mode.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 23 11:27:17 CEST 2025 - aschnell@suse.com
|
|
|
|
- libboost_system was removed upstream (bsc#1249900)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 11 10:22:42 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.14.2:
|
|
* Fix error in ENURollPitchYawToECEFEuler() function.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 6 12:19:45 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.14.1:
|
|
* Make behavior of linalg::lstsq match NumPy when inputting a
|
|
multidimensional b array [gh#dpilger26/NumCpp#229].
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 9 15:05:23 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.14.0:
|
|
* added argpartition() for gh#dpilger26/NumCpp#225.
|
|
- Drop upstreamed or otherwise no longer required patches:
|
|
* NumCpp-disable-pytest.patch
|
|
* NumCpp-add-tests.patch
|
|
- Add NumCpp-pytest-link-python.patch: Fix linking to python when
|
|
building for openSUSE [gh#dpilger26/NumCpp#222].
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 14 12:39:50 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.13.0:
|
|
* Added putAlongAxis() [gh#dpilger26/NumCpp#217].
|
|
* Fixed random seeding [gh#dpilger26/NumCpp#218].
|
|
* Fixed error in fromfile() that limited filesize to 4GB
|
|
[gh#dpilger26/NumCpp#219].
|
|
- Update NumCpp-disable-pytest.patch: In addition to disabling
|
|
pytest tests (not yet resolved), uncomment to enable gtest based
|
|
tests [gh#dpilger26/NumCpp#222].
|
|
- Add NumCpp-add-tests.patch: Add `multitest` and `cppcheck` tests
|
|
to ctest to make testing during %check easy.
|
|
- Restore ninja for build, does not affect issues related to
|
|
python linking errors during tests (disabled by
|
|
NumCpp-disable-pytest.patch).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 16 09:31:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add NumCpp-disable-pytest.patch: Temporarily disable pytests
|
|
that are incorrectly configured for pybind11; fixes build
|
|
failures.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 19 12:37:06 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 2.12.1:
|
|
* updated TRUE/FALSE enum fields to YES/NO to deconflict with
|
|
other library's terrible macro practice of #defining
|
|
TRUE/FALSE
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 8 17:26:41 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Initial package.
|