- Update to 3.6.18 * Avoid distutils by @ocefpaf in #143 * Add citation in README.md by @rcaneill in #145 * Fix upload-download artifacts by @ocefpaf in #154 * Should fix PyPI publishing by @ocefpaf in #155 * Version everything and allow tests to run on macos-14 by @ocefpaf in #159 * Test on py312 by @ocefpaf in #164 * Fix typo... by @ocefpaf in #163 * Dev notes by @ocefpaf in #133 * Remove used dependency by @ocefpaf in #165 * Test against numpy 2.0 by @ocefpaf in #166 OBS-URL: https://build.opensuse.org/request/show/1177342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gsw?expand=0&rev=21
137 lines
5.3 KiB
Plaintext
137 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue May 28 12:36:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 3.6.18
|
|
* Avoid distutils by @ocefpaf in #143
|
|
* Add citation in README.md by @rcaneill in #145
|
|
* Fix upload-download artifacts by @ocefpaf in #154
|
|
* Should fix PyPI publishing by @ocefpaf in #155
|
|
* Version everything and allow tests to run on macos-14 by @ocefpaf in #159
|
|
* Test on py312 by @ocefpaf in #164
|
|
* Fix typo... by @ocefpaf in #163
|
|
* Dev notes by @ocefpaf in #133
|
|
* Remove used dependency by @ocefpaf in #165
|
|
* Test against numpy 2.0 by @ocefpaf in #166
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 12:41:17 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 3.6.17
|
|
* Add 'const' modifiers to ufuncs via make_ufuncs.py
|
|
* Ensure the slice is an array
|
|
* Add gibbs and gibbs_ice via ufunc wrapping
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 07:40:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 3.6.16:
|
|
* Update underlying c code to v3.06.16 #107
|
|
- Skipped update to 3.4.2:
|
|
* add DOI by @ocefpaf in #72
|
|
* Use GitHub Actions for the tests by @ocefpaf in #73
|
|
* build wheel for Python 3.9 by @ocefpaf in #79
|
|
* Wrap longitude, 0-360, where it is used directly. by @efiring in #86
|
|
* Add link to new xarray wrapper gsw-xarray by @rcaneill in #87
|
|
* Add py310 test to the test matrix... by @ocefpaf in #88
|
|
* needs to avoid globing them before the autidwheel by @ocefpaf in #80
|
|
* add pre-commit by @ocefpaf in #77
|
|
* publish docs with GHA by @ocefpaf in #89
|
|
* use micromamba in tests by @ocefpaf in #93
|
|
* Fix teos 10 url by @ocefpaf in #94
|
|
* Correct Nsquared unit by @rcaneill in #91
|
|
* use np.expand_dims instead of np.newaxis by @rcaneill in #96
|
|
* Add consts to PyUFuncGenericFunction declarations by @hoodmane in #99
|
|
* Move to cibuildwheels by @ocefpaf in #100
|
|
* remove unused file by @ocefpaf in #102
|
|
* Rename master to main in the CIs by @ocefpaf in #105
|
|
* update README by @ocefpaf in #104
|
|
* Run every PR but publish only when tags by @ocefpaf in #106
|
|
- Skipped update to 3.4.1:
|
|
* Add DOI
|
|
- Enable again tests skipped on aarch64 since fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 21 21:01:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip python36 build: With NumPy 1.20, python36-numpy is no
|
|
longer available in Tumbleweed (NEP 29)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 17 23:33:01 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Fix macro expansion for pytest call
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 12 15:59:32 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
|
|
|
- update to 3.4.0
|
|
* Support for xarray DataArray
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 08:40:02 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix build on aarch64 by ignoring test_check_function[cfcf72]
|
|
See: gh#TEOS-10/GSW-Python#40
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 05:47:33 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 3.3.1
|
|
* Add optional args to p_from_z and z_from_p (#49).
|
|
- github tar ball forever (#39)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 14:27:16 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 3.3.0:
|
|
* Adds functions SP_salinometer, O2sol, and O2sol_SP_pt by
|
|
updating the C source.
|
|
* Fixes a bug in handling of p_ref in geostrophy.
|
|
* Fixes a bug in distance when the pressure argument is
|
|
omitted.
|
|
- Actually gh#TEOS-10/GSW-Python#40 can be worked around by
|
|
adding -ffloat-store to CFLAGS. Which I do now for i586 and
|
|
armv7l platforms.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 13:56:17 UTC 2018 - mcepl@suse.com
|
|
|
|
- Switch off test_check_function[cfcf71], which fails on 32bit archs
|
|
(gh#TEOS-10/GSW-Python#40).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 13:21:09 UTC 2018 - mcepl@suse.com
|
|
|
|
- Clean SPEC
|
|
- Remove gsw_licence.html (license is inside the distribution tarball)
|
|
- Add tests.tar.gz with tests from the upstream git repository and
|
|
enable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 2 06:59:02 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 3.2.1, no changelog available, listing
|
|
relevant git commits:
|
|
* Fix bug in pchip_interp utility function. (#27)
|
|
A smoke test has been added for this function.
|
|
The function is an additional wrapper around the wrapped ufunc,
|
|
the core of which is in C, and it is not used internally.
|
|
* Make the code c/c++ compatible; eliminate source duplication. (#28)
|
|
* Cleanup: warnings and last reference to src2. (#32)
|
|
* This is a minor cleanup of the code generators and associated C.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 2 20:02:11 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 3.2.0
|
|
* no changelog available
|
|
- remove check boundary condition
|
|
- use %license macro
|
|
- convert to singlespec and deactivate python2
|
|
- use fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 12 15:25:08 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|