Jonas Eschle

Results 60 issues of Jonas Eschle

Hi all, many thanks for this library! As I've seen, there is an integration method and interpolation. The latter are also available in other packages (tf-graphics, tf-addons) in one way...

Use `lu`, `qr` instead of `lufact` etc in text fix a weird sentence (typo?) and multiple small text typos Fix diagonal assert not correct

In notebook 11. Basic linear algebra, the last line checks if `cross_v` is correct, but there is no instruction or anything to it.

Hi, first of all: many thanks for this little peace of code, great work! I do currently though have slight security concerns about using it. I do not fear abusive...

enhancement
help wanted

We would be interested to have the Faddeeva function available (erfcx for complex arguments) and would like to implement and then contribute it (as we will have a GSoC student)....

**Describe the bug** Dividing/multiplying/subtracting histograms with weights results in an `AttributeError`, only the addition works. (as also mention here: https://github.com/scikit-hep/boost-histogram/issues/601#issuecomment-921073303) Is this not implemented yet or is this ill-defined how...

project idea

OpenEXR is meant to be an optional dependency as raised in https://github.com/tensorflow/graphics/issues/421. Moved it away from the requirements.txt (where it probably never should have been) and added a runtime check...

Solves #421 and makes OpenEXR, as mentioned, a non-mandatory depencency

cla: yes

The docs and code say that OpenEXR is an optional dependency (https://github.com/tensorflow/graphics/blob/6b905c68e802b73c04857c21cca2e026cc37c900/tensorflow_graphics/util/data_formats/__init__.py#L25 or [here](https://www.tensorflow.org/graphics/install#installing_optional_packages_-_linux) but is seemingly is not. This means I cannot install the TFG package, since the OpenEXR...