Changelog for
python311-gsw-3.6.18-25.18.x86_64.rpm :
* Tue May 28 2024 John Paul Adrian Glaubitz
- Update to 3.6.18
* Avoid distutils by AATTocefpaf in #143
* Add citation in README.md by AATTrcaneill in #145
* Fix upload-download artifacts by AATTocefpaf in #154
* Should fix PyPI publishing by AATTocefpaf in #155
* Version everything and allow tests to run on macos-14 by AATTocefpaf in #159
* Test on py312 by AATTocefpaf in #164
* Fix typo... by AATTocefpaf in #163
* Dev notes by AATTocefpaf in #133
* Remove used dependency by AATTocefpaf in #165
* Test against numpy 2.0 by AATTocefpaf in #166
* Fri May 10 2024 Markéta Machová - 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 2022 Guillaume GARDET - Update to 3.6.16:
* Update underlying c code to v3.06.16 #107- Skipped update to 3.4.2:
* add DOI by AATTocefpaf in #72
* Use GitHub Actions for the tests by AATTocefpaf in #73
* build wheel for Python 3.9 by AATTocefpaf in #79
* Wrap longitude, 0-360, where it is used directly. by AATTefiring in #86
* Add link to new xarray wrapper gsw-xarray by AATTrcaneill in #87
* Add py310 test to the test matrix... by AATTocefpaf in #88
* needs to avoid globing them before the autidwheel by AATTocefpaf in #80
* add pre-commit by AATTocefpaf in #77
* publish docs with GHA by AATTocefpaf in #89
* use micromamba in tests by AATTocefpaf in #93
* Fix teos 10 url by AATTocefpaf in #94
* Correct Nsquared unit by AATTrcaneill in #91
* use np.expand_dims instead of np.newaxis by AATTrcaneill in #96
* Add consts to PyUFuncGenericFunction declarations by AATThoodmane in #99
* Move to cibuildwheels by AATTocefpaf in #100
* remove unused file by AATTocefpaf in #102
* Rename master to main in the CIs by AATTocefpaf in #105
* update README by AATTocefpaf in #104
* Run every PR but publish only when tags by AATTocefpaf in #106- Skipped update to 3.4.1:
* Add DOI- Enable again tests skipped on aarch64 since fixed upstream
* Sun Feb 21 2021 Ben Greiner - Skip python36 build: With NumPy 1.20, python36-numpy is no longer available in Tumbleweed (NEP 29)
* Sun Jan 17 2021 Benjamin Greiner - Fix macro expansion for pytest call
* Thu Nov 12 2020 Marketa Machova - update to 3.4.0
* Support for xarray DataArray
* Thu Aug 20 2020 Guillaume GARDET - Fix build on aarch64 by ignoring test_check_function[cfcf72] See: gh#TEOS-10/GSW-Python#40
* Wed Apr 24 2019 pgajdosAATTsuse.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 2019 Matej Cepl - 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 2018 mceplAATTsuse.com- Switch off test_check_function[cfcf71], which fails on 32bit archs (gh#TEOS-10/GSW-Python#40).