Releases: JuliaText/TextModels.jl
Releases · JuliaText/TextModels.jl
v0.2.1
v0.2.0
TextModels v0.2.0
@JuliaRegistrator register
Release notes:
Breaking changes
- Major dependency updates: Upgraded core dependencies to their latest major versions (e.g., Flux.jl).
- Model loading compatibility: Some previously pre-trained models may no longer be loadable due to structural or serialization changes.
- Julia version: Based on the Flux.jl dependency, the minimal version of Julia is 1.10 for now.
Merged pull requests:
Closed issues:
v0.1.1
TextModels v0.1.1
Closed issues:
Merged pull requests:
- Update TextModels to work with Flux @0.12 and Zygote (#20) (@AdarshKumar712)
- CompatHelper: bump compat for "BSON" to "0.3" (#23) (@github-actions[bot])
- CompatHelper: add new compat entry for "CUDA" at version "3" (#24) (@github-actions[bot])
- CompatHelper: add new compat entry for "DataDeps" at version "0.7" (#25) (@github-actions[bot])
- Fix broken docs link (#30) (@Oblynx)