-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Feat/FSRS-6 #3929
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
Merged
Merged
Feat/FSRS-6 #3929
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5679e84
Feat/FSRS-6
L-M-Sherlock d822b4a
update comment
L-M-Sherlock 50c0b5f
add decay to Card
L-M-Sherlock 877699d
Merge branch 'main' into Feat/FSRS-6
L-M-Sherlock 5baeb03
./ninja fix:minilints
L-M-Sherlock 276341f
pass check
L-M-Sherlock 7d9fa06
fix NaN in evaluation
L-M-Sherlock 8e0c050
remove console
L-M-Sherlock fa570bf
decay should fallback to 0.5 when it's None.
L-M-Sherlock 9916964
Update SimulatorModal.svelte
L-M-Sherlock 8378ac8
Update a few comments
dae 4b00a75
Update FSRS decay defaults to use constants for better maintainabilit…
L-M-Sherlock be817f8
Update rslib/src/storage/card/data.rs
L-M-Sherlock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -334,7 +334,7 @@ | |
| }, | ||
| { | ||
| "name": "bincode", | ||
| "version": "2.0.0-rc.3", | ||
| "version": "2.0.1", | ||
| "authors": "Ty Overby <[email protected]>|Zoey Riordan <[email protected]>|Victor Koenders <[email protected]>", | ||
| "repository": "https://github.com/bincode-org/bincode", | ||
| "license": "MIT", | ||
|
|
@@ -415,7 +415,7 @@ | |
| }, | ||
| { | ||
| "name": "burn", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -424,7 +424,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-autodiff", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-autodiff", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -433,7 +433,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-candle", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "louisfd <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-candle", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -442,7 +442,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-common", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "Dilshod Tadjibaev (@antimora)", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-common", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -451,7 +451,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-core", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-core", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -460,7 +460,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-cuda", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -469,7 +469,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-dataset", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-dataset", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -478,7 +478,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-derive", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-derive", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -487,7 +487,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-hip", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-hip", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -496,7 +496,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-jit", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-jit", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -505,7 +505,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-ndarray", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-ndarray", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -514,7 +514,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-router", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "guillaumelagrange <[email protected]>|nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-router", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -523,7 +523,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-tensor", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -532,7 +532,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-train", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-train", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -541,7 +541,7 @@ | |
| }, | ||
| { | ||
| "name": "burn-wgpu", | ||
| "version": "0.16.0", | ||
| "version": "0.16.1", | ||
| "authors": "nathanielsimard <[email protected]>", | ||
| "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-wgpu", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -2071,7 +2071,7 @@ | |
| }, | ||
| { | ||
| "name": "itertools", | ||
| "version": "0.12.1", | ||
| "version": "0.13.0", | ||
| "authors": "bluss", | ||
| "repository": "https://github.com/rust-itertools/itertools", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -2080,7 +2080,7 @@ | |
| }, | ||
| { | ||
| "name": "itertools", | ||
| "version": "0.13.0", | ||
| "version": "0.14.0", | ||
| "authors": "bluss", | ||
| "repository": "https://github.com/rust-itertools/itertools", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -2429,15 +2429,6 @@ | |
| "license_file": null, | ||
| "description": "A wrapper over a platform's native TLS implementation" | ||
| }, | ||
| { | ||
| "name": "ndarray", | ||
| "version": "0.15.6", | ||
| "authors": "Ulrik Sverdrup \"bluss\"|Jim Turner", | ||
| "repository": "https://github.com/rust-ndarray/ndarray", | ||
| "license": "Apache-2.0 OR MIT", | ||
| "license_file": null, | ||
| "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting." | ||
| }, | ||
| { | ||
| "name": "ndarray", | ||
| "version": "0.16.1", | ||
|
|
@@ -2449,7 +2440,7 @@ | |
| }, | ||
| { | ||
| "name": "ndarray-rand", | ||
| "version": "0.14.0", | ||
| "version": "0.15.0", | ||
| "authors": "bluss", | ||
| "repository": "https://github.com/rust-ndarray/ndarray", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -2971,7 +2962,7 @@ | |
| }, | ||
| { | ||
| "name": "priority-queue", | ||
| "version": "2.1.1", | ||
| "version": "2.3.1", | ||
| "authors": "Gianmarco Garrisi <[email protected]>", | ||
| "repository": "https://github.com/garro95/priority-queue", | ||
| "license": "LGPL-3.0-or-later OR MPL-2.0", | ||
|
|
@@ -3574,7 +3565,7 @@ | |
| }, | ||
| { | ||
| "name": "serde", | ||
| "version": "1.0.217", | ||
| "version": "1.0.219", | ||
| "authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
| "repository": "https://github.com/serde-rs/serde", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -3601,7 +3592,7 @@ | |
| }, | ||
| { | ||
| "name": "serde_derive", | ||
| "version": "1.0.217", | ||
| "version": "1.0.219", | ||
| "authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
| "repository": "https://github.com/serde-rs/serde", | ||
| "license": "Apache-2.0 OR MIT", | ||
|
|
@@ -3851,6 +3842,15 @@ | |
| "license_file": null, | ||
| "description": "Helpful macros for working with enums and strings" | ||
| }, | ||
| { | ||
| "name": "strum", | ||
| "version": "0.27.1", | ||
| "authors": "Peter Glotfelty <[email protected]>", | ||
| "repository": "https://github.com/Peternator7/strum", | ||
| "license": "MIT", | ||
| "license_file": null, | ||
| "description": "Helpful macros for working with enums and strings" | ||
| }, | ||
| { | ||
| "name": "strum_macros", | ||
| "version": "0.26.4", | ||
|
|
@@ -3860,6 +3860,15 @@ | |
| "license_file": null, | ||
| "description": "Helpful macros for working with enums and strings" | ||
| }, | ||
| { | ||
| "name": "strum_macros", | ||
| "version": "0.27.1", | ||
| "authors": "Peter Glotfelty <[email protected]>", | ||
| "repository": "https://github.com/Peternator7/strum", | ||
| "license": "MIT", | ||
| "license_file": null, | ||
| "description": "Helpful macros for working with enums and strings" | ||
| }, | ||
| { | ||
| "name": "subtle", | ||
| "version": "2.6.1", | ||
|
|
@@ -4427,6 +4436,15 @@ | |
| "license_file": null, | ||
| "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." | ||
| }, | ||
| { | ||
| "name": "unty", | ||
| "version": "0.0.4", | ||
| "authors": "Victor Koenders <[email protected]>", | ||
| "repository": "https://github.com/bincode-org/unty", | ||
| "license": "Apache-2.0 OR MIT", | ||
| "license_file": null, | ||
| "description": "Explicitly types your generics" | ||
| }, | ||
| { | ||
| "name": "url", | ||
| "version": "2.5.4", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.