You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+129-1Lines changed: 129 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,132 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-pool/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-07-01)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`88cece6`](https://github.com/stdlib-js/stdlib/commit/88cece679d728150847dc2b5c957b395bffe7d90) - add boolean dtype support to `array/pool`[(#2486)](https://github.com/stdlib-js/stdlib/pull/2486)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`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)_
26
+
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
27
+
28
+
</details>
29
+
30
+
</section>
31
+
32
+
<!-- /.commits -->
33
+
34
+
<sectionclass="contributors">
35
+
36
+
### Contributors
37
+
38
+
A total of 2 people contributed to this release. Thank you to the following contributors:
39
+
40
+
- Athan Reines
41
+
- Jaysukh Makvana
42
+
43
+
</section>
44
+
45
+
<!-- /.contributors -->
46
+
47
+
</section>
48
+
49
+
<!-- /.release -->
50
+
51
+
<sectionclass="release"id="v0.2.1">
52
+
53
+
## 0.2.1 (2024-02-25)
54
+
55
+
<sectionclass="features">
56
+
57
+
### Features
58
+
59
+
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
60
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
81
+
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
82
+
83
+
- In order to migrate, users should update their implementations to
84
+
use the latest naming conventions. The affected type definitions
85
+
are aliases for individual data type strings, so their should be
86
+
no behavioral changes.
87
+
88
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
89
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
90
+
91
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
106
+
-[`bcb4079`](https://github.com/stdlib-js/stdlib/commit/bcb4079adf3e31d33d28db5dff21558c9e6bd5be) - **build:** remove and replace tslint directives _(by Philipp Burckhardt)_
107
+
-[`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
108
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
109
+
-[`43b454e`](https://github.com/stdlib-js/stdlib/commit/43b454ef52b9aba92242d95e05d82c3952715368) - **refactor:** avoid usage of utils/copy _(by Philipp Burckhardt)_
110
+
111
+
</details>
112
+
113
+
</section>
114
+
115
+
<!-- /.commits -->
116
+
117
+
<sectionclass="contributors">
118
+
119
+
### Contributors
120
+
121
+
A total of 2 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
@license Apache-2.0
4
4
5
-
Copyright (c) 2018 The Stdlib Authors.
5
+
Copyright (c) 2024 The Stdlib Authors.
6
6
7
7
Licensed under the Apache License, Version 2.0 (the "License");
8
8
you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ limitations under the License.
29
29
<p>To join us in bringing numerical computing to the web, get started by checking us out on <ahref="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <ahref="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
-`uint8c`: 8-bit unsigned integers clamped to `0-255`
102
-
103
-
By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative data type, set the `dtype` parameter.
89
+
By default, the output [typed array][mdn-typed-array] is `float64`. To specify an alternative [data type][@stdlib/array/typed-dtypes], set the `dtype` parameter.
104
90
105
91
```javascript
106
92
var arr =typedarraypool( 'int32' );
@@ -168,7 +154,7 @@ typedarraypool.free( arr2 );
168
154
169
155
#### typedarraypool.malloc( \[dtype] )
170
156
171
-
Returns an **uninitialized**[typed array][mdn-typed-array] having a specified data type `dtype`.
157
+
Returns an **uninitialized**[typed array][mdn-typed-array] having a specified [data type][@stdlib/array/typed-dtypes]`dtype`.
172
158
173
159
```javascript
174
160
var arr1 =typedarraypool.malloc();
@@ -240,7 +226,7 @@ typedarraypool.free( arr2 );
240
226
241
227
#### typedarraypool.calloc( \[dtype] )
242
228
243
-
Returns a **zero-initialized**[typed array][mdn-typed-array] having a specified data type `dtype`.
229
+
Returns a **zero-initialized**[typed array][mdn-typed-array] having a specified [data type][@stdlib/array/typed-dtypes]`dtype`.
0 commit comments