- Jul 08, 2024
-
-
Stephan Kuschel authored
* Scipy 1.14.0 removed deprecated scipy.integrate.trapz and scipy.integrate.simps functions * numexpr introduced (in version 2.9?) sanity check rules, which result in invalid control character errors if ignored. * numpy 2.0 changed __array_ufunc__ such that axis=None is possible. * numpy 2.0 has removed np.asfarray
-
Stephan Kuschel authored
python 3.9 on github has trouble installing numexpr.
-
Stephan Kuschel authored
it has been removed in numpy 2.0
-
Stephan Kuschel authored
otherwise numexpr raises an error "expression xxx has forbidden control characters"
-
Stephan Kuschel authored
in the kwargs, the argument axis=None may be give when reducing all axis. Handle this case.
-
Stephan Kuschel authored
upate the code accordingly
-
- Apr 14, 2024
-
-
Stephan Kuschel authored
various smilei reader bugfixes
-
- Apr 11, 2024
-
-
Sarah Jane Grimm authored
-
Sarah Jane Grimm authored
-
Sarah Jane Grimm authored
-
Sarah Jane Grimm authored
-
Sarah Jane Grimm authored
-
Sarah Jane Grimm authored
-
- Mar 22, 2024
-
-
Stephan Kuschel authored
small fixes
-
- Mar 14, 2024
-
-
sjgrimm authored
-
- Feb 29, 2024
- Jan 29, 2024
-
-
Stephan Kuschel authored
last merge should have merged into master instead of dev
-
Stephan Kuschel authored
The smileih5.py file was tested with latest SmileiPIC (v5.0) & Happi version. The test data were dumped from Smilei version v5.0 and the the output values are compared with latest corresponding version of Happi. The relative error of the mode expansion was in the order of 10^-15 comparing happi's output with postpic's output from this commit.
-
- Jan 26, 2024
-
-
Samson J Kennedy authored
-
- Jan 23, 2024
-
-
Samson J Kennedy authored
-
Samson J Kennedy authored
-
Samson J Kennedy authored
-
- Jan 21, 2024
-
-
VinithSamson11 authored
The doc-stings were added and the code is tested using run-tests.py
-
VinithSamson11 authored
-
- Jan 20, 2024
-
-
VinithSamson11 authored
-
VinithSamson11 authored
-
- Jan 18, 2024
-
-
Stephan Kuschel authored
-
- Jan 15, 2024
-
-
VinithSamson11 authored
-
- Jan 06, 2024
-
-
VinithSamson11 authored
-
- Dec 28, 2023
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- Dec 22, 2023
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- Nov 24, 2023
-
-
Stephan Kuschel authored
add full periodic table and remove deprecation warnings
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
Stephan Kuschel authored
* includes a manual squeeze of the first dimension as np.squeeze changed its behavior (2f44aeb7). * adjustment to change of behavior in numexpr (2d20484a).
-