Edward Hartnett
f880a63f73
added parallel I/O quantize test
2021-09-02 10:18:42 -06:00
Edward Hartnett
09defc5c72
more tests for quantize
2021-09-02 08:18:27 -06:00
Dennis Heimbigner
424ba45483
ENOTNC4 -> ENOTBUILT
2021-09-01 17:27:29 -06:00
Dennis Heimbigner
ee25bc0af0
Update RELEASENOTES.md
2021-09-01 15:03:40 -06:00
Dennis Heimbigner
7fb01ad4ed
Remove no-longer-needed debug directory
2021-09-01 15:00:51 -06:00
Dennis Heimbigner
b81f8b676a
Make the fortran cache API always be defined.
...
re: Issue https://github.com/Unidata/netcdf-c/issues/2096
The methods nc_set_var_chunk_cache_ints and nc_def_var_chunking_ints
are Fortran entry points for accessing the cache. They are not defined
if netcdf-c is built with --disable-hdf5.
Fix is to create dummy versions that do nothing and return NC_NOERR
when invoked. These dummy versions are defined when USE_HDF5 is false.
2021-09-01 14:10:02 -06:00
Edward Hartnett
e2570c322c
refactored quantize code
2021-09-01 04:29:24 -06:00
Edward Hartnett
d2656bae0a
code clean up
2021-09-01 04:13:31 -06:00
Edward Hartnett
ae3b083e20
turned off failing quantize test
2021-09-01 02:29:17 -06:00
Edward Hartnett
30448b4adc
merged
2021-09-01 02:25:05 -06:00
Edward Hartnett
3e056f4f35
more tests
2021-09-01 02:24:28 -06:00
Edward Hartnett
684f73c574
merged master
2021-09-01 02:03:19 -06:00
Ward Fisher
09e0e04227
Merge pull request #2095 from Unidata/condaforge-hdf5-version-check.wif
...
Revamping the HDF5_VERSION logic.
2021-08-31 13:45:33 -06:00
Ward Fisher
9e6b6bcd6b
Correct logic error.
2021-08-31 09:51:19 -06:00
Ward Fisher
5d5a7c4f6e
Correct an issue with appveyor builds, specific to systems where a bash shell is not available.
2021-08-31 09:27:51 -06:00
Edward Hartnett
4cd4aff1af
testing with fill values
2021-08-31 07:12:46 -06:00
Edward Hartnett
e3c8be89f6
testing with fill values
2021-08-31 07:10:54 -06:00
Edward Hartnett
f809aadc6c
testing with fill values
2021-08-31 06:59:59 -06:00
Edward Hartnett
bb40936a7e
more testing with type conversion
2021-08-31 06:42:30 -06:00
Ward Fisher
d0561d6a58
Caching HDF5_VERSION string for diagnostic purposes.
2021-08-30 16:29:40 -06:00
Ward Fisher
a777d97cb4
Added logic for checking the version when the HDF5 libraries and include directories are set explicitly.
2021-08-30 15:37:21 -06:00
Ward Fisher
a76245df73
Plugged a hole where HDF5_VERSION wouldn't be checked against minimum HDF5 required version.
2021-08-30 14:21:37 -06:00
Ward Fisher
ebbe3b438e
Revamping the HDF5_VERSION logic.
2021-08-30 09:10:14 -06:00
Edward Hartnett
d7b4b9409e
undid suggested change to ncdap_test/CMakeLists.txt
2021-08-29 23:12:17 -06:00
Edward Hartnett
1e6ad091b6
type conversion with quantize between float and double
2021-08-29 23:06:16 -06:00
Edward Hartnett
5d1aa2a926
added more documentation, also started on test code for type conversion
2021-08-29 22:34:14 -06:00
Edward Hartnett
f5e2926f02
testing of quantize with scalars
2021-08-29 22:25:57 -06:00
Edward Hartnett
229e101569
quantize now working for NC_DOUBLE
2021-08-29 20:50:19 -06:00
Edward Hartnett
d3e725b3c8
attempting to fix ncdap test on appvayor
2021-08-29 20:39:51 -06:00
Edward Hartnett
ed60a16529
moving quantize to its own function
2021-08-29 08:42:21 -06:00
Edward Hartnett
5aa429cda4
whitespace cleanup
2021-08-29 01:13:39 -06:00
Edward Hartnett
f8b729616e
cleanup quantize code
2021-08-29 01:11:24 -06:00
Edward Hartnett
bec26aa3de
more quantize testing
2021-08-29 01:04:09 -06:00
Edward Hartnett
eabbd686b0
bitgroom working for floats
2021-08-29 00:30:17 -06:00
Edward Hartnett
2db4311b87
Merge branch 'master' into ejh_quantize_2
2021-08-26 23:05:59 -06:00
Edward Hartnett
8f3da3f375
change name of att to _QuantizeBitgroomNumberOfSignificantDigits
2021-08-26 23:02:03 -06:00
Ward Fisher
f4349efa66
Merge pull request #2087 from edwardhartnett/ejh_logging_info
2021-08-26 17:09:49 -06:00
Edward Hartnett
4f96fcc7b2
improved doxygen documenation
2021-08-26 10:46:43 -06:00
Edward Hartnett
d29436c99d
improved doxygen documenation
2021-08-26 10:39:27 -06:00
Edward Hartnett
2b3d2c1edf
changed name of attribute to _quantize_bitgroom_number_of_significant_digits
2021-08-26 10:24:14 -06:00
Edward Hartnett
0265953207
more quantize testing
2021-08-26 07:24:22 -06:00
Edward Hartnett
c609a17a4f
more quantize testing
2021-08-26 07:21:07 -06:00
Edward Hartnett
539578dab8
more tests for quantization
2021-08-26 06:37:45 -06:00
Ward Fisher
6ea721dddc
Merge pull request #2093 from Unidata/gh2091.wif
...
2091 + Github Action to test
2021-08-25 16:03:27 -06:00
Ward Fisher
11040c59d3
Merge remote-tracking branch 'origin/master' into gh2091.wif
2021-08-25 15:03:13 -06:00
Ward Fisher
9d2e065f41
Correct a typo.
2021-08-25 14:58:35 -06:00
Ward Fisher
18086dae10
Correct a typo in the github actions yaml file.
2021-08-25 14:32:01 -06:00
Ward Fisher
7ee0281c74
Test dependency on one-offs updated.
2021-08-25 14:31:09 -06:00
Ward Fisher
48d943864d
Syntax debugging.
2021-08-25 14:28:59 -06:00
Ward Fisher
d6f06bf3d6
A bit more twiddling of the github actions workflow.
2021-08-25 14:25:41 -06:00