Skip to content

Commit 8a26918

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents febd8ae + c12c495 commit 8a26918

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
type: amend-message
3+
---
4+
feat!: add support for operating on stacks of vectors
5+
6+
BREAKING CHANGE: return an ndarray, rather than a scalar
7+
8+
To migrate, users should invoke the `#.get()` method to retrieve the scalar
9+
value from the returned zero-dimensional ndarray.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
feat: add C API for `@stdlib/math/base/special/tribonacci`
2+
3+
PR-URL: https://github.com/stdlib-js/stdlib/pull/903
4+
Closes: https://github.com/stdlib-js/stdlib/issues/895
5+
Co-authored-by: Athan Reines <[email protected]>
6+
Reviewed-by: Athan Reines <[email protected]>

0 commit comments

Comments
 (0)