tensort 1.0.1.0 → 1.0.1.1
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−4
- tensort.cabal +1/−1
README.md view
@@ -16,7 +16,7 @@ we wish to do on the elements. <figure>- <img src="./assets/images/deck_shuffle_chart_censored.svg "+ <img src="https://raw.githubusercontent.com/kaBeech/tensort/b160df72bdd673b37cbf7b8a5b7d0f4d02af9920/assets/images/deck_shuffle_chart_censored.svg" alt="When sorting a randomly shuffled deck of cards, Quicksort makes 202 positional errors, Mergesort makes 201, Bubblesort makes 4, Tensort makes 51, Mundane Robustsort makes 11, and Magic Robustsort makes@@ -870,7 +870,7 @@ that's so good it's robust against logic itself... <figure>- <img src="./assets/images/mc_confused.png"+ <img src="https://raw.githubusercontent.com/kaBeech/tensort/main/assets/images/mc_confused.png" alt="Michael Caine and Mike Meyers looking taken aback"> <figcaption><i><a href="https://www.imdb.com/video/vi3757292825/"> Source@@ -990,7 +990,7 @@ benchmarking results for average error score for our algorithms: <figure>- <img src="./assets/images/deck_shuffle_chart_uncensored.svg"+ <img src="https://raw.githubusercontent.com/kaBeech/tensort/b160df72bdd673b37cbf7b8a5b7d0f4d02af9920/assets/images/deck_shuffle_chart_uncensored.svg" alt="When sorting a randomly shuffled deck of cards, Quicksort makes 202 positional errors, Mergesort makes 201, Bubblesort makes 4, Tensort makes 51, Mundane Robustsort makes 11, and Magic Robustsort makes 1">@@ -1032,7 +1032,7 @@ Michael? <figure>- <img src="./assets/images/mc_doors.png"+ <img src="https://raw.githubusercontent.com/kaBeech/tensort/main/assets/images/mc_doors.png" alt="Michael Caine looking upset with Michael Standing"> <figcaption><i><a href="https://www.imdb.com/video/vi3792027161/"> Source
tensort.cabal view
@@ -20,7 +20,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.1.0+version: 1.0.1.1 tested-with: GHC==9.8.2, GHC==9.6.4,