Skip to content

Commit d208aa2

Browse files
authored
Merge pull request #308 from FluxML/dev
For a 0.6.6 release
2 parents b3bfa38 + 2919aa9 commit d208aa2

File tree

15 files changed

+64
-8915
lines changed

15 files changed

+64
-8915
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJFlux"
22
uuid = "094fc8d1-fd35-5302-93ea-dabda2abf845"
33
authors = ["Anthony D. Blaom <[email protected]>", "Ayush Shridhar <[email protected]>"]
4-
version = "0.6.5"
4+
version = "0.6.6"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2323
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
2424
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2525
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
26+
27+
[compat]
28+
Documenter = "1"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ makedocs(
3333
"Regression"=>"interface/Regression.md",
3434
"Multi-Target Regression"=>"interface/Multitarget Regression.md",
3535
"Image Classification"=>"interface/Image Classification.md",
36-
"Entity Embeddings"=>"interface/Entity Embeddings.md",
36+
"Entity Embdedding"=>"interface/entity_embedding.md",
3737
],
3838
"Common Workflows" => Any[
3939
"Incremental Training"=>"common_workflows/incremental_training/notebook.md",
@@ -47,7 +47,6 @@ makedocs(
4747
],
4848
"Extended Examples" => Any[
4949
"MNIST Images"=>"extended_examples/MNIST/notebook.md",
50-
"Spam Detection with RNNs"=>"extended_examples/spam_detection/notebook.md",
5150
],
5251
"Contributing" => "contributing.md"],
5352
doctest = false,

0 commit comments

Comments
 (0)