Skip to content

Version 0.24.0: Completely overhaul dice probability calculations

Pre-release
Pre-release
Compare
Choose a tag to compare
@Samasaur1 Samasaur1 released this 13 Jul 03:23
· 80 commits to master since this release
v0.24.0
ce0d451

Added

  • Chance objects can now be multiplied together (which, mathematically, represents the chance of both occurring)
  • More test cases for Chance

Changed

  • Dice probabilities computation is now up to 1000x faster (in my tests). From the user's perspective, nothing else about this should have changed.
  • The release script now links to the docs for the specific version (on the releases page), not just the main website.

Fixed

  • GitHub Actions can now deploy docs through the use of the GitHub token
  • Typos

See changelog
See docs