|
66cf305a40
|
add Docker files and bash scripts to build HDF5 1.12 in manylinux containers
|
2021-09-16 15:31:11 +02:00 |
|
|
11dadaab36
|
add tutorial HTML page to the main documentation
|
2021-09-15 13:43:57 +02:00 |
|
|
f251f0afba
|
remove unnecessary comments in the SWIG interface
|
2021-09-14 17:30:05 +02:00 |
|
|
ab14156c91
|
rename the build_manylinux script
|
2021-09-14 17:28:58 +02:00 |
|
|
816fe72949
|
more flexible build_manylinux_wheels bash script
|
2021-09-14 17:28:05 +02:00 |
|
|
264faf9c74
|
adapt MANIFEST.in to the structure of examples directory
|
2021-09-14 10:51:36 +02:00 |
|
|
39b127270f
|
add workflow to check Python API on Ubuntu
|
2021-09-14 10:17:20 +02:00 |
|
|
e9c376c83b
|
add trexio-tutorials repo as git submodule
|
2021-09-14 10:08:25 +02:00 |
|
|
686c3fb773
|
Merge branch 'master' into swig-python
|
2021-09-14 09:50:40 +02:00 |
|
|
8917cb747b
|
better README
|
2021-09-14 09:48:55 +02:00 |
|
|
a880b0b354
|
Added tutorial_benzene.md
|
2021-09-13 18:09:06 +02:00 |
|
|
71f4006987
|
better README + Binder badge
|
2021-09-13 17:21:34 +02:00 |
|
|
7c0b7a36ba
|
update Tutorial section and add Binder badge
|
2021-09-13 17:20:51 +02:00 |
|
|
bff44a8f64
|
add gitignore
|
2021-09-13 14:54:25 +02:00 |
|
|
3b0c1a637d
|
more flexible build_manylinux_ bash script
|
2021-09-13 14:54:00 +02:00 |
|
|
d04106f72d
|
max_str_len should be int32_t to properly check for negative values
|
2021-09-13 13:35:45 +02:00 |
|
|
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 |
|
|
d060808467
|
do not reveal paths to trexio (security concerns)
|
2021-09-12 13:36:24 +02:00 |
|
|
12dd1fd8dc
|
apply some suggestions from cppcheck
|
2021-09-12 13:25:03 +02:00 |
|
|
97f1d3b723
|
better documentation
|
2021-09-12 12:27:08 +02:00 |
|
|
b1f1aee7ab
|
Merge branch 'master' into swig-python
|
2021-09-10 14:04:15 +02:00 |
|
|
ab3f56c023
|
remove jupyter from requirements.txt
|
2021-09-10 14:02:10 +02:00 |
|
|
93c13e7824
|
Merge branch 'swig-python' of github.com:TREX-CoE/trexio into swig-python
|
2021-09-10 13:54:30 +02:00 |
|
q-posev
|
39c7587b5e
|
more portable setup of environment variables for install_pytrexio.sh
|
2021-09-10 13:36:51 +02:00 |
|
|
40d5fc31fc
|
check that the data object exists before reading it from the file
|
2021-09-10 09:38:26 +02:00 |
|
|
c63d420c7f
|
WIP: Docker containers and bash scripts to produce manylinux wheels for different platforms
|
2021-09-09 17:35:24 +02:00 |
|
|
dcfe1da870
|
better documentation
|
2021-09-09 17:29:17 +02:00 |
|
|
569fac5578
|
move set_NUMPY_INCLUDEDIR into tools directory
|
2021-09-09 17:28:37 +02:00 |
|
|
b9c3ddb30e
|
FIX: bug related to import numpy in setup.py script
use the custom NUMPY_INCLUDEDIR environment variable derived from a call to numpy.get_include
|
2021-09-09 15:09:26 +02:00 |
|
|
58b611e21b
|
add setuptools and jupyter to requirements.txt
|
2021-09-09 15:08:01 +02:00 |
|
|
09937c58c5
|
better README
|
2021-09-09 15:06:26 +02:00 |
|
|
b9bbf178c5
|
add make python-sdist rule
|
2021-09-09 15:06:16 +02:00 |
|
|
a8d14f4c79
|
better README for python
|
2021-09-08 19:53:45 +02:00 |
|
|
04529823f6
|
add README file for the Python API
|
2021-09-08 19:34:16 +02:00 |
|
|
67e59f156c
|
explicitly provide __version__ attribute of the trexio module
|
2021-09-08 19:28:18 +02:00 |
|
|
04a713590a
|
FIX bug due to the direct import of numpy in the setup script
+ add more classifiers
|
2021-09-08 19:26:30 +02:00 |
|
|
f24a274c4d
|
add requirements file with packages needed for a proper setup
|
2021-09-07 17:32:23 +02:00 |
|
|
e72fbb4645
|
minor fixed in setup script to be compatible with Docker containers
+ replaced dependency on h5py with numpy
|
2021-09-07 17:31:25 +02:00 |
|
|
96678fea2e
|
adapt write functions to receive multidimensional arrays or lists
|
2021-09-07 17:14:23 +02:00 |
|
|
3e82fd9ae8
|
FIX: a bug that was leading to Python and valgrind errors
|
2021-08-31 12:11:22 +03: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 |
|
|
74c69bb293
|
better Exception handling with custom exception class
|
2021-08-30 18:04:35 +03:00 |
|
|
ad44e29e95
|
fix bug with Python version import
|
2021-08-30 15:08:26 +03:00 |
|
|
cf51d3971f
|
read module version from _version.py file
|
2021-08-30 13:46:11 +03:00 |
|
|
fdc9a975b9
|
add empty line between function headers
|
2021-08-30 12:52:36 +03:00 |
|
|
b8aff45d3b
|
add notes on Python build and installation issues
|
2021-08-27 16:14:33 +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 |
|