Tag: FSRS
-
Features
- Add future projection to forgetting curve by @L-M-Sherlock in #3732
- Add support for copied image files when adding IO notes by @iamllama in #3733
- FSRS updates by @L-M-Sherlock in #3737
- When ‘add’ reveals the card window, it now resets deck/notetype like close+open. By @iamllama in #3756
- Recognise and check for media referenced in tags by @iamllama in #3763
- Tweaks the Dockerfile by @omarkohl in #3714, #3716, etc
Fixes
- Prevent stale frames from being drawn / always ensure up-to-date contents in webview by @Lolle2000la in #3668
- Fix True Retention table clipping on overflow by @rbrownwsws in #3735
- Revert Editor.set_note’s signature change with an alternative approach for #3730 by @iamllama in #3736
- add contributor to about.py by @gregorylearns in #3738
- Increase font size in debug console by @user1823 in #3743
- Cleanup av_player on profile close by @kelciour in #3754
- Remove unfinished polygon when undoing and redoing in IO mode by @iamllama in #3759
- Add percentage to FSRS spinner by @Arthur-Milchior in #3679
- Fix changes to tags not being reflected when editing in IO mode by @iamllama in #3768
- FIX lang selection resetting to en_US for some langs by @GithubAnon0000 in #3744
- Add translation strings for True Retention table by @rbrownwsws in #3745
- Fix numeric deck and notetype names being treated as ids when importing csv by @iamllama in #3748
- More accurate sorting by R by @user1823 in #3747
- Fix: Simulator Ignores New Cards Already Introduced by @Luc-Mcgrady in #3760
- Fix/re-optimize FSRS if short-term param is weird by @L-M-Sherlock in #3742
- Fix a build error on Yarn 4 by @mikehardy in #3752
- Update to Yarn 4 by @dae in #3772
- Fall back to SM2 relative order when memory state missing by @dae in #3771
-
It adds a future projection, although the vertical line has been removed for the sake of simplicity.


-
“L2 regularization will let the optimization become more stable/conservative for new users when they only have a few reviews for training.”

-
Settings > Appearance > App bar buttons > Card Info Always show



-
A milestone release!!

-
It looks nice !

-
Original motivation:
“card.card_stats_data() became slow after Feat/forgetting curve in card info by L-M-Sherlock Β· Pull Request #3437 Β· ankitects/anki Β· GitHub because it computes the memory state for each revlog. For card with 40+ revlogs, it costs ~400ms to return the result. Itβs not perceivable when opening the card info page. But it slows down add-ons which use card_stats_data() to get the revlogs of thoustands of cards significantly.”
Of course it would be preferable to refactor the existing calculation method while reducing the computational complexity to O(n).
-
“FSRS5 params are now stored separately from FSRS4, so you can optimize your presets while continuing to use older clients.“

The complete changelog:
-
First beta version since June is available. Enjoy π










