-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release compatible with Python 3.12 #374
Comments
Thanks for the speedy response @rparini! May I be nosy and ask what kind of problems were you working on that inspired you to write this package? |
My academic background was in mathematical physics and I was numerically simulating the collision of special kinds of waves called solitons that have particle-like properties with certain boundaries and defects. In order to analyse how these collisions change or split the solitons a kind of nonlinear Fourier transform can be used to decompose the post-collision wave into its components. The soliton components are described by the roots of a complex analytic function that’s related to the wave so that’s where the root finding problem appears. If you're very interested there's more detail in my paper here: https://arxiv.org/abs/1509.08448 So I implemented a quite basic rootfinding algorithm for that work and then during my PhD I read a bit more about the area, implemented a better algorithm and spun the rootfinding part out into this package. Hopefully it's useful to some people! |
Thanks for your work on this package @rparini! I was wondering if you would consider releasing a version on pypi that works with Python 3.12?
The text was updated successfully, but these errors were encountered: