Add multi-index method for gather!
#654
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gathersupports multi-index syntaxgather(src, I, J, ...)butgather!was missing the equivalent method, causing a MethodError.Changes
src/gather.jl: Addedgather!(dst, src, I, J, Ks...)method that delegates togather!(dst, src, CartesianIndex.(I, J, Ks...))test/testsuite/gather.jl: Added tests verifying multi-index behavior and consistency withgatherExample
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/ElOceanografo/SparseInverseSubset.jl/tarball/52962839426b75b3021296f7df242e40ecfc0852julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/37b98ffec3243cacd76806f06fd1832c1b9f728djulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/820f06722a87d9544f42679182eb0850690f9b45julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/fe9392aca36b7a7df131d49cd1a771117183a6c4julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/IRTools.jl/tarball/57e9ce6cf68d0abf5cb6b3b4abf9bedf05c939c0julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/FluxML/MacroTools.jl/tarball/1e0228a030642014fe5cfe68c2c0a818f9e3f522julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/FluxML/Zygote.jl/tarball/a29cbf3968d36022198bcc6f23fdfd70f7caf737julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/FluxML/ZygoteRules.jl/tarball/434b3de333c75fc446aa0d19fc394edafd07ab08julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/GunnarFarneback/RegistryInstances.jl/tarball/ffd19052caf598b8653b99404058fce14828be51julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaArrays/FillArrays.jl/tarball/5bfcd42851cf2f1b303f51525a54dc5e98d408a3julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaArrays/MappedArrays.jl/tarball/2dab0221fe2b0f2cb6754eaa743cc266339f527ejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/MosaicViews.jl/tarball/7b86a5d4d70a9f5cdf2dacb3cbe6d251d1a61dbejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/OffsetArrays.jl/tarball/117432e406b5c023f665fa73dc26e79ec3630151julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/PaddedViews.jl/tarball/0fac6313486baae819364c52b4f483450a9d793fjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/StackViews.jl/tarball/be1cf4eb0ac528d96f5115b4ed80c26a8d8ae621julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/StaticArrays.jl/tarball/b8693004b385c842357406e3af647701fe783f98julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaArrays/StaticArraysCore.jl/tarball/6ab403037779dae8c514bad259f32a447262455ajulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaArrays/StructArrays.jl/tarball/a2c37d815bf00575332b7bd0389f771cb7987214julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/Enzyme_jll.jl/tarball/46e6fa04c9bf0c8d5744b1ebb71e77dca0bd940ajulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Expat_jll.jl/tarball/27af30de8b5445644e8ffe3bcb0d72049c089cf1julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/FFTW_jll.jl/tarball/6d6219a004b8cf1e0b4dbe27a2860b8e04eba0bejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Git_LFS_jll.jl/tarball/bb8471f313ed941f299aa53d32a94ab3bee08844julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/Git_jll.jl/tarball/b6a684587ebe896d9f68ae777f648205940f0f70julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/IntelOpenMP_jll.jl/tarball/ec1debd61c300961f98064cfb21287613ad7f303julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/LLVMExtra_jll.jl/tarball/8e76807afb59ebb833e9b131ebf1a8c006510f33julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/LibTracyClient_jll.jl/tarball/d2bc4e1034b2d43076b50f0e34ea094c2cb0a717julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Libiconv_jll.jl/tarball/be484f5c92fad0bd8acfef35fe017900b0b73809julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/MKL_jll.jl/tarball/282cadc186e7b2ae0eeadbd7a4dffed4196ae2aajulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/OpenSSH_jll.jl/tarball/301412a644646fdc0ad67d0a87487466b491e53djulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/OpenSpecFun_jll.jl/tarball/1346c9208249809840c91b26703912dff463d335julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaBinaryWrappers/oneTBB_jll.jl/tarball/1350188a69a6e46f799d3945beef36435ed7262fjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/AbstractTrees.jl/tarball/2d9c9a55f9c93e8887ad391fbae72f8ef55e1177julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaCollections/DataStructures.jl/tarball/e357641bb3e0638d353c4b29ea0e40ea644066a6julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/OrderedCollections.jl/tarball/05868e21324cede2207c6f0f466b4bfef6d5e7eejulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaCollections/SortingAlgorithms.jl/tarball/64d974c2e6fdf07f8155b5b2ca2ffa9069b608d9julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaConcurrent/Atomix.jl/tarball/29bb0eb6f578a587a49da16564705968667f5fa8julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaConcurrent/UnsafeAtomics.jl/tarball/b13c4edda90890e5b04ba24e20a310fbe6f249ffjulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaData/DataAPI.jl/tarball/abe83f3a2f1b857aac70ef8b269080af17764bbejulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaData/Missings.jl/tarball/ec4f7fbeab05d7747bdf98eb74d130a2a2ed298djulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/Parsers.jl/tarball/7d2f8f21da5db6a806faf7b9b292296da42b2810julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaData/Tables.jl/tarball/f2c1efbc8f3a609aadf318094f8fc5204bdaf344julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/ChainRules.jl/tarball/3b704353e517a957323bd3ac70fa7b669b5f48d4julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/ChainRulesCore.jl/tarball/e4c6a16e77171a5f5e25e9646617ab1c276c5607julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaDiff/ChainRulesTestUtils.jl/tarball/3619a1db187f17c8a220a3ed2231942a7b4a3ec2julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/DiffResults.jl/tarball/782dd5f4561f5d267313f23853baaaa4c52ea621julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/DiffRules.jl/tarball/23163d55f885173722d1e4cf0f6110cdbaf7e272julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/FiniteDifferences.jl/tarball/0ff4ed4351e1884beff16fc4d54490c6d56b2199julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/ForwardDiff.jl/tarball/cd33c7538e68650bd0ddbb3f5bd50a4a0fa95b50julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDiff/ReverseDiff.jl/tarball/3ab8eee3620451b09f0272c271875b4bc02146d9julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/ANSIColoredPrinters.jl/tarball/574baf8110975760d391c710b6341da1afa48d8cjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDocs/DocStringExtensions.jl/tarball/7442a5dfe1ebb773c29cc2962a8980f47221d76cjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDocs/Documenter.jl/tarball/70c521ca3a23c576e12655d15963977c9766c26bjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDocs/IOCapture.jl/tarball/0ee181ec08df7d7c911901ea38baf16f755114dcjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaDocs/MarkdownAST.jl/tarball/465a70f0fc7d443a00dcdc3267a497397b8a3899julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaGPU/Adapt.jl/tarball/7e35fca2bdfba44d797c53dfe63a51fabf39bfc0julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/83cf05ab16a73219e5f6bd1bdfa9848fa24ac627julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaGPU/GPUCompiler.jl/tarball/90554fe518adab1b4c8f7a04d26c414482a240cajulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/KernelAbstractions.jl/tarball/b5a371fcd1d989d844a4354127365611ae1e305fjulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaGeometry/Contour.jl/tarball/439e35b0b36e2e5881738abc8857bd92ad6ff9a8julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGeometry/CoordinateTransformations.jl/tarball/a692f5e257d332de1e554e4566a4e5a8a72de2b2julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGeometry/MarchingCubes.jl/tarball/0e893025924b6becbae4109f8020ac0e12674b01julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGeometry/Quaternions.jl/tarball/4d8c1b7c3329c1885b857abb50d08fa3f4d9e3c8julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGeometry/Rotations.jl/tarball/5680a9276685d392c87407df00d57c9924d9f11ejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGraphics/ColorSchemes.jl/tarball/b0fd3f56fa442f81e0a47815c92245acfaaa4e34julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGraphics/ColorTypes.jl/tarball/67e11ee83a43eb71ddc950302c53bf33f0690dfejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGraphics/ColorVectorSpace.jl/tarball/8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGraphics/Colors.jl/tarball/37ea44092930b1811e666c3bc38065d7d87fcc74julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/CodecZlib.jl/tarball/962834c22b66e32aa10f7611c08c8ca4e20749a9julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaIO/JSON.jl/tarball/5b6bb73f555bc753a6153deec3717b8904f5551cjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaIO/ObjectFile.jl/tarball/22faba70c22d2f03e60fbc61da99c4ebfc3eb9bajulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/StructIO.jl/tarball/c581be48ae1cbf83e899b14c07a807e1787512ccjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/Suppressor.jl/tarball/6dbb5b635c5437c68c28c2ac9e39b87138f37c0ajulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaIO/TranscodingStreams.jl/tarball/0c45878dcfdcfa8480052b6ab162cdd138781742julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaImages/ImageBase.jl/tarball/eb49b82c172811fd2c86759fa0553a2221feb909julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaImages/ImageCore.jl/tarball/8c193230235bbcee22c8066b0374f63b5683c2d3julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaImages/ImageTransformations.jl/tarball/dfde81fafbe5d6516fb864dc79362c5c6b973c82julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaInterop/CEnum.jl/tarball/389ad5c84de1ae7cf0e28e381131c98ea87d54fcjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLLVM/LLVM.jl/tarball/ce8614210409eaa54ed5968f4b50aa96da7ae543julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/Compat.jl/tarball/9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16adjulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaLang/FunctionWrappers.jl/tarball/d62485945ce5ae9c0c48f124a84998d755bae00ejulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/PrecompileTools.jl/tarball/07a921781cab75691315adc645096ed5e370cb77julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaLang/ScopedValues.jl/tarball/c3b2323466378a2ba15bea4b2f73b081e022f473julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaLinearAlgebra/WoodburyMatrices.jl/tarball/c1a7aa6219628fcd757dede0ca95e245c5cd9511julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/AbstractFFTs.jl/tarball/d92ad398961a3ed262d8bf04a1a2b8340f915fefjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/FFTW.jl/tarball/97f08406df914023af55ade2f843c39e99c5d969julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/FixedPointNumbers.jl/tarball/05882d6995ae5c12bb5f36dd2ed3f61c98cbb172julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/Interpolations.jl/tarball/65d505fa4c0d7072990d659ef3fc086eb6da8208julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/IrrationalConstants.jl/tarball/b2d91fe939cae05960e760110b328288867b5758julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/NaNMath.jl/tarball/9b8215b1ee9e78a293f99797cd31375471b2bcaejulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/RealDot.jl/tarball/9f0a1b71baaf7650f4fa8a1d168c7fb6ee41f0c9julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/Richardson.jl/tarball/48f038bfd83344065434089c2a79417f38715c41julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/SpecialFunctions.jl/tarball/f2685b435df2613e25fc10ad8c26dddb8640f547julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaMath/TensorCore.jl/tarball/1feb45f88d133a655e001435632f019a9a1bcdb6julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaObjects/ConstructionBase.jl/tarball/b4b092499347b18a015186eae3042f72267106cbjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaPackaging/JLLWrappers.jl/tarball/0533e564aae234aff59ab625543145446d8b6ec2julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaPackaging/Preferences.jl/tarball/0f27480397253da18fe2c12a4ba4eb9eb208bf3djulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaPackaging/Requires.jl/tarball/62389eeff14780bfe55195b7204c0d8738436d64julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaPackaging/Scratch.jl/tarball/9b81b8393e50b7d4e6d0a9f14e192294d3b7c109julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPlots/UnicodePlots.jl/tarball/0087c82cf98f2c2bb7df350c02b0b1fc6ae087d6julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaRandom/StableRNGs.jl/tarball/4f96c596b8c8258cc7d3b19797854d368f243ddcjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaServices/StructUtils.jl/tarball/79529b493a44927dd5b13dde1c7ce957c2d049e4julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaStats/LogExpFunctions.jl/tarball/13ca9e2586b89836fd20cccf56e57e2b9ae7f38fjulia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/JuliaStats/Statistics.jl/tarball/ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0julia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)https://api.github.com/repos/JuliaStats/StatsAPI.jl/tarball/9d72a13a3f4dd3795a195ac5a44d7d6ff5f552ffjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/StatsBase.jl/tarball/064b532283c97daae49e544bb9cb413c26511f8cjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaTesting/ExprTools.jl/tarball/27415f162e6028e81c72b82ef756bf321213b6ecjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/JuliaVersionControl/Git.jl/tarball/824a1890086880696fc908fe12a17bcf61738bd8julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/KristofferC/Crayons.jl/tarball/249fe38abf76d48563e2f4556bebd215aa317e15julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/KristofferC/LazilyInitializedFields.jl/tarball/0f2da712350b020bc3957f269c9caad516383ee0julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/LilithHafner/AliasTables.jl/tarball/9876e1e164b144ca45e9e3198d0b689cadfed9ffjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/LilithHafner/PtrArrays.jl/tarball/1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493djulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/queryverse/DataValueInterfaces.jl/tarball/bfc1187b79289637fa0ef6d4436ebdfe6905cbd6julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/queryverse/IteratorInterfaceExtensions.jl/tarball/a3f24677c21f5bbe9d2a714f95dcd58337fb2856julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/queryverse/TableTraits.jl/tarball/c06b2f539df1c6efa794486abfb6ed2022561a39julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/rdeits/CommonSubexpressions.jl/tarball/cda2cfaebb4be89c9084adaca7dd7333369715c5julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(http block)https://api.github.com/repos/simonster/Reexport.jl/tarball/45e428421666073eab6f2da5c9d310d99bb12f9bjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/timholy/AxisAlgorithms.jl/tarball/01b8ccb13d68535d73d2b0c23e39bd23155fb712julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/timholy/Ratios.jl/tarball/1342a47bf3260ee108163042310d26f2be5ec90bjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/topolarity/Tracy.jl/tarball/73e3ff50fd3990874c59fef0f35d10644a1487bcjulia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(http block)https://api.github.com/repos/vchuravy/HashArrayMappedTries.jl/tarball/2eaa69a7cab70a52b9687c8bf950a5a93ec895aejulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(http block)pkg.julialang.orgjulia --project=. -e using Pkg; Pkg.test("NNlib"; test_args=["Gather"])(dns block)julia --project=. -e using Pkg; Pkg.add("ChainRulesTestUtils"); Pkg.add("StableRNGs"); Pkg.add("FiniteDifferences"); Pkg.add("ForwardDiff"); Pkg.add("Zygote"); Pkg.add("Documenter"); Pkg.add("ImageTransformations"); Pkg.add("Interpolations"); Pkg.add("FFTW"); Pkg.add("ReverseDiff"); Pkg.add("SpecialFunctions")(dns block)julia --project=test -e using Pkg Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate()(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
gather!misses the multi index method #626✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.