st--
st--
Hi, the code in this repository clearly copies code from the [GPflow repository](https://github.com/GPflow/GPflow) - as evidenced by the “Credit to GPflow” remarks. However, GPflow’s Apache 2.0 license explicitly states: >...
### What would you like to know? The docstring of `evil-snipe-repeat-keys` says: https://github.com/hlissner/evil-snipe/blob/c07788c35cf8cd8e652a494322fdc0643e30a89f/evil-snipe.el#L119 but there is no occurrence of `evil-snipe-override-evil` anywhere in the code, so how would it be able...
The documentation mentions support for a `_tikzplotlib_anchors` attribute on matplotlib Axes() objects to add custom anchors in the plot (very useful to refer back to from custom tikz code outside...
# Documentation/tutorial notebooks *Are there any mistakes in the docs?* Some notebooks (e.g. https://gpflow.github.io/GPflow/develop/notebooks/advanced/natural_gradients.html, there may be more, I did not check extensively) do not use `@tf.function` when using a...
## Summary Turn jitter of `inv_probit` utility function into an argument. Add docstring. ### Release notes **Fully backwards compatible:** yes ## PR checklist - [x] New features: code is well-documented...
### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Ideas in Discussions](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categories/ideas-any-new-feature-requests-go-in-issues-please?discussions_q=category%3A%22Ideas%3A+Any+New+Feature+Requests+go+in+Issues+please%22+-label%3A%22status%3A+released%22+-label%3Aduplicate+sort%3Atop) didn't find any similar feature requests. - [X] I searched...
# Description I've changed some of the dates in the examples to make them self-consistent. I've also added the "assumed date" in one example to make it more immediately understandable....
**Summary** **Proposed changes** * ... **What alternatives have you considered?** **Breaking changes**
Hi! I've got a simpler (seems to me at least) use-case, but might be similar/the same to #204: I want to describe a function that can handle multiple types (e.g....
# Bug Report **GPJax version:** v0.6 **Current behavior:** GraphKernel.kernel expects full matrix, not individual data points. **Expected behavior:** GraphKernel.kernel should take individual data points. **Steps to reproduce:** Compare type annotations...