v1.0.0
v1.0.0 (2019-11-29)
Closed issues:
- Package compatibility caps (#72)
- depwarning (#66)
- first(permutations(first(combinations(1:2,0)))) type instability (#46)
- partitions does not seem to be type stable (#32)
- combinations performance (#30)
- stirling1 seems to be incorrect (#15)
Merged pull requests:
- Add a Project file, remove REQUIRE, declare version 1.0 (#88) (ararslan)
- Add partial derangements (#78) (Sedictious)
- readme: Remove reference to Base.combinations (#77) (cmcaine)
- Added Lobb and Narayana numbers (#76) (Sumegh-git)
- Make partitions type-stable (deconflicted) (#75) (mschauer)
- Corrected and optimized bellnum (#74) (mschauer)
- Give access to non-allocating combinations iterator (#73) (mschauer)
- Fix deprecations (#70) (femtocleaner[bot])
- nthperm(): Replace one
%=
by a-= remainder \* divisor
computed earlier (#55) (davidavdav) - Make partitions type-stable (#35) (ti-s)
- nthperm! argument checking (#14) (lmshk)