Skip to content

Commit

Permalink
🔖 Cut v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusStarr committed Aug 30, 2023
1 parent 9e67ab8 commit ac6d156
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SM-2 scheduling algorithm. If you're **not sure which to use**, the algorithm
provided by **`SMTwoAnki`** (which reproduces the scheduling behavior of the popular
F/OSS flashcard software Anki) is **most likely the "best" option.**

### Leitner ([`SpacedRepetition.Leitner`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.0.1/SpacedRepetition-Leitner))
### Leitner ([`SpacedRepetition.Leitner`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.1.0/SpacedRepetition-Leitner/))

The Leitner system was proposed by Sebastian Leitner in the early 1970s and was
originally intended for use with physical (paper) flashcards. For the basics
Expand All @@ -26,7 +26,7 @@ In general, the Leitner system is much more simple than the other options
provided (given that it was meant to be workable by hand) and should generally
be considered deprecated in favor of the more advanced SM-2 based algorithms.

### SM-2 ([`SpacedRepetition.SMTwo`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.0.1/SpacedRepetition-SMTwo))
### SM-2 ([`SpacedRepetition.SMTwo`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.1.0/SpacedRepetition-SMTwo/))

The SM-2 algorithm was one of the earliest computerized implementations of a
spaced repetition algorithm (created in 1988 by Piotr Wozniak) and has been
Expand All @@ -44,7 +44,7 @@ The SM-2 algorithm is robust, if more rudimentary than Anki's variant. Still,
it may be useful for those desiring a simple system without settings that can
still adapt to individual card difficulties (unlike the Leitner system).

### SM2+ ([`SpaceRepetition.SMTwoPlus`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.0.1/SpacedRepetition-SMTwoPlus))
### SM2+ ([`SpaceRepetition.SMTwoPlus`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.1.0/SpacedRepetition-SMTwoPlus/))

The SM2+ algorithm was proposed by "BlueRaja" as an improvement of the SM-2
algorithm. For details about the SM2+ algorithm and its purported advantages
Expand All @@ -57,7 +57,7 @@ presented in its reference implementation and its superiority to the SM-2
algorithm is dubious at best. Nevertheless, it is implemented here as it is
popular and often-cited online.

### Anki ([`SpaceRepetition.SMTwoAnki`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.0.1/SpacedRepetition-SMTwoAnki))
### Anki ([`SpaceRepetition.SMTwoAnki`](https://package.elm-lang.org/packages/SiriusStarr/elm-spaced-repetition/2.1.0/SpacedRepetition-SMTwoAnki/))

The algorithm used by the popular F/OSS program Anki, this algorithm is a
heavily-modified version of the SM-2 algorithm. For details about Anki's
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SiriusStarr/elm-spaced-repetition",
"summary": "Create spaced repetition software using several different popular algorithms.",
"license": "GPL-3.0",
"version": "2.0.1",
"version": "2.1.0",
"exposed-modules": [
"SpacedRepetition.Leitner",
"SpacedRepetition.SMTwo",
Expand Down

0 comments on commit ac6d156

Please sign in to comment.