-
#### Description
The [STUMPY](https://stumpy.readthedocs.io/en/latest/index.html) library contains high-performance (using Numba and/or Dask) code for calculating the so-called "matrix profile" of a …
ulupo updated
8 months ago
-
Hi, I am in the process of writing a paper, and Numbat was super helpful in doing some of the calculations. How can I acknowledge Numbat? My current plan is the following,
```
We thank the developer…
-
Comparing draft meshing results from both a build of the `develop` branch at end of April 2023 and right now, I noticed a degraded reconstruction. 3D features seen in the previous mesh are now missing…
-
@Fe-r-oz , I see you have contributed quite a few different classes of classical ECCs. E.g. in:
- #254
- #256
- #263
- #266
These are quite valuable contributions, but it will take me some …
-
When you apply tf.gather to a random variable, edward seems to have trouble treating the result as a random variable. Here's an example: if `W` is a random variable of shape (100), then `tf.gather(W,n…
-
## Description
Currently, derivatives of `cholesky_decompose` and `eigenvalues_sym` return lower triangular matrix.
This is what finite differences return because the implementation of those functio…
-
This is on the border between bug and feature. We should be reading in NaN and +inf and -inf values through all our interfaces. I think the output's OK now, but we can't input NaN or inf now. Or if…
-
Branching from question in #2665; giving its own thread as there's a few points to discuss that will diverge some distance from the code changes currently proposed there.
If I read correctly, the f…
-
Once we have direct numpy access to the tree arrays in Python (https://github.com/tskit-dev/tskit/issues/1299) I think we should be able to do quite performant traversal algorithms in python using num…
-
Right now the transfer operator works only on an `AbstractBinning` outcome space.
It would be nice to have a more general notion of the transfer operator so that one could compute the `transferoperat…