Pedro Maciel Xavier
Pedro Maciel Xavier
Very interesting definitions. On Linux the behavior is the following: ``` julia> using PyCall julia> sys = pyimport("sys") PyObject julia> sys.executable "/usr/bin/python3" ``` as ,IMO, was expected. Apparently, there is...
I've just deleted ~/.julia and installed 1.7.3 (Windows) and 1.7.0 (WSL). It works fine now on both with PythonCall 0.9 + MicroMamba 0.24. I've updateded the packages before reinstall but...
[noblock] can this be merged manually now? thanks!
`k` appears to be suffering from the same issue and things are getting multispaced 
It seems reasonable to me what @chriscoey said about having a special kind of constraints to handle logical expressions. Some time ago I tried to implement something like ```julia #...
I still can't where does the code differs from the paper's description of the algorithm. Do you have any idea @ErikQQY?
I would also suggest including fractional derivatives by spectral methods, i.e. $$\partial_{t}^{\alpha} f(t) = \mathscr{F}^{-1}\left\lbrace{}(i \omega)^{\alpha}\mathscr{F}\left\lbrace{}f\right\rbrace{}\right\rbrace$$ This could leverage some neat julia FFT libraries. I've seen a MATLAB implementation for...
@ErikQQY This one seems neat to warm up on spectral fracdiff: https://advancesindifferenceequations.springeropen.com/articles/10.1186/s13662-020-02590-4
I had a similar task in another project and some of the ideas converged to slightly different approaches. I will be happy to update this PR soon, probably during the...
Since PythonCall is not v1 yet, we have to decide on how we want to compare the different branches under interface changes. Are we going to keep separate suites for...