Re: Challenges with supporting signal-processing-algorithms for Python 3.11 and beyond

2025-07-18 Thread David Daly
I reached out to a couple of people still at MongoDB. They may show up directly here later, but for now to the question about the differences between 2.x series and 1.3.5 I was told: the main difference (as far as i remember) of 2.0 branch from 1.0 branch is > that it supports multivariate change

Re: Challenges with supporting signal-processing-algorithms for Python 3.11 and beyond

2025-07-09 Thread Henrik Ingo
Thanks Joe and nice to have you here <3 On Wed, Jul 9, 2025 at 2:52 PM Joe Drumgoole wrote: > Hi, > > I have recently been looking at Otava and getting it to support the latest > versions of Python. Everything works fine up to Python 3.10.x and > signal-processing-algorithms 1.3.5. > > Howeve

Challenges with supporting signal-processing-algorithms for Python 3.11 and beyond

2025-07-09 Thread Joe Drumgoole
Hi, I have recently been looking at Otava and getting it to support the latest versions of Python. Everything works fine up to Python 3.10.x and signal-processing-algorithms 1.3.5. However Python 3.11 changes the signature of Random.shuffle() ( https://docs.python.org/3.10/library/random.html#ra