|
1589995775
|
do not use warnings for an attempt to overwrite in the Python API
|
2021-09-13 11:46:31 +02:00 |
|
|
2bd4ef9bfd
|
add has_ functions to the Python API
|
2021-09-13 11:29:00 +02:00 |
|
|
77e3f1ac11
|
print UserWarning instead of raising Error for an attempt to overwrite data
following suggestion of Vijay G.C.
|
2021-09-12 14:24:50 +02:00 |
|
|
96678fea2e
|
adapt write functions to receive multidimensional arrays or lists
|
2021-09-07 17:14:23 +02:00 |
|
|
ced8210ff0
|
BUG: trexio_open fails when test script is executed from outside the root test directory
|
2021-08-30 18:23:24 +03:00 |
|
|
5a2b4d96a7
|
reshape output arrays by default when reading from the file
|
2021-08-27 16:08:39 +03:00 |
|
|
7b5ebf6272
|
implement TREXIO File class and change import of pytrexio module
|
2021-08-26 17:01:53 +03:00 |
|
|
4c28a4cac8
|
add type converters for numerical arrays in read/write Python functions
|
2021-08-26 13:14:46 +03:00 |
|
|
2911e91941
|
make dim an optional argument in read_ functions
if dim is None - the function read all necessary dimensions from the TREXIO file
|
2021-08-24 12:51:43 +03:00 |
|
|
f30c6f60a6
|
document test_api file
|
2021-08-21 13:14:59 +03:00 |
|
|
5d5025ae1d
|
get rid of _safe suffix and add dimension to read_dset_str functions
|
2021-08-20 13:43:15 +03:00 |
|
|
8d8658fabf
|
minor cleaning + exception handling for an unsafe call to the safe API
|
2021-08-18 15:42:10 +03:00 |
|
|
cb1e83ca57
|
adapt tests to check both pytrexio and trexio_api modules
|
2021-08-18 13:40:27 +03:00 |
|