Ken Lauer

Results 11 issues of Ken Lauer

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

Awaiting author contribution
c-cpp

Initial attempt here: ```python from typing import Optional import numpy as np def gaussian_data( n_particle: int = 100, charge: float = 1e-9, p0: float = 1e9, mean: Optional[np.ndarray] = None,...

This is a small maintenance/lint fixing PR. * A `SyntaxWarning` in downstream code led me here due to the `\ ` in `labels.py`. I changed those to raw strings -...

## Add a Wavefront class Entirely based on code from @balticfish and many discussions with @ChristopherMayes * Automatically handles real space domain padding * Auto-determines padding values which result in...

Addresses the following: ``` pmd_beamphysics/fields/analysis.py:18:13: W605 invalid escape sequence '\i' pmd_beamphysics/fields/analysis.py:67:33: W605 invalid escape sequence '\s' pmd_beamphysics/fields/analysis.py:71:13: W605 invalid escape sequence '\R' pmd_beamphysics/fields/analysis.py:71:22: W605 invalid escape sequence '\e' pmd_beamphysics/fields/analysis.py:71:30: W605...

Migration guide: https://numpy.org/doc/stable/numpy_2_0_migration_guide.html * `np.trapz` -> `np.trapezoid`

After the other v1.0 milestones have been reached, including: * Finishing and merging #68 * (Others?) `openPMD-beamphysics` will: * Migrate the package to be importable as simply `beamphysics`. * Deprecate...

### Feature description It would be great to have support for the inverse trigonometric functions on Tensors (f32, f64 if possible). This includes: * `arctan` * `arccos` * `arcsin` *...

enhancement
feature

`mathlabel` fails to fix some - as of yet unsupported - labels, breaking plots that contain such labels. This is in the context of LUME-Impact - specifically in my addition...

#### ALL software version info Software Version Info panel 1.6.0, bokeh_fastapi 0.1.3, fastapi 0.115.7, bokeh 3.6.2 (in a virtual environment created just before issue submission) ``` $ python -V Python...