Christopher Mayes

Results 22 comments of Christopher Mayes

The derivative of `erf` is defined in terms of elementary functions in closed form: https://en.wikipedia.org/wiki/Error_function It looks like Julia ultimately calls a C function: https://specialfunctions.juliamath.org/stable/functions_list/ There are many such functions....

@lbenet thank you for the quick replies! I don't have the skills to do this at the moment. But, to be clear, what I mean is is to write some...

Also see: https://inspirehep.net/literature/1417281 (click PDF) Generalised Truncated Power Series Algebra for Fast Particle Accelerator Transport Maps L. Deniau, C. I. Tomoiagă, Proceedings of IPAC2015, Richmond, VA, USA MOPJE039 (2015)

I agree with this. This allows the developer to choose to transpose the data or the metadata as they prefer. Note that low-level tools like HDFView and h5dump will report...

It looks like pytables and h5py both use 'r' and 'i' as names for the compound dataset. Actually, FORTRAN has had a complex datatype since at least FORTRAN 77. I...

For a complex array Z, having a group `Z/` with arrays `re` and `im` or `r` and `i` seems consistent with the rest of the standard.

I agree with the @DavidSagan 's post above for labeling 're' and 'im' datasets.

I usually use `datetime` builtin Python package to deal with these strings: ```python datetime.fromisoformat('1997-07-16T19:20:30+01:00') ``` But @ax3l your second string is not valid.

I agree. In many of my uses, I would like to set `basePath` and `particlesPath` to `/` . Could this be done with the 2.0 standard?

Bokeh supports latex now: https://docs.bokeh.org/en/latest/docs/user_guide/styling.html?highlight=latex#latex