Maximilian Linhoff

Results 111 issues of Maximilian Linhoff

This is awesome, however I like [whitespace](https://en.wikipedia.org/wiki/Whitespace_(programming_language)) more than brainfuck. Could you maybe add support for it? One downside I see is that by using query strings for the code,...

I wanted to plot the xy gamut so I created a meshgrid from 0 to 1, but colorspacious raises an IndexError for [0, 0, 0.5]: ``` In [5]: colorspacious.cspace_convert([0.0, 0.0,...

**Describe the bug** Minimal example document: ```latex \documentclass[]{beamer} \usepackage{multimedia} \usepackage{graphicx} \begin{document} \begin{frame}[c]{Video} \movie[]% {\includegraphics[width=\textwidth, height=\textheight, keepaspectratio]{thumbnail.png}}% {video.mp4}% \end{frame} \end{document} ``` I am getting this error when trying to play the...

## Reporting a bug Timing a numba jitted function that uses `np.any` I noticed very bad worst case performance compared to numpy any. Simple example: ``` In [1]: import numpy...

performance - run time

## Feature request Not sure if this is a bug or just missing, but numba does not support calling `np.any` on a single boolean, which numpy does: ``` In [1]:...

bug - failure to compile

https://github.com/conda-incubator/setup-miniconda/runs/5712984347?check_suite_focus=true We see the same error in our CI jobs. Anything we can do?

**Describe the bug** I want to write a generic (over numpy array dtypes) function that is able to handle arbitrary shaped numpy arrays to perform simple, element-wise operations. For this,...

Additionally to the sample projects, it would be helpful to see some more complex, real world projects using scikit-build. Can you give examples and maybe include those in the README?

### Description This pull request adds methods `validate` and `broadcast` to `FrameAttribute` and removes all expensive checks from `__get__`. `BaseCoordinateFrame` and `SkyCoord` now call `validate` / `convert_input` and `broadcast` where...

coordinates
Performance

### Description After failing for a bit on how to support nd arrays, I think I found a good way to cythonize this to get a very decent further speed...

coordinates
Performance