- 28 Jan, 2022 4 commits
-
-
Stephan Kuschel authored
improved version of `time_profile_at_plane`
-
Stephan Kuschel authored
should be much faster
-
Stephan Kuschel authored
update .gitignore and tests, matplotlib workaround
-
Stephan Kuschel authored
-
- 25 Jan, 2022 1 commit
-
-
Stephan Kuschel authored
-
- 24 Jan, 2022 1 commit
-
-
Stephan Kuschel authored
-
- 23 Apr, 2021 3 commits
-
-
Stephan Kuschel authored
Testing on python:latest using a gitlab docker runner.
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 10 Apr, 2021 3 commits
-
-
Stephan Kuschel authored
Scipy intoduced another paramter for padding, which apparently was zero before. Fixing this. The scipy change is: scipy/scipy@9c299da Alex noted, that on his implementation, using the normal map_coordinates function was really slow. (I am guessing due to extra memory allocation), which is why he called the C-Function directly and did all the checks within postpic. So keep it as is for really fast coordinate mapping :) Fix #261
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 01 Apr, 2021 1 commit
-
-
Stephan Kuschel authored
Scipy intoduced another paramter for padding, which apparently was zero before. Fixing this. The scipy change is: https://github.com/scipy/scipy/commit/9c299da04b9c419786a56c8e657aaabeb35f9069 Alex noted, that on his implementation, using the normal `map_coordinates` function was really slow. (I am guessing due to extra memory allocation), which is why he called the C-Function directly and did all the checks within postpic. So keep it as is for really fast coordinate mapping :) Fix #261
-
- 31 Mar, 2021 2 commits
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 27 Oct, 2020 2 commits
-
-
Stephan Kuschel authored
* replace Travis badge by github action badge * add script to create/update gh-pages branch
-
Stephan Kuschel authored
-
- 26 Oct, 2020 1 commit
-
-
Stephan Kuschel authored
-
- 25 Oct, 2020 1 commit
-
-
Stephan Kuschel authored
-
- 24 Oct, 2020 2 commits
-
-
Stephan Kuschel authored
Docs
-
Stephan Kuschel authored
set to python 3.8, as 3.9 numpy under macos doesnt work as descirbed here: https://github.com/numpy/numpy/issues/17550
-
- 19 Oct, 2020 3 commits
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
the mocked function dont seem to have a __name__ attribute. However, mocking pyfftw fails the doc creation entirely.
-
Stephan Kuschel authored
-
- 07 Oct, 2020 2 commits
-
-
Alexander Blinne authored
-
Alexander Blinne authored
-
- 06 Oct, 2020 1 commit
-
-
Stephan Kuschel authored
Fbpic modeexpansion upgrades. pyfftw is limited to 1 thread to be compatible with multiprocessing.
-
- 05 Oct, 2020 1 commit
-
-
Stephan Kuschel authored
-
- 28 Sep, 2020 4 commits
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 26 Aug, 2020 3 commits
-
-
Stephan Kuschel authored
maintenance
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 04 May, 2020 1 commit
-
-
Stephan Kuschel authored
remove atlas dependency remove unsopported python2.7 (which has failed) remove versions unsupported by conda
-
- 15 Jan, 2020 3 commits
-
-
Stephan Kuschel authored
GitHub actions run test in github-actions. Also allow python2 test to fail due to end of its support.
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 14 Jan, 2020 1 commit
-
-
Stephan Kuschel authored
-