Evgeny Posenitskiy
a0a5fea8f1
Bump numpy reqs version
2023-12-10 12:57:48 +01:00
Evgeny Posenitskiy
e2766d289d
Switch to oldest-supported-numpy
for numpy deps
2023-12-10 12:53:37 +01:00
Evgeny Posenitskiy
db7f7366d9
Fix CI
2023-10-27 13:09:54 +02:00
Evgeny Posenitskiy
d9c7533d6c
[wheel build] retire MacOS X86 and Python 3.6 builds
2023-10-27 12:13:03 +02:00
51afc129ab
Changeed version to 2.4.2 in OCaml, Rust Python and CMake. Added version_memo.txt to remember changes ;-)
2023-10-25 11:29:58 +02:00
kousuke-nakano
9f010f2ea0
Update python/README.md
...
I have added a known issue and a workaround about `pip install trexio` on an ARM64 machine to python/README.md
2023-09-15 12:02:25 +09:00
81818a40ab
Merge pull request #126 from TREX-CoE/text-fallback-python
...
Text fallback when building python API
2023-06-08 17:03:36 +02:00
6a8801bd9c
Fix python-install
2023-06-02 15:14:29 +02:00
5e87794180
Better search for hdf5 in python-install
2023-06-02 14:53:54 +02:00
q-posev
ec9c234add
Fix pip install from sdist tarball
2023-05-25 18:53:35 +02:00
q-posev
472671190c
Add config file for pytest
2023-05-25 18:52:52 +02:00
q-posev
326686e44c
Build and test Python API without HDF5 back end
2023-05-25 18:20:56 +02:00
a1ed253dc4
Implemented index for scalar values
2023-05-12 12:30:00 +02:00
Evgeny Posenitskiy
4d00c44e8e
[wheel build] MacOS CI fix
2023-05-05 16:44:07 +02:00
b7577c5012
[wheel build] Fix single-precision in float scalars
2023-05-05 12:54:51 +02:00
13567fceb8
[wheel build] Set version number to 2.3.1 for fixing text backend in python
2023-04-26 10:10:42 +02:00
fbd44013db
Bumd the minor version after the release
2023-04-03 22:45:54 +02:00
a385fa7010
Cleaned also python
2023-01-16 14:58:35 +01:00
23b6c9008a
Added Jastrow group and reorganize data
2023-01-02 16:01:51 +01:00
c98c4b4721
Require numpy<1.23 for installation with Intel
2022-12-26 12:28:48 +01:00
bdf770d617
Fix Python tests and static checker warnings
2022-09-28 12:48:18 +02:00
755e94afab
Add tests for to_bitfield_list conversion
2022-07-12 17:21:53 +02:00
7b408aed2e
Enforce C99 standard during pytrexio compilation
2022-07-11 15:32:57 +02:00
2d1a3da8bc
Revert "Bump version of python interface"
...
This reverts commit 14d5a23c23
.
2022-07-04 17:03:55 +02:00
14d5a23c23
Bump version of python interface
2022-07-04 16:00:08 +02:00
405f19c4bc
Adapt the tests
2022-07-04 11:23:47 +02:00
189f6de6a9
Upgrade the minor versions after the release
2022-06-03 11:37:02 +02:00
3078f825e7
Revert "Upgrade the minor version before the release"
...
This reverts commit 22531b47eb
.
2022-06-03 09:51:31 +02:00
22531b47eb
Upgrade the minor version before the release
2022-06-03 09:49:15 +02:00
d8cc5dc790
Fixes for the Python API
2022-06-03 09:46:23 +02:00
q-posev
53a408953d
Update the wheels scripts and add benzene data
2022-06-01 17:52:52 +02:00
q-posev
2876d73885
Switch to pytest for unit testing
2022-06-01 17:42:30 +02:00
9186a9493f
Adapt the tests to shifted MO indices
2022-05-23 16:02:45 +02:00
q-posev
9bbfc34ee5
Update unit tests to use get_int64_num
2022-04-29 12:17:38 +02:00
41c1bde0df
Ignore warnings about unused (generated) variables
2022-04-22 13:40:27 +02:00
109f3ea41f
Add tests for to_orbital_list_up_dn functions
2022-04-22 13:18:29 +02:00
7f16ade48f
Add tests
2022-04-15 15:21:20 +02:00
q-posev
3bc8a449db
Add Python test for determinants
2022-04-12 19:08:43 +02:00
823372aa89
Align Python API version with the upstream C
2022-03-07 14:39:06 +01:00
0e75cb42b5
Add support for Python with statement
...
(see PEP 343 for more details)
2022-03-07 14:12:31 +01:00
246847b8d5
Merge branch 'master' into add-auto-backend
2022-01-25 16:24:34 +01:00
d9309f5ab2
modify some tests to use TREXIO_AUTO back end
2022-01-25 15:00:55 +01:00
8947f6caa7
Merge branch 'master' into add-unsafe-open-mode
2022-01-24 18:25:52 +01:00
6ac4e0c761
add tests for the unsafe mode in the Python API
2022-01-24 16:29:40 +01:00
5e82e0fc57
add tests for trexio_info
2022-01-20 14:22:32 +01:00
2ce3f09c7f
return --force-reinstall option to manual Python installation
2022-01-19 14:09:28 +01:00
e9db0c66d4
add tests
2022-01-19 14:08:38 +01:00
e4073d0a8c
add PyPI version badge to README
2022-01-17 19:14:58 +01:00
Evgeny Posenitskiy
dcb976010f
Automate build and upload of CPython wheels ( #72 )
...
* use PyPA build package to produce wheels
* update the Makefile and install_pytrexio to use PyPA build package
* remove MacOS-11 from runners
* [MacOS] portable expression for FreeBSD sed
* disable usage of NUMPY_INCLUDEDIR env variable
* activate PyPI upload and disable TestPyPI
2022-01-07 18:47:23 +01:00
f1e3d34ea4
[wheel build] test GitHub actions
2022-01-07 11:03:00 +01:00