Shuhei Kadowaki
Shuhei Kadowaki
@nanosoldier `runtests(["BGEN", "BackgroundSubtraction", "BayesianQuadrature", "Cassette", "CombinatorialSpaces", "DeepQLearning", "DelayDiffEq", "DimensionalData", "Distances", "EffectSizes", "ElasticArrays", "Evolutionary", "FluxTraining", "ForestBiometrics", "FunctionWrappers", "GaussianMixtureAlignment", "GigaSOM", "GridapDistributed", "ImageGeoms", "IterTools", "LokiLogger", "LoopVectorization", "LsqFit", "MLJMultivariateStatsInterface", "MatrixLMnet", "MinimallyDisruptiveCurves", "MixedModelsExtras", "Modia", "MutualInformationImageRegistration",...
@nanosoldier `runbenchmarks(!"scalar", vs=":master")`
> 2\. There are certain branching patterns that would require the insertion of additional Pi nodes in order to avoid overapproximation of the lattice elements. This is one of the...
#45934 introduced some conflicts on this PR. I will update this PR to resolve the conflicts.
As for "fuzzy search", we can use [FuzzyCompletions.jl](https://github.com/JunoLab/FuzzyCompletions.jl) as a drop-in replacement of `REPLCompletions` module (, which is actually a backend completion engine for Juno). @fonsp what do you think...
@MikeInnes can you please review this PR ? I really need these changes to make [my package](https://github.com/aviatesk/JET.jl/pull/201) work, which makes a heavy use of `@capture`.
can you rebase this against master ?
> I noticed that so far `weave` and `convert_doc` ignored whether the jupyter notebook cell was collapsed or not. > This tiny PR annotates collapsed cells with `echo=false` during conversion...
sorry for being so late to response, I will take a look on this again later 🙇
Can you try `using Plots` _before_ you `weave` ? Weave needs to load a specific script to handle these plot specific issues, it loads the script only when `Plots` is...