Skip to content

Release 1.16.5

Compare
Choose a tag to compare
@bashtage bashtage released this 28 Apr 07:37
  • Fixed bugs in multiple distributions that could result in nan values in rare circumstances (about 1 in 10E53)
  • Added keyword closed to randint which changes sampling from the half-open interval [low, high) to the closed interval [low, high].
  • Fixed a bug in random_integers that could lead to valid values being treated as invalid.