2019-02-24 16:16:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 20 14:27:16 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
2019-02-20 13:48:20 +00:00
|
|
|
- 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.
|
2019-02-24 16:16:03 +00:00
|
|
|
- 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.
|
|
|
|
|
2018-06-29 20:27:39 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-07-27 08:57:31 +00:00
|
|
|
Thu Jul 26 13:56:17 UTC 2018 - mcepl@suse.com
|
|
|
|
|
|
|
|
- Switch off test_check_function[cfcf71], which fails on 32bit archs
|
2019-02-24 16:16:03 +00:00
|
|
|
(gh#TEOS-10/GSW-Python#40).
|
2018-07-27 08:57:31 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-06-29 20:27:39 +00:00
|
|
|
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.
|
|
|
|
|
2018-03-07 09:33:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|