Skip to content

Commit ad0a1f9

Browse files
committed
Updated site for version 2.3.6
1 parent f7d1aba commit ad0a1f9

31 files changed

+93
-65
lines changed

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# RcppAlgos 2.3.6
2+
3+
## Bug Fixes:
4+
5+
* Fixed bug associated with integer vectors, multisets, and constraints. See [Issue #9](<https://github.com/jwood000/RcppAlgos/issues/9#issue-467908452>) for more information.
6+
17
# RcppAlgos 2.3.5
28

39
## New Features:
@@ -8,6 +14,8 @@
814

915
* Added website via the excellent package `pkgdown`
1016

17+
* Now using C++11 instead of C++14. See [Issue #10](<https://github.com/jwood000/RcppAlgos/issues/10>) for more information.
18+
1119
## Enhancements:
1220

1321
* Extended general partitions algorithm to multisets. E.g. `comboGeneral(10, 8, freqs = rep(1:5, 2), constraintFun = "sum", comparisonFun = "==", limitConstraints = 55)`
@@ -22,7 +30,9 @@
2230

2331
## Bug Fixes:
2432

25-
* Corrected checks for total number of partitions and assignment of number of rows when `upper` is applied in `combo/permuteGeneral`. See [Issue #9](https://github.com/jwood000/RcppAlgos/issues/9#issue-467908452Issue%20#9) for more information.
33+
* Corrected checks for total number of partitions and assignment of number of rows when `upper` is applied in `combo/permuteGeneral`. See [Issue #9](<https://github.com/jwood000/RcppAlgos/issues/9#issue-467908452Issue%20#9>) for more information.
34+
35+
* `permuteGeneral` no longer alters source vector. See [Issue #11](<https://github.com/jwood000/RcppAlgos/issues/11>) for more information.
2636

2737
# RcppAlgos 2.3.4
2838

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CombPermConstraints.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CombinatorialSampling.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ComputationalMathematics.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/GeneralCombinatorics.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/SubsetSum.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)