Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@enadeau enadeau released this 14 Jun 13:48
· 25 commits to master since this release
6411ca8

2.1.0 - 2021-06-14

Added

  • Statistic: bounce of a permutation.
  • Statistic: maximum drop size.
  • Statistic: number of primes in the column sums.
  • Statistic: holeyness of a permutation.
  • Algorithm: pop stack sort.
  • Statistic: count stack sorts.
  • Statistic: count pop stack sorts.
  • Statistic: Pinnacle set and number of pinnacles.

Changed

  • Functions for ascents and descents now take an optional argument to specify what step size to calculate.
  • Moved sorting functions from permuta/bisc/perm_properties.py to permuta/patterns/perm.py.