rvlib icon indicating copy to clipboard operation
rvlib copied to clipboard

Distributions for Python

Results 7 rvlib issues
Sort by recently updated
recently updated
newest added

with recent versions of numba, instantiating a class will raise [`Method '__repr__' is not supported.`](https://github.com/pysal/segregation/actions/runs/5732887274/job/16125324176#step:6:784). I think this is because `__repr__` is now set internally [by jitclass](https://github.com/numba/numba/issues/8533), and thus we...

I'm trying to install the rvlib on windows, but im finding some issues, this occur when python is building wheel for rvlib Why im getting this error? Im already installed...

@danielcsaba I just setup `asv` for QuantEcon.py and it might be a good idea to setup `asv` for `rvlib` given it is a package about performance. It would allow you...

@danielcsaba @spencerlyon2 I'm getting poor performance here in exactly the kind of scenario where I would like to use RVlib: https://gist.github.com/anonymous/c3387ab7408609a49472c3020517bbd6 Any ideas on what's happening?

the `@jitclass` decorator overwrites the docstring for instances of classes. docstrings are maintained for the methods but not for porperties. For example, retrieving the docstring of the `Normal` works with...

Hello and thanks for the great package. Looking forward to trying it out. Distributions.jl uses immutable types for faster stack allocation and thus better performance in loops. Have you done...

`numba` currently does not support variable or default arguments for functions with the `@jit` decorator. As a result we are not able to use the `rand` method without parentheses. Specifically,...