summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-09-02Bump versionPatrick Mischke
there is no github release, just pypi, so I switched from pulling releases to pulling what is at the time of writing this the latest commit in master...
2025-07-08Bump versionPatrick Mischke
2025-06-23Bump versionPatrick Mischke
2025-05-20Bump versionPatrick Mischke
2025-04-17Bump version to 2.0.0Patrick Mischke
adding some jupyter deps
2025-03-17Add dependencies from vcpkg.jsonPatrick Mischke
I guess they were installed in my local system anyway, so I didn't notice them missing
2025-03-17Update versionPatrick Mischke
This is a major version update. The API breaks. Launching the UI is now done via `pairinteraction gui` instead of `start_pairinteraction_gui`. Test your installation via `pairinteraction test`.
2024-07-19Bump version to force rebuild for python 3.12Patrick Mischke
2023-11-28Build from latest commitPatrick Mischke
actual builds are infrequent to be pulished, so this pulls in some latest change by building from the current commit
2023-10-26Add cmake dependencyPatrick Mischke
2023-10-20Copy over libpicomplex.so manually as pip doesn'tPatrick Mischke
2023-07-31Add dependenciesPatrick Mischke
2023-06-06Update versionPatrick Mischke
and change back to latest release instead of head of master. We may need to switch to latest commit if packaging releases is falling back again...
2023-05-31Update dependenciesPatrick Mischke
2023-05-08upstream has been updated, patches removedPatrick Mischke
the pkgbuild no longer needs to patch issues with GCC 13.1
2023-05-08Make latest master build on my systemPatrick Mischke
not sure if the fixes here are always required. But they are for me, so I'll just push them...
2023-03-17Switch to latest git commitPatrick Mischke
Since releases are not published often enough. This version is compatible with latest numpy...
2022-09-19Update versionPatrick Mischke
2021-08-31Fix issues with buildPatrick Mischke
without the changes start_pairinteraction_gui would launch, but calculating potentials failed. Not sure all the flags and requirements are needed (some might be makedeps rather then deps), but I'm tired figuring out if they are...
2021-08-30Initial commitPatrick Mischke