-
The most recent commits that add functionality to this package go back to June 2018, and before that, to June 2017. I would just like to ask whether this package is still maintained and someone intend…
-
I noticed that `sum!` and `prod!` do not check for aliasing, leading to incorrect results when the same array is passed in both arguments. The incorrect behavior under aliasing is not documented and t…
-
Hi.
I have implemented my own cost function but I have realized it has only being used for printing, not for calculating the error for the gradient descend, and in fact the metric that is being use…
-
There are some packages which are only required, at least for some functionalities, only during precompile time, but not at runtime. Some examples:
* packages whose only API is some macros, but th…
-
This was discovered in https://github.com/SciML/NeuralPDE.jl/issues/533 as an issue that only showed itself as an incorrect gradient: the primal passes of what was being trained was in Float64, the re…
-
I am using Elixir. I have `export ERL_FLAGS="+JPperf map"` and a perf map file is present in `/tmp`
The following works:
```
sudo ./bin/ddprof --environment test --service test-service --preset…
-
I have some [code](https://gitlab.com/nsajko/PolynomialApproximation.jl) where I define multiple `AbstractPolynomial` subtypes. In some cases I'd like to be able to turn a polynomial over one ring to …
-
This is so obvious that I guess it exists elsewhere, but I don't know about it. But, if not, maybe it belongs (after some modifications) in `LinearAlgebra` ? ... Or some other package ?
A prototype…
-
Thanks for putting this package together!
I was wondering if it were also possible to use JLFzf for fuzzy tab completion. I am thinking something along the lines of [[1]](https://github.com/Aloxaf/…
-
How should we represent ROOT objects in julia?
I quite like the approach of just using the bare Cxx types https://github.com/JuliaHEP/ROOTFramework.jl/blob/master/src/tdirectory.jl#L38
```
TFile() …
jpata updated
8 years ago