Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For a 0.5.1 release #264

Merged
merged 36 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7c4a554
remove Manifest.toml from docs/
ablaom Jun 10, 2024
78c1ba0
update README for examples/mnist
ablaom Jun 11, 2024
257995a
whitespace fixes in spam tutorial
ablaom Jun 11, 2024
5cd9d9b
fix Spam tutorial so it executes as self-contained tutorial
ablaom Jun 11, 2024
d4d800d
add a readme to the spam tutorial
ablaom Jun 11, 2024
88c5c1d
update architecture search workflow
ablaom Jun 11, 2024
d4a59a4
add generate.jl and REAMDE.md files to all remaining workflows
ablaom Jun 11, 2024
68ab5c3
update Comparison workflow
ablaom Jun 11, 2024
78e7fe7
update Composition workflow (and add some forgotten files)
ablaom Jun 11, 2024
e01dad9
update early stopping workflow
ablaom Jun 11, 2024
bbc2e7a
update tuning workflow
ablaom Jun 11, 2024
704627d
some whitespace fixes
ablaom Jun 11, 2024
c79763c
update incremental training workflow
ablaom Jun 11, 2024
d11d5a6
update live training workflow
ablaom Jun 11, 2024
65bcce8
update examples/mnist
ablaom Jun 11, 2024
908e07b
"archive" example/mnist
ablaom Jun 11, 2024
04626d1
have generate.jl do markdown as well; generate the markdown
ablaom Jun 11, 2024
aded144
fix the ambiguous code fencing in workflow examples markdown
ablaom Jun 11, 2024
c1ed27d
regenerate notebooks for Spam detection
ablaom Jun 11, 2024
311c28d
add missing pkg metadata for binary classifier
ablaom Jun 11, 2024
5473182
update some docstrings
ablaom Jun 11, 2024
f658765
tweak docs
ablaom Jun 11, 2024
16d8c17
fix inadvertent corruption of src
ablaom Jun 11, 2024
d2c09fc
revert to using Languages to get stop words
ablaom Jun 11, 2024
d64f1df
find workaround for Documenter ghost itemization
ablaom Jun 11, 2024
2ad3cc6
get rid of spaces in folder names
ablaom Jun 11, 2024
e414aa2
add a copy of mnist to extended examples (formerly "full tutorials")
ablaom Jun 11, 2024
c2375c0
add links in workflow examples to github source
ablaom Jun 11, 2024
c6da6fc
do the same for MNIST
ablaom Jun 11, 2024
c60c0fb
more renaming of folders to get rid of spaces
ablaom Jun 11, 2024
b41131a
fix some links
ablaom Jun 11, 2024
1cda24c
have markdown for workflows use @example fencing
ablaom Jun 12, 2024
6746b8b
final doc tweaks; no more substantive warnings from Documenter
ablaom Jun 12, 2024
9750b37
dump docs from readme and replace with code snippet
ablaom Jun 12, 2024
a8efd81
Merge pull request #263 from FluxML/docs-revamp
ablaom Jun 12, 2024
778574b
bump 0.5.1
ablaom Jun 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/Manifest.toml
/docs/Manifest.toml
.ipynb_checkpoints
*~
#*
Expand All @@ -7,4 +8,4 @@
sandbox/
docs/build
/examples/mnist/mnist_machine*
Manifest.toml
*.jls
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJFlux"
uuid = "094fc8d1-fd35-5302-93ea-dabda2abf845"
authors = ["Anthony D. Blaom <[email protected]>", "Ayush Shridhar <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
Loading
Loading