tamaas/pythonci-fix-static-checks
tamaas/python
ci-fix-static-checks
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
94d9ff2f1a64 | frerot | [doc] added documentation for utils module | Mar 2 2022 | |||
abda169fde82 | frerot | linting | Mar 1 2022 | |||
b3d7958eb0de | frerot | added a from_voigt compute function | Mar 1 2022 | |||
6885f6dd2d1e | frerot | added tamaas.utils which contains some QOL functions | Mar 1 2022 | |||
4ba31ed94a65 | frerot | [doc] docstrings in __main__.py | Mar 1 2022 | |||
2b24d9d43e38 | frerot | updated copyright | Jan 4 2022 | |||
9afe65f91937 | frerot | gracefully fail 'plot' if matplotlib is missing | Nov 4 2021 | |||
559faac5412a | frerot | more robust testing if field is a boundary field | Nov 4 2021 | |||
fc069823b134 | frerot | python linting | Aug 20 2021 | |||
26424b111ba5 | frerot | Merge branch 'master' into features/materials | Aug 4 2021 | |||
5871c9edfbdb | frerot | added a `--version` flag to the tamaas command | Aug 4 2021 | |||
ad9b3ca44951 | frerot | added linting with clang-tidy & lint corrections | Jul 20 2021 | |||
7eab7018c9f3 | frerot | [ci] using flake8 for linting of python code | Jul 20 2021 | |||
9954206dc53e | frerot | linting wrapper | Jul 15 2021 | |||
0347e231c864 | frerot | using json to dump model attributes in NumpyDumper | Jul 6 2021 | |||
2d5f6817fb8e | frerot | corrected description in setup.py | Jun 25 2021 | |||
95909a4d249d | frerot | Merge branch 'master' into features/materials | Jun 16 2021 | |||
79355c2aefe7 | frerot | migrated repository to gitlab | Jun 11 2021 | |||
1fc7644bad52 | frerot | cleaned up license headers | Jun 10 2021 | |||
e76bb9e66413 | frerot | added more docstrings | Jun 9 2021 | |||
1de4d8b950ca | frerot | added docstrings to some python function bindings | Jun 9 2021 | |||
0257e3cb2f4e | frerot | making the whole library compile with cuda | May 28 2021 | |||
3557cd97a518 | frerot | adding type annotations and using f-strings for dumpers | May 7 2021 | |||
d3dfb81c535e | frerot | using git to create tarball archive | May 1 2021 | |||
bb4c6112532f | frerot | using versionneer to manage version numbers | May 1 2021 | |||
769e213d4b4c | frerot | Merge branch 'master' into features/materials | Apr 29 2021 | |||
5c88b7c45e1a | frerot | pretty printing secondary scons commands (tests + install) | Apr 29 2021 | |||
7fc91b79d964 | frerot | forgot `import os` | Apr 26 2021 | |||
287cf88791d0 | frerot | better handling of file descriptors in JSONDumper | Apr 26 2021 | |||
93a4d5811ae9 | frerot | marking test_epic and westergaard_multi as xfail if backend == 'tbb' | Apr 26 2021 | |||
3438ff37dbe4 | frerot | testing UVW writes | Apr 25 2021 | |||
0d37c22cb392 | frerot | added JSON dumping capability and fixed dump issues ∀ model types | Apr 25 2021 | |||
a5ad130c558f | frerot | using pathlib instead of os.path in dumpers | Apr 25 2021 | |||
86e5cb1e1789 | frerot | allowing model read from HDF5 with MPI | Apr 19 2021 | |||
97bffadf7b6a | frerot | added read method to NetCDFDumper | Apr 17 2021 | |||
0ba6912bc122 | frerot | added sequential read function to H5Dumper | Apr 17 2021 | |||
0fad580005ff | frerot | added read method to FieldDumper (raises RuntimeError) | Apr 16 2021 | |||
da270d6f9606 | frerot | added read() method to NumpyDumper | Apr 16 2021 | |||
d088bf7abd63 | frerot | corrected description of `tamaas` command | Apr 6 2021 | |||
b4d5adb73bc8 | frerot | writing surface info in text header instead of numpy file | Apr 6 2021 | |||
67d6e4dc8646 | frerot | added dump option to `surface` command | Apr 6 2021 | |||
9c33983aed18 | frerot | silencing warning about missing uvw package | Apr 5 2021 | |||
b19adf7440cd | frerot | [doc] changing man section number to 7 | Apr 2 2021 | |||
6a713f330f44 | frerot | added an entry point `tamaas` with three sub-commands | Apr 2 2021 | |||
6c56b69be4a2 | frerot | [doc] silencing warnings when generating documentation | Mar 20 2021 | |||
8ea64976e79c | frerot | using SCons File and Dir instead of os.path functions | Mar 15 2021 | |||
70977949d1a6 | frerot | avoid using main_env in SConscripts | Mar 14 2021 | |||
93218b972dd2 | frerot | added binder badge to setup.py for PyPI | Mar 13 2021 | |||
db2125bf48ed | frerot | not importing uvw.parallel in UVWDumper | Mar 13 2021 | |||
4201535ed684 | frerot | announcing removal of python 2 | Mar 12 2021 | |||
f4a28900a4b4 | frerot | added references to the CHANGELOG in documentation | Mar 12 2021 | |||
b7acda2db04c | frerot | added a base material class | Mar 9 2021 | |||
007c94bbf6f6 | frerot | using a helper class to save previous internal states | Mar 8 2021 | |||
0d10e7053ff3 | frerot | moving material law definitions to own folder | Mar 8 2021 | |||
46db5babbf1a | frerot | setup netcdf dumper for parallel writes | Jan 14 2021 | |||
2b523bbf68a7 | frerot | stopped using leading and trailing __ in header guards | Jan 7 2021 | |||
10e17acc88ce | frerot | Merge branch 'deprecated_bindings' | Jan 7 2021 | |||
d20839711fb3 | frerot | unnecessary return type on lambda | Jan 7 2021 | |||
8b01fcdb4d21 | frerot | removed all legacy code | Jan 7 2021 | |||
dd37e82c03d3 | frerot | deprecated old bindings | Jan 7 2021 | |||
74509e1d1987 | frerot | added traction and displacement properties to model bindings | Jan 5 2021 | |||
9054b97f8b37 | frerot | modified dumpers for new interface | Jan 5 2021 | |||
2316c9ebcdd7 | frerot | copyright year 2021 | Jan 1 2021 | |||
49155381f7a4 | frerot | added __call__ to IntegralOperator bindings | Dec 31 2020 | |||
560001b7e019 | frerot | adding a constructor with global shape to surface generators | Dec 31 2020 | |||
9d2cf7093171 | frerot | more pythonic bindings of surface generators, solvers and flood fill | Dec 31 2020 | |||
cfbbd07ff0cf | frerot | more pythonic interface for accessing integral operators | Dec 30 2020 | |||
92343fd27ef3 | frerot | added documentation on MPI | Dec 10 2020 | |||
73a8b44d38ce | frerot | updated stress example to run with mpi | Dec 9 2020 | |||
695f2e0111b0 | frerot | protecting mkdir in @directory_dump | Dec 8 2020 | |||
74402ed7185c | frerot | added readonly properties to python model bindings | Dec 8 2020 | |||
eed5bd5407de | frerot | converting only dumped fields in hdf5toVTK | Dec 8 2020 | |||
6f1bb5d3d5ce | frerot | added helper function to convert hdf5 model dump to VTK | Dec 8 2020 | |||
f739905b88d2 | frerot | raising exception if scipy solvers are used with MPI | Dec 8 2020 | |||
09b1019f9242 | frerot | use uvw.RectilinearGrid instead of parallel variant | Dec 8 2020 | |||
09634dfd5d9d | frerot | adding has_mpi to TamaasInfo class | Dec 7 2020 | |||
1af5c7f89584 | frerot | raising when NumpyDumper is called in parallel | Dec 4 2020 | |||
a9371b17cdd2 | frerot | prepared implementation of parallel dumpers | Dec 4 2020 | |||
b4ec536528a2 | frerot | added type traits to python interface | Dec 4 2020 | |||
cce181f1da1f | frerot | added convenience size/rank to mpi bindings | Dec 2 2020 | |||
f9fadc483c40 | frerot | moved mpi function bindings to their own submodule | Dec 1 2020 | |||
3503d740b538 | frerot | added wrapping of local_{size,offset} partitioner functions | Dec 1 2020 | |||
fdea6b4ef4a4 | frerot | Merge branch 'feature/mpi_fft_engine' | Nov 25 2020 | |||
54aab33e784a | frerot | added a function to compute deviatoric of sym tensor fields | Oct 23 2020 | |||
ddb30ba41df9 | frerot | Merge branch 'master' into feature/mpi_fft_engine | Sep 1 2020 | |||
c9eb34ff4665 | frerot | added helper method to compute (corrected) contact areas | Aug 13 2020 | |||
f59e8b7c2de2 | frerot | changes to setup.py to build python 2 wheels | Aug 8 2020 | |||
69c13358055d | frerot | fixing errors for python 2 | Aug 7 2020 | |||
87df0438ac11 | frerot | making sure libTamaas is linked first | Aug 7 2020 | |||
87299a2f0e72 | frerot | overwrite netcdf file on first dump | Aug 5 2020 | |||
555b9d18b1d5 | frerot | creating variables with right dimensions in netcdf dumper | Aug 5 2020 | |||
357aabe906d0 | frerot | netcdf dumper now writes frames to a single file | Aug 4 2020 | |||
0aff1cd1a985 | frerot | Merge branch 'feature/dfsane' | Aug 3 2020 | |||
03fcf739ce5a | frerot | allowing the use of ToleranceManager on C++ solvers | Aug 3 2020 | |||
510fc333cb53 | frerot | tested implementation of C++ DFSANESolver | Aug 3 2020 | |||
d6d8134e1bba | frerot | allowing compilation without OpenMP | Aug 2 2020 | |||
8db558711c4c | frerot | avoiding circular imports | Jul 29 2020 | |||
cbe79569b127 | frerot | renamed packaging_setup option to build_static_lib | Jul 29 2020 | |||
77e32d9a06e7 | frerot | packaging setup now generates static libTamaas | Jul 29 2020 | |||
4fe90e4e93ed | frerot | [DOC] uniformizing titles and descriptions of Tamaas | Jul 28 2020 |
c4science · Help