Skip to content

Commit bfa9bf8

Browse files
committed
Version v0.4.3
1 parent 2f227aa commit bfa9bf8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.4.3
9+
10+
### Added
11+
12+
- Feature registries let you find datasets, data recipes and learning tasks for your projects. It is now easier to search for functionality related to kinds of data and load it. See the updated [discovery tutorial](https://fluxml.ai/FastAI.jl/dev/i/?id=documents%2Fdocs%2Fdiscovery.md&id=references%2FFastAI.Registries.learningtasks)
13+
- @Chandu-444 added first support for text datasets, adding the `Paragraph` block and `FastAI.Textual` submodule (https://github.com/FluxML/FastAI.jl/pull/207)
14+
15+
### Removed
16+
17+
- the old APIs for registries have been removed and functionality for accessing them (`finddatasets`, `loaddataset`) has been deprecated. See the updated docs for how to find functionality using the new feature registries.
18+
19+
20+
## v0.4.2
21+
22+
### Added
23+
24+
- Compatibility with FluxTraining.jl v0.3 (https://github.com/FluxML/FastAI.jl/pull/223)
25+
826
## v0.4.1
927

1028
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FastAI"
22
uuid = "5d0beca9-ade8-49ae-ad0b-a3cf890e669f"
33
authors = ["Lorenz Ohly", "Julia Community"]
4-
version = "0.4.2"
4+
version = "0.4.3"
55

66
[deps]
77
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"

0 commit comments

Comments
 (0)