File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2024-07-01 )
7+ ## Unreleased (2024-07-07 )
88
99<section class =" features " >
1010
2222
2323<details >
2424
25+ - [ ` a78f7d1 ` ] ( https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910 ) - ** style:** add missing spaces _ (by Philipp Burckhardt)_
2526- [ ` 88cece6 ` ] ( https://github.com/stdlib-js/stdlib/commit/88cece679d728150847dc2b5c957b395bffe7d90 ) - ** feat:** add boolean dtype support to ` array/pool ` [ (#2486 )] ( https://github.com/stdlib-js/stdlib/pull/2486 ) _ (by Jaysukh Makvana, Athan Reines)_
2627- [ ` 75d4f83 ` ] ( https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f ) - ** refactor:** update require and include paths _ (by Athan Reines)_
2728
3536
3637### Contributors
3738
38- A total of 2 people contributed to this release. Thank you to the following contributors:
39+ A total of 3 people contributed to this release. Thank you to the following contributors:
3940
4041- Athan Reines
4142- Jaysukh Makvana
43+ - Philipp Burckhardt
4244
4345</section >
4446
Original file line number Diff line number Diff line change 2323var bench = require ( '@stdlib/bench-harness' ) ;
2424var isTypedArray = require ( '@stdlib/assert-is-typed-array' ) ;
2525var isComplexTypedArray = require ( '@stdlib/assert-is-complex-typed-array' ) ;
26- var isBooleanArray = require ( '@stdlib/assert-is-booleanarray' ) ;
26+ var isBooleanArray = require ( '@stdlib/assert-is-booleanarray' ) ;
2727var pkg = require ( './../package.json' ) . name ;
2828var typedarray = require ( './../lib' ) ;
2929
You can’t perform that action at this time.
0 commit comments