Alexandre Kabla
Alexandre Kabla
and the transparency is not correct either for the spring and dashpot symbols. The svg files are also misaligned. We can have a dark and light version of the logo,...
BTW, I'm not sure why but there's some installation output showing in the newly built docs that wasn't there before: https://juliarheology.github.io/RHEOS.jl/dev/examples/ _Originally posted by @moustachio-belvedere in https://github.com/JuliaRheology/RHEOS.jl/issues/161#issuecomment-1975304989_
The current format of the weights array is not very intuitive, as pointed out by @fr293 . It is not an array of weights, and is difficult to use without...
I made an attempt to access RHEOS from Python using PyJulia. This seems to work well enough, although I had to call Julia with certain options to get it to...
The following warning appears on Julia 1.9.0 and nightly. `WARNING: Wrapping Vararg directly in UnionAll is deprecated (wrap the tuple instead)` This is originating from `processing.jl`.
This block fixes a link "Edit in Github" in the documentation, managed by documenter.jl. See #131 We should consider adding the meta block in the make.jl script to produce the...
For instance: `stressfunction!(d,step)` `smooth!(d,2)` Although RheoDataTime/Freq objects are immutable, arrays can be manipulated with push!, pop! and append! and already allocated values changed. There would be marginal differences in computational...
This follows up from #52 Fields could be missing in the model definitions and the default value returned by the moduli/compliance functionwrappers is NaN, which seems appropriate. - [ ]...
There is a default keyword parameter in all objective function call. I suspect this causes a significant overhead. We should remove it and benchmark the code performance. A global const...
- definition.jl is getting large. I suggest to split it into rheodata.jl (including log management functions) and rheomodel.jl - Separate processing.jl into dataproc.jl for rheodata filtering, and modelproc.jl for fitting...