Releases: LuxDL/Lux.jl
Releases · LuxDL/Lux.jl
v1.4.0
Lux v1.4.0
Merged pull requests:
- ci: use sources for docs (#1100) (@avik-pal)
- Add Reactant and TPU to autodiff.md (#1101) (@wsmoses)
- refactor: cleanup some old pre-1.0 hacks (#1102) (@avik-pal)
- feat: add bf16 function (#1104) (@avik-pal)
- docs: add CUDA.CURAND.default_rng() to docs (#1105) (@avik-pal)
- fix: use generic broadcasting for complex numbers (#1106) (@avik-pal)
Closed issues:
LuxLib-v1.3.10
LuxLib LuxLib-v1.3.10
Merged pull requests:
- ci: use sources for docs (#1100) (@avik-pal)
- Add Reactant and TPU to autodiff.md (#1101) (@wsmoses)
- refactor: cleanup some old pre-1.0 hacks (#1102) (@avik-pal)
- feat: add bf16 function (#1104) (@avik-pal)
- docs: add CUDA.CURAND.default_rng() to docs (#1105) (@avik-pal)
- fix: use generic broadcasting for complex numbers (#1106) (@avik-pal)
Closed issues:
v1.3.4
Lux v1.3.4
Merged pull requests:
LuxTestUtils-v1.7.0
LuxTestUtils LuxTestUtils-v1.7.0
Diff since LuxTestUtils-v1.6.0
Merged pull requests:
- test: try re-enabling enzyme testing on 0.13.16 (#1042) (@avik-pal)
- docs: restructure the docs a bit (#1083) (@avik-pal)
- fix:
dataloaders
use adapt_structure (#1084) (@avik-pal) - fix: mark kwargs in functor as leaf (#1085) (@avik-pal)
- docs: trigger build for docs (#1087) (@avik-pal)
- docs: initial prototype of exporting Lux models to Jax (#1088) (@avik-pal)
- non_differentiable gpu_device and cpu_device (#1089) (@CarloLucibello)
- chore: use [sources] in Project.toml (#1090) (@avik-pal)
- fix: add lineinfo to compact (#1091) (@avik-pal)
- docs: highlight Reactant in landing page (#1092) (@avik-pal)
- chore: bump codecov/codecov-action from 4 to 5 (#1093) (@dependabot[bot])
- ci: install specific AMDGPU version (#1096) (@avik-pal)
LuxLib-v1.3.9
LuxLib LuxLib-v1.3.9
Merged pull requests:
- test: try re-enabling enzyme testing on 0.13.16 (#1042) (@avik-pal)
- docs: restructure the docs a bit (#1083) (@avik-pal)
- fix:
dataloaders
use adapt_structure (#1084) (@avik-pal) - fix: mark kwargs in functor as leaf (#1085) (@avik-pal)
- docs: trigger build for docs (#1087) (@avik-pal)
- docs: initial prototype of exporting Lux models to Jax (#1088) (@avik-pal)
- non_differentiable gpu_device and cpu_device (#1089) (@CarloLucibello)
- chore: use [sources] in Project.toml (#1090) (@avik-pal)
- fix: add lineinfo to compact (#1091) (@avik-pal)
- docs: highlight Reactant in landing page (#1092) (@avik-pal)
- chore: bump codecov/codecov-action from 4 to 5 (#1093) (@dependabot[bot])
- ci: install specific AMDGPU version (#1096) (@avik-pal)
v1.3.3
v1.3.2
MLDataDevices-v1.6.2
MLDataDevices MLDataDevices-v1.6.2
Diff since MLDataDevices-v1.6.1
Merged pull requests:
- fix: mark kwargs in functor as leaf (#1085) (@avik-pal)
- docs: trigger build for docs (#1087) (@avik-pal)
- docs: initial prototype of exporting Lux models to Jax (#1088) (@avik-pal)
- non_differentiable gpu_device and cpu_device (#1089) (@CarloLucibello)
- chore: use [sources] in Project.toml (#1090) (@avik-pal)
- fix: add lineinfo to compact (#1091) (@avik-pal)
- docs: highlight Reactant in landing page (#1092) (@avik-pal)
v1.3.1
v1.3.0
Lux v1.3.0
Merged pull requests:
- fix: init hidden state for reactant (#1026) (@avik-pal)
- fix for Zygote and ChainRules OneElement (#1038) (@CarloLucibello)
- CompatHelper: bump compat for Optimisers to 0.4 for package DDIM, (keep existing compat) (#1059) (@github-actions[bot])
- fix: gracefully handle
OneHotArrays
(#1064) (@avik-pal) - chore: bump crate-ci/typos from 1.27.0 to 1.27.3 (#1065) (@dependabot[bot])
- fix: unsafe free for OneHotArrays (#1067) (@avik-pal)
- feat: update to Functors v0.5 (#1069) (@avik-pal)
- ci: generate tags for subdir projects (#1071) (@avik-pal)
Closed issues:
- scalar indexing of gpu array in Zygote gradient (#1016)
- sending to devices tuples, named tuples and arrays does not keep track of identical objects (#1017)
- Compiling Recurrent Models with Reactant (#1025)
- Simplify recursive code with
Functors
v0.5 (#1061) unsafe_free!
from MLDataDevices fails for OneHotArrays (#1066)