Alexandre Kabla

Results 41 comments of Alexandre Kabla

+1 I'm having the same problem. I'm also running Ubuntu 20.04.

Dear Michael @heltonmc , many thanks for your thorough analysis of the accuracy and performance. This looks very promising indeed. It also answers some questions I had about the accuracy...

I tried to stop this output with ";", but it doesn't help here.

> Actually, adding this near the top of `docs/make.jl` might be better than changing CI: > > ``` > using Pkg > ENV["PYTHON"]="" > Pkg.build("PyCall") > using PyCall > pyimport_conda("matplotlib.pyplot",...

Thanks @alebonfanti Don't you find that the svg is incorrect? The symbols are off compared to the letters, at least on my screen.

![vector_logo_v3](https://github.com/JuliaRheology/RHEOS.jl/assets/3939698/06f1374b-379e-40e8-83ea-c9d06edb5d55) Possible new colourful logo for both dark and clear background... I needed a break from emails! Slightly rearranged from the original too. What do you think @alebonfanti @moustachio-belvedere ?

Thanks @alebonfanti , I adjusted a bit your svg file for the new version with colours (added round corner for the E letter, and aligned the springpot element with the...

Thanks @moustachio-belvedere . I did discuss it briefly with @ab2425 this morning. It was useful indeed to be reminded the background. Speed up will of course depend a lot on...

Thanks for sharing the link - interesting discussion. Yes, I found out earlier today (on the AccurateArithmetic.jl doc) that the default sum was quite good already. I'll never sum with...

That's really nice, Louis! Not the usual context to use cfunction, but that seems to work very well as a replacement for the function wrappers. Did you see this used...