1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
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
1b05157316 get HDF5 compilation flags from pythonic pkgconfig 2021-08-24 11:48:46 +03:00
f30c6f60a6 document test_api file 2021-08-21 13:14:59 +03:00
8b22494f2f LDFLAGS may contain several items and should be passed second 2021-08-20 16:31:22 +03:00
09823dd6a0 more portable build of the Python extension module with HDF5 paths propagated from configure script 2021-08-20 15:21:49 +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
902147b45b better structure of the python directory 2021-08-18 15:40:42 +03:00
4ebd13b040 change pytrexio to trexio + comments on compatibility tags and editable installations 2021-08-18 13:46:16 +03:00
cb1e83ca57 adapt tests to check both pytrexio and trexio_api modules 2021-08-18 13:40:27 +03:00
31b14a891a make trexio a Python package instead of a module to fix some installation issues 2021-08-18 13:26:57 +03:00
9f8b6838df minor cleaning 2021-08-18 13:15:23 +03:00
808adc7cd8 add typemaps and tests for numpy int arrays
+ some cleaning in the Python test and SWIG interface files
2021-08-06 14:04:29 +03:00
d0c19e0ce0 pytrexio build and pip install working 2021-08-05 17:55:34 +03:00
bb18a9c826 minor cleaning 2021-08-05 17:48:53 +03:00
12280e4219 more general MANIFEST.in 2021-08-05 17:48:23 +03:00
2854d617d4 make python directory and adapt build process 2021-08-05 12:55:18 +03:00
9a28b8d4bc Revert "create python directory and add TODO objectives"
This reverts commit 6ce91a6669.
2021-08-04 12:07:27 +03:00
6ce91a6669 create python directory and add TODO objectives 2021-08-04 10:18:36 +03:00