We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6617e commit b5a426dCopy full SHA for b5a426d
NEWS.md
@@ -85,7 +85,9 @@ Library improvements
85
86
* `isreadable`/`iswritable` functions added for more IO types (#3872).
87
88
- * `combinations` now returns an iterator instead of a task (#3989)
+ * `combinations`, `permutations`, and `partitions` now return
89
+ iterators instead of a task. and `integer_partitions` has been
90
+ renamed to `partitions` (#3989 and #4055).
91
92
* Documentation for writing packages (#2714, 2769, #2791) and linear algebra
93
(#2807)
0 commit comments