muendlein
muendlein
Having a fixed searchResultLimit is often not desirable as it makes assumptions about the data contents. In particular some matching results may be cut if the search limit is set...
The _go to definition_ functionality does not work for **Symbolics**, **SpecialFunctions**, etc. but works for most other modules. Why? In certain cases it also depends on how it is imported:...
From the docs: ``` A[i] # Returns the ith array in the vector of arrays A[j, i] # Returns the jth component in the ith array A[j1, ..., jN, i]...
Currently the [documentation](https://docs.sciml.ai/RecursiveArrayTools/stable/array_types/#RecursiveArrayTools.VectorOfArray) for VectorOfArray states: ``` A[i] # Returns the ith array in the vector of arrays A[j, i] # Returns the jth component in the ith array A[j1,...
As [Polars](https://github.com/pola-rs/polars) is becoming more and more popular I am wondering if there are any consideration to support its dataframes. Given the performance oriented focus of this package, it might...
The existing equality check does not support integers as np.allclose will throw an exception: ``` xfin = isfinite(x) TypeError: ufunc 'isfinite' not supported for the input types, and the inputs...
Add an option to have a warm up run before the actual benchmark. This is crucial when benchmarking anything that has a compilation step (i.e. using numba)
All pull requests must have an associated issue in the issue tracker. If there isn't one, please go open an issue describing the defect, deficiency or desired feature. You can...
### Problem description Note: This probably needs some discussion. Currently the default formatting provides ticks with mixed formats (see screenshots below). In my opinion this makes it extremely difficult to...
Currently packages can be checked only one after another. I think it would be nice to check multiple at once and preferably consolidate the results if package A is required...