Daniel Bershatsky

Results 69 comments of Daniel Bershatsky

The issue still persists. It did enourmous mess with all `__init__` modules in package.

Thank you for replying to my comment and creating the issue. In my opinion, the best solution we can do is not to set bbox by default and leave the...

First of all, it worth to note that tolerance `tol` is not an error of matvec approximation. It characterizes an L₂-norm of change in core during iterations. We can see...

@AutomaticHourglass It is under publication review now.

Indeed, `numpy.distutils` was deprecated and removed Python 3.12. In order to fix this issue it takes a while since we need to update all package building scripts. In case if...

Try to downgrade either to `numpy

Hurray! :tada:

Probably, there is a related issue #34617. By the ways, if data frame is indexed with integer index then one can use `level` keyword of `.rolling()`. This example is not...

It is quite disappointed since there is a similar problem with `arsinh` and there is still no comments from maintainers. ```python >>> import numpy as np >>> from geoopt.manifolds.stereographic.math import...

> Seems like this is an issue that exists in the arcosh and arcsin functions in many different manifolds. @gil2rok I faced the issue with exponential matps as well. It...