We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af5ee7 commit ccbd85fCopy full SHA for ccbd85f
CHANGELOG.md
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Added
12
13
+### Changed
14
+
15
+### Fixed
16
17
18
+## v0.1.4
19
20
+### Added
21
22
* `FilteredMetaDatasest` filter the classes used to sample tasks.
23
* `UnionMetaDatasest` to get the union of multiple MetaDatasets.
24
* Alias `MiniImageNetCNN` to `CNN4` and add `embedding_size` argument.
@@ -24,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
25
34
* Updated reference for citations.
26
35
27
-### Fixed
28
-
29
36
30
37
## v0.1.3
31
38
learn2learn/_version.py
@@ -1 +1 @@
1
-__version__ = '0.1.3'
+__version__ = '0.1.4'
0 commit comments