Releases: FluxML/NNlib.jl
Releases · FluxML/NNlib.jl
v0.9.34
v0.9.33
NNlib v0.9.33
Merged pull requests:
- Extending scatter! to work with CUDA sparse arrays (#648) (@alonsoC1s)
- Add Metal queue specification for Buildkite agents (#667) (@CarloLucibello)
- fix:
gatherandscatteron empty arrays (#668) (@lenianiva) - revert 648 (extend scatter to CUDA sparse) (#670) (@CarloLucibello)
Closed issues:
v0.9.1
NNlib v0.9.1
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.9.32
NNlib v0.9.32
Merged pull requests:
- Fix cudnnConvolutionDescriptor deprecation warning in Julia 1.12 (#649) (@Copilot)
- Add GitHub Copilot instructions for NNlib.jl (#651) (@Copilot)
- Generalize batched_vec to support N-D batches (#652) (@Copilot)
- Refactor
gelu_tanhto usetanhfor compiler pattern matching (#653) (@Copilot) - Bump julia-actions/cache from 1 to 2 (#656) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 5 (#657) (@dependabot[bot])
- Bump actions/checkout from 3 to 5 (#658) (@dependabot[bot])
- Bump thollander/actions-comment-pull-request from 1.0.1 to 3.0.1 (#659) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#660) (@dependabot[bot])
- update min julia version to 1.10 (#661) (@CarloLucibello)
- Bump actions/checkout from 5 to 6 (#663) (@dependabot[bot])
- Bump tibdex/github-app-token from 1 to 2 (#664) (@dependabot[bot])
- fix CI (#665) (@CarloLucibello)
- Metal Extension with fix for tanh_fast (#666) (@CarloLucibello)
Closed issues:
v0.9.31
NNlib v0.9.31
Merged pull requests:
Closed issues:
- Precise order of operations for convolution (#642)
v0.9.30
NNlib v0.9.30
Merged pull requests:
- Use the correct
nthreads(#636) (@IanButterworth) - CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) (#637) (@github-actions[bot])
Closed issues:
- Wrong number of threads used if interactive pool exists. (#634)
v0.9.29
NNlib v0.9.29
Merged pull requests:
- CompatHelper: add new compat entry for SpecialFunctions in [weakdeps] at version 2, (keep existing compat) (#630) (@github-actions[bot])
- Add type alias for gelu -> gelu_tanh (#632) (@ToucheSir)
- Don't spawn if: only one iteration or no threads or threading disabled (#633) (@IanButterworth)
Closed issues:
- Issue with change to gelu (#631)
v0.9.28
NNlib v0.9.28
Merged pull requests:
- Add Grid Sampling for 3D images. (#627) (@gRox167)
- Adds full gelu without approximation (#629) (@se-schmitt)
Closed issues:
- "Full" gelu without approximation (#628)