Results 10 issues of Don MacMillen

if we have f = abs(sin(5x))^3 we get a union of domains. If we have g = abs(sin(5x)^3), we get a PiecewiseSegment domain. abs(f) fails because "ERROR: ArgumentError: Domain cannot...

The abs() fails on a forth order derivative where is succeeds on the third order. This looks like a regression since it did work in the November timeframe (this is...

I can make a Fun with tanh(10sin(12x)) but with tanh(11sin(12x)) makes a Fun with strange domain and only 3 coefficients, all of which are zero. ``` julia (v1.1)> x =...

Project Jupyter now supports a R kernel (https://github.com/IRkernel/IRkernel) It would be nice to support this in translating Rmd to ipynb by removing the %%R magics in the cells and then...

enhancement

…' debugger command. Compact mode removes common leading white space from the line listing

It looks like ```take!``` is not getting all that was ```put!``` into the Channel ``` julia (v1.2)> include("chantest.jl") Test Failed at /home/macd/jlang/dev/JuliaInterpreter.jl/test/chantest.jl:15 Expression: pvals == tvals Evaluated: [1, 2, 3,...

bug

I would like to run boda to read a Caffe network and output a compiled description for the Snapdragon. How would I do that? I compiled boda with no errors,...

Maybe I'm doing it wrong, but it looks like there is a problem with airyaiprime and BigFloats: ``` _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _...

Because of rounding (I assume), when calculating roots we do not recover, say, the domain endpoint but something very close, ie 0.9999999999999994 instead of 1.0. If we try to take...

Yosys has the ability to build Python wrappers for a large part of the RTLIL and it produces a libyosys.so when `ENABLE_PYOSYS := 1` However, with UHDM this doesn't work...