Releases: impICNF/ContinuousNormalizingFlows.jl
Releases · impICNF/ContinuousNormalizingFlows.jl
v0.16.0
ContinuousNormalizingFlows v0.16.0
Merged pull requests:
- remove Flux and clean for it (#348) (@prbzrg)
- remove
zeros_T_AT
and rename cuda ext (#349) (@prbzrg) - update licence (#352) (@prbzrg)
Closed issues:
- ERROR: LoadError: Mutating arrays is not supported -- called setindex!(Vector{Float32}, ...) (#170)
v0.15.1
ContinuousNormalizingFlows v0.15.1
Merged pull requests:
v0.15.0
v0.14.2
ContinuousNormalizingFlows v0.14.2
Merged pull requests:
v0.14.1
ContinuousNormalizingFlows v0.14.1
Merged pull requests:
- CompatHelper: bump compat for AbstractDifferentiation to 0.6, (keep existing compat) (#303) (@github-actions[bot])
- Fix for new api of AbstractDifferentiation (#304) (@prbzrg)
- CompatHelper: add new compat entry for Documenter at version 1 for package docs, (keep existing compat) (#305) (@github-actions[bot])
- CompatHelper: add new compat entry for ADTypes at version 0.2 for package test, (keep existing compat) (#306) (@github-actions[bot])
- CompatHelper: add new compat entry for Lux at version 0.5 for package test, (keep existing compat) (#307) (@github-actions[bot])
- CompatHelper: add new compat entry for SciMLBase at version 2 for package test, (keep existing compat) (#308) (@github-actions[bot])
- CompatHelper: add new compat entry for JET at version 0.8 for package test, (keep existing compat) (#309) (@github-actions[bot])
- CompatHelper: add new compat entry for Flux at version 0.14 for package test, (keep existing compat) (#310) (@github-actions[bot])
- CompatHelper: add new compat entry for DataFrames at version 1 for package test, (keep existing compat) (#311) (@github-actions[bot])
- CompatHelper: add new compat entry for ReverseDiff at version 1 for package test, (keep existing compat) (#312) (@github-actions[bot])
- CompatHelper: add new compat entry for ForwardDiff at version 0.10 for package test, (keep existing compat) (#313) (@github-actions[bot])
- CompatHelper: add new compat entry for Distances at version 0.10 for package test, (keep existing compat) (#314) (@github-actions[bot])
- CompatHelper: add new compat entry for Zygote at version 0.6 for package test, (keep existing compat) (#315) (@github-actions[bot])
- CompatHelper: add new compat entry for Aqua at version 0.7 for package test, (keep existing compat) (#316) (@github-actions[bot])
- CompatHelper: add new compat entry for CUDA at version 5 for package test, (keep existing compat) (#317) (@github-actions[bot])
- CompatHelper: add new compat entry for AbstractDifferentiation at version 0.6 for package test, (keep existing compat) (#318) (@github-actions[bot])
- CompatHelper: add new compat entry for cuDNN at version 1 for package test, (keep existing compat) (#319) (@github-actions[bot])
- CompatHelper: add new compat entry for TruncatedStacktraces at version 1 for package test, (keep existing compat) (#320) (@github-actions[bot])
- CompatHelper: add new compat entry for LuxCUDA at version 0.3 for package test, (keep existing compat) (#321) (@github-actions[bot])
- CompatHelper: add new compat entry for SciMLSensitivity at version 7 for package test, (keep existing compat) (#322) (@github-actions[bot])
- CompatHelper: add new compat entry for ComponentArrays at version 0.15 for package test, (keep existing compat) (#323) (@github-actions[bot])
- CompatHelper: add new compat entry for Distributions at version 0.25 for package test, (keep existing compat) (#324) (@github-actions[bot])
- CompatHelper: add new compat entry for ComputationalResources at version 0.3 for package test, (keep existing compat) (#325) (@github-actions[bot])
- CompatHelper: add new compat entry for MLJBase at version 1 for package test, (keep existing compat) (#326) (@github-actions[bot])
- CompatHelper: add new compat entry for Lux at version 0.5 for package benchmark, (keep existing compat) (#327) (@github-actions[bot])
- CompatHelper: add new compat entry for ComponentArrays at version 0.15 for package benchmark, (keep existing compat) (#328) (@github-actions[bot])
- CompatHelper: add new compat entry for Flux at version 0.14 for package benchmark, (keep existing compat) (#329) (@github-actions[bot])
- CompatHelper: add new compat entry for SciMLSensitivity at version 7 for package benchmark, (keep existing compat) (#330) (@github-actions[bot])
- CompatHelper: add new compat entry for PkgBenchmark at version 0.2 for package benchmark, (keep existing compat) (#331) (@github-actions[bot])
- CompatHelper: add new compat entry for BenchmarkTools at version 1 for package benchmark, (keep existing compat) (#332) (@github-actions[bot])
- CompatHelper: add new compat entry for Zygote at version 0.6 for package benchmark, (keep existing compat) (#333) (@github-actions[bot])
- uncomment jacvec tests (#334) (@prbzrg)
- single loop for tests and precompile (#336) (@prbzrg)
- use
vcat
instead ofcat
(#338) (@prbzrg)
v0.14.0
ContinuousNormalizingFlows v0.14.0
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#286) (@dependabot[bot])
- Revert "Bump codecov/codecov-action from 3 to 4" (#287) (@prbzrg)
- CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#291) (@github-actions[bot])
- generalize inference & generate (#292) (@prbzrg)
- remove
sol_args
(#293) (@prbzrg) - CompatHelper: bump compat for MLJBase to 1, (keep existing compat) (#294) (@github-actions[bot])
- lower memory usage (#295) (@prbzrg)
- Cleaning (#298) (@prbzrg)
- add missing types (#299) (@prbzrg)
- Improve Inplace for
ZygoteMatrixMode
(#300) (@prbzrg) - cleaning (#302) (@prbzrg)
Closed issues:
v0.13.0
ContinuousNormalizingFlows v0.13.0
Merged pull requests:
v0.12.0
v0.11.1
ContinuousNormalizingFlows v0.11.1
Merged pull requests:
v0.11.0
ContinuousNormalizingFlows v0.11.0
Merged pull requests:
- change types in models (#267) (@prbzrg)
- CompatHelper: bump compat for ADTypes to 0.2, (keep existing compat) (#268) (@github-actions[bot])
- add
BenchmarkCI
(#269) (@prbzrg) - Enhance iszero for n_aug (#271) (@prbzrg)
- update inner nn call (#272) (@prbzrg)
- CompatHelper: bump compat for Optimisers to 0.3, (keep existing compat) (#273) (@github-actions[bot])