Albert Alonso

Results 9 issues of Albert Alonso

Browsing the code I've seen a custom implementation of Queue. Since there is a queue on the Standard Library, why not use it? it may be useful when doing threading?...

Currently it is not possible to add a formula containing a #. In latex it works by using \# but that is not possible in xaml. If you could point...

kind:bug
help-wanted

I don't know enough about highlight to indentify where the problem is, but when a coc.nvim error appears, the letters can't be distinguished: ![error_notvisible](https://user-images.githubusercontent.com/38870744/150634795-9299f315-496d-482e-b62c-b28663d5c18a.png) However, when I change colorscheme to...

## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Describe the bug I've set up two accounts in the Evolution mail client as stated in...

I believe that the guidelines say that a single page application shouldn't have a visible header. However this is not always applied. I think if a single page switch is...

enhancement
help wanted
good first issue

Apparently in the 0.4.16 JAX release, there were several deprecations following NEP52 (https://numpy.org/neps/nep-0052-python-api-cleanup.html) One of those was jax.numpy.trapz. Instead we are meant to use jax.scipy.integrate.trapozoid. The C. Elegans code used...

Hi, I was wondering if you could push a new pypi release, just to include the #16 fix, if it isn't too much trouble. I ask for it since I...

The `Optimizer`, `ParamSpace`, and related components should operate on pytrees instead of flat dictionaries. This would enable better JAX compatibility, support nested parameter structures, simplify tree operations (fit, init, sample),...

Add example notebooks and tutorials to help users get started and demonstrate `bayex`’s capabilities. Create an `examples/` directory and link from the docs / getting started etc.

documentation
enhancement