Robert Clewley
Robert Clewley
`dill` may now be able to serialize PyCont, according to [this](https://sourceforge.net/p/pydstool/discussion/472291/thread/04d6868b/#4e7f)
Thanks for the notes. There are a couple of issues that have crept in as dependent libraries have changed over time, and a couple of minor bugs besides. None of...
This could be useful, yes. I vote for the option too. It doesn't matter if there's two "versions" of dopri there. The scipy one will be accessible to people without...
It's been forever since I looked at this part of the code. Can you post here some example code that's stripped down to the minimum necessary to reproduce, as best...
Thanks. I've fixed most of the easy issues with the examples in my `rob-fixes1` branch and I'm now onto the PyCont ones. Testing on Windows will be next.
I'll follow up when I get on my Windows machine, but I'm not sure anything will have changed since the [same issue came up several years ago](https://sourceforge.net/p/pydstool/discussion/472291/thread/3a3b2ced/#3e5b). Basically, windows binaries...
I concur. Let's have a module wrapper with a deprecation for one release cycle (if releasing at around the current rate) or longer if we start releasing more than a...
Yes, you can use the syntax from that tutorial, if I recall correctly. But what you see in that tutorial is my own custom syntax, though. This was built before...
@z2v Do you know that it's safe to _not_ copy based on possible need for the original data at a later time? For instance, could the returned data be changed...
We can test it without the memory copy, then. My only concern is something like `compute`'s continue integration option, but we have a test for that use case.