formatting
update description
remove */.svnignore
add John Donoghue
use default gaussian covariance function in test_optiminterp_err
define return value for negative inputs of mod_bessel_K1
Dear Olaf and Oliver The warning shows indeed a problem when the function is called with a negative argument. This fixes this issue: https://github.com/Alexander-Barth/octave-optiminterp/commit/ef21905458c9509351e64be420fcac3d9971b57a However, this code is only active if the non-default option -DBACKGROUND_COVARIANCE_DIVA is used. I am not sure if this really fixes the problem that you are seeing. The actually does not use a global variables (as far as I can see/remember). The segmentation fault...
Dear Oliver, On Sun, Aug 20, 2017 at 11:16 PM, Oliver Heimlich oheim@users.sf.net wrote: The results of my checks: 1. test_optiminterp_err fails in line 94, because rms = 0.11872 is higher than expected. Is that a problem in the test or in the function being tested? This is fixed in https://github.com/Alexander-Barth/octave-optiminterp/commit/8b62c61f7a9cb5e16dbddeff71a502a102936a18 The copyright notice in optiminterp.cc should be updated to reflect the change from John Donoghue(?) in 2017. done...
optiminterp 0.3.5
make sure to compile optimal_interpolation.o first
add Makeconf.in
fix #51498
This is true, however the new version installs fine on my ancient octave 3.8. As far as I know it does not break the installation of current octave version. But if you want to delay the release of this package, this is fine for me too. Thanks for caring Alex Am 11.07.2017 11:00 nachm. schrieb "Olaf Till" i7tiol@users.sf.net: Is the release only for the bugfix? And did the bug only concern working with Octaves development branch? If so, I wonder if it isn't more reasonable to wait with a new netcdf...
netcdf-1.0.12
new url for documentation
Fix bug #51443
use bind(C) for selectObs callback function
ncarray-1.0.4
remove DerivedArray test case
update release date
more derived arrays
check for ':' and '\' in name used for decompre...
Use a tolerance in test script and make tests m...
Use custom assert function
include information about positive direction in...
Here it the html generated with version 0.1.12. Regards, Alex On Thu, Sep 8, 2016...
update travis script
add travis
use ubuntu 14.04 for travis
add README.md with travis badge
change vertical axis to positive up
Allow running the test code from any directory
cgi 0.1.2
clean up
optimization for symeig and ETKF; use external ...
netcdf-1.0.11
Fix cleaning of files
netcdf-1.0.10
prepare new release
remove trailing whitespace
address bug #46060
version 2.0.1
update version 2.0.1
update version
bug fix from Pierre DeMey and Nadia Ayoub in sa...
add option SameAttributes to ncCatArray control...
load correct data for coordinates
add license
release 1.0.1
correct statistics dependency
bug fix for compressed files
do not create directory for temporary files if ...
new function: nanmean: mean ignoring NaNs
avoid obsolete strmatch function
improved checking of indeces are at regular int...
bug fix for compressed files
bug fix: elements of struct arrays are found by...
optimization: reduce the number of calls to ncinfo
add time functions
add time functions to INDEX
bug fix when concatenating arrays over an addit...
CACHED_DECOMPRESS_DIR defaults now to a tempora...
support ftp when curl is installed
load data based on coordinate range or value (2)
length
ncarray nows depends on package netcdf
return error if no files are found for ncCatArray
make concatenation more robust
initial import of ncArray
bug fix: size with two elements for vectors
convert time to datenum
new functions
make test tolerant to computation in single pre...
remove Autoload
fix bug when CatArray is indexed with (:)
new functions
Avoid obsolete isequalwithequalnans functions
improve compatability with matlab
initial import of ncArray
Avoid obsolete isequalwithequalnans functions (2)
use lower-case package name
fix name test_ncarray_nan
add more time units
load data based on coordinate range or value