tamaas/testsci-fix-static-checks
tamaas/tests
ci-fix-static-checks
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7c58052b94f5 | Lucas Frérot | added extra clean in build wheels | Oct 23 2023 | |||
7298bba170d6 | Lucas Frérot | correct abi tag for python 3.10 | Oct 18 2023 | |||
e4a88205a19d | Lucas Frérot | corrected typo | Oct 18 2023 | |||
7521c3e66cff | Lucas Frérot | using python 3.10 to run twine in wheels image | Oct 18 2023 | |||
e36bf1e8a617 | Lucas Frérot | replaced std::endl with "\n" | Oct 18 2023 | |||
929c15c1b93b | Lucas Frérot | managing python dependencies for ci with APT | Oct 18 2023 | |||
5af2c3e8f750 | Lucas Frérot | moved debian ci image to bookworm | Oct 18 2023 | |||
60f42cbf0077 | Lucas Frérot | fixed gtest detect in prefix location | Oct 18 2023 | |||
1937901381ce | frerot | updated pybind11 version in manylinux container | Sep 20 2023 | |||
c7c331d8584a | frerot | added 3.11 wheels | Sep 20 2023 | |||
c5912fa20233 | frerot | fixed pip wheel argument | Sep 20 2023 | |||
4db71dc5bb8c | frerot | using pip to build wheels | Sep 20 2023 | |||
649501eeba69 | frerot | added computation of full contact energy to Isopowerlaw | Jul 3 2023 | |||
34e12689acb5 | frerot | added Newton-Raphson python solver | Jul 1 2023 | |||
983bd1a55ab0 | frerot | move wheel only if exists | Jun 15 2023 | |||
de4731ed7145 | frerot | added PLAT variable in build_wheels.sh | Jun 15 2023 | |||
00efaad39986 | frerot | correctly labeling all wheels | Jun 15 2023 | |||
56d82488793a | frerot | installing build per python version in build_wheels | Jun 15 2023 | |||
0c95abff5e47 | frerot | bumped fftw version in wheels | Jun 15 2023 | |||
81e96a889296 | frerot | only build wheels in CI | Jun 15 2023 | |||
ccf80cb19ebe | frerot | properly setting wheel tag and platform | Jun 15 2023 | |||
8ffb5410a229 | frerot | using build as frontend in build wheels CI | Jun 15 2023 | |||
6c5c8ed5544f | frerot | pinned bullseye for CI | Jun 13 2023 | |||
d904acc55af6 | frerot | fixed debian images for bookworm | Jun 13 2023 | |||
1c6a6c0cb9f9 | frerot | added and tested an Anderson mixing solver | May 26 2023 | |||
fe2d19bc2ed2 | frerot | compiling with integer_type=long | May 12 2023 | |||
0fb27b733b7b | frerot | more brace initialization | May 11 2023 | |||
5722d08fe801 | frerot | using brace-initialization in tests | May 11 2023 | |||
89fed7fc8429 | frerot | compiling with real_type='long double' | May 11 2023 | |||
9a5764aa65ca | frerot | replaced tamaas::Exception by a finer grain exception set | May 9 2023 | |||
403065b92711 | frerot | allow registering integral operators from python | Apr 28 2023 | |||
04729c6e6f46 | frerot | silenced deprecation warning | Apr 24 2023 | |||
b393f4520625 | frerot | added nonperiodic patch test | Apr 24 2023 | |||
2b9922a2fd2b | frerot | added non-periodic hertz test | Apr 21 2023 | |||
b6f87025d824 | frerot | testing free surface in mindlin | Apr 18 2023 | |||
ffd04dcf6cca | frerot | added function to compute real coefficient indices of dft | Mar 14 2023 | |||
f7bfcca920bb | frerot | corrected typo | Mar 14 2023 | |||
b9dabc584b89 | frerot | removed tests/ci/script submodule | Jan 30 2023 | |||
3be5dd33a744 | frerot | deprecating ModelFactory.createResidual | Jan 30 2023 | |||
3db25847471e | frerot | fixed deprecation warnings | Jan 27 2023 | |||
d0db1c5e6e0a | frerot | removed model_type template in materials | Jan 25 2023 | |||
21cac39091a6 | frerot | removing unwanted files from compile_commands db | Jan 24 2023 | |||
2c12b065e12c | frerot | reactivated clang-tidy and added mypy to ci | Jan 23 2023 | |||
ef80ea4721c8 | frerot | Merge branch 'features/materials' | Jan 18 2023 | |||
24902e40d876 | frerot | updated copyright year 2023 | Jan 17 2023 | |||
b561d780669b | frerot | ENH: added request method to FieldContainer for restarts | Nov 7 2022 | |||
b4a4b77f3b96 | frerot | added finite difference rms slopes method | Sep 20 2022 | |||
89d122f9d03b | frerot | testing plasticity with Ny = 1 (plane strain) | Sep 14 2022 | |||
5af9f717d0f1 | frerot | raising exception when model is created with zero dimension | Sep 9 2022 | |||
5202aa939431 | frerot | fixed HookeField test: run in sequential | Sep 8 2022 | |||
7bb4bacf6434 | frerot | added test for HookeField | Sep 8 2022 | |||
b04f77dc3672 | frerot | [CI] docker variables don't support bash substitution | Aug 22 2022 | |||
2bcc6ba06d49 | frerot | [CI] correctly setting wheel BOOST_ROOT | Aug 22 2022 | |||
664d88fdf37d | frerot | [CI] using 20.04 LTS boost version (1.71.0) for wheels | Aug 22 2022 | |||
824c5e5ebb8d | frerot | making Model use the FieldContainer interface | Aug 18 2022 | |||
b9cfa0546a2e | frerot | fixed mpi flood fill test | Jul 21 2022 | |||
2127da253b2f | frerot | fixing extent drift in flood fill | Jul 20 2022 | |||
d2ad39955cff | frerot | fixed flood fill to properly account for pbcs for bbox | Jul 20 2022 | |||
6eeb023f4752 | frerot | avoiding scons errors in wheels build | Jul 19 2022 | |||
68aa539608a9 | frerot | added tests for the matvec interface of Hooke and Kelvin | Jul 18 2022 | |||
912f89c59336 | frerot | added a simple span<T> class to help manage memory views | Jul 18 2022 | |||
9ae275d10ede | frerot | adding pytest option --log-debug to show debug output in tests | Jul 18 2022 | |||
86647c14b6e7 | frerot | bumping manylinux version | Jul 16 2022 | |||
bd9c47eb68cb | frerot | Merge branch 'master' into features/materials | Jul 1 2022 | |||
3e30cf120309 | frerot | added option to turn off directory dump in dumpers | Jul 1 2022 | |||
a674186d994c | frerot | updated copyrights for Python files | Jun 29 2022 | |||
4b538827d5d4 | frerot | updated copyrights for C++ files | Jun 29 2022 | |||
22ae9a858766 | frerot | added tamaas.utils.radial_average | Jun 28 2022 | |||
a93ea8a43b13 | frerot | added a stat method to compute area of graph of function | Jun 20 2022 | |||
0049a94bd5af | frerot | added API to IntegralOperator to convert into scipy's LinearOperator | May 30 2022 | |||
a95bae08f7a0 | frerot | setting default visibility to hidden for wheels | May 16 2022 | |||
540f525efedc | frerot | increasing tolerance for newton-krylov solver | May 13 2022 | |||
e0a01ad22e7e | frerot | Merge branch 'master' into features/materials | May 9 2022 | |||
d19c6d819ecd | frerot | correctly handling dump mpi compatibility | May 6 2022 | |||
6c36659917ba | frerot | added test for publications | May 6 2022 | |||
b6681ec70d25 | frerot | handling test when nc-config is missing | May 5 2022 | |||
2eedc50cbe2c | frerot | added tests for netcdf mpi IO | May 5 2022 | |||
5a6df2de8725 | frerot | fixed test error when uvw not installed | May 5 2022 | |||
f5cabe2f7b85 | frerot | correctly setting PYTHONPATH for scons test | May 5 2022 | |||
9f4af773627d | frerot | building wheels for CPython 3.10 | Apr 13 2022 | |||
f6c88495cce5 | frerot | added tamaas.mpi.scatter and tamaas.mpi.gather | Apr 6 2022 | |||
1ec57adb4a77 | frerot | removed stray print in zenodo.py | Mar 22 2022 | |||
9a0b47c737c0 | frerot | updated changelog with version 2.4.0 | Mar 22 2022 | |||
3ac1070eb4fc | frerot | deleting old files in zenodo draft | Mar 21 2022 | |||
0d26241b3a23 | frerot | added zenodo script to create new zenodo releases | Mar 21 2022 | |||
932a5e9b9558 | frerot | added a read_sequence method to read data frames | Mar 21 2022 | |||
e0d715877c62 | frerot | uniformized behavior of PYBIND11_ROOT compared to *_ROOT variables | Mar 17 2022 | |||
86dc241245c5 | frerot | [ci] correct path for pybind11 headers in manylinux image | Mar 16 2022 | |||
4136befc50e4 | frerot | [ci] including vendored dependencies in ci images | Mar 16 2022 | |||
00e5015563d2 | frerot | refreshed dumpers private API | Mar 16 2022 | |||
a32fd3ed3a84 | frerot | added deep-copy functionality for Model objects | Mar 3 2022 | |||
6885f6dd2d1e | frerot | added tamaas.utils which contains some QOL functions | Mar 1 2022 | |||
2b24d9d43e38 | frerot | updated copyright | Jan 4 2022 | |||
c80f58ccea73 | frerot | added -pthread flag to test linking | Dec 15 2021 | |||
7978874b3c1c | frerot | fixed issue with scons -c | Nov 23 2021 | |||
26424b111ba5 | frerot | Merge branch 'master' into features/materials | Aug 4 2021 | |||
ad9b3ca44951 | frerot | added linting with clang-tidy & lint corrections | Jul 20 2021 | |||
924196b3e6c3 | frerot | [ci] using flake8 from pypi instead of debian | Jul 20 2021 | |||
a3ffe31ab0e6 | frerot | removed the `use_googletest` build option | Jul 15 2021 | |||
37817268dbc0 | frerot | testing real and integer types at configure | Jun 30 2021 |
c4science · Help