------------------------------------------------------------------- Fri Jul 11 10:22:42 UTC 2025 - Atri Bhattacharya - Update to version 2.14.2: * Fix error in ENURollPitchYawToECEFEuler() function. ------------------------------------------------------------------- Tue May 6 12:19:45 UTC 2025 - Atri Bhattacharya - 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 - 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 - 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 - 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 - 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 - Initial package.