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
+122-1Lines changed: 122 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,125 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-filled/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-06-29)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`8a55ea2`](https://github.com/stdlib-js/stdlib/commit/8a55ea29ae7cc04e9ebef428ee90900641bbabe1) - add boolean dtype support to `array/filled`[(#2471)](https://github.com/stdlib-js/stdlib/pull/2471)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`8a55ea2`](https://github.com/stdlib-js/stdlib/commit/8a55ea29ae7cc04e9ebef428ee90900641bbabe1) - **feat:** add boolean dtype support to `array/filled`[(#2471)](https://github.com/stdlib-js/stdlib/pull/2471)_(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
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
60
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
61
+
62
+
</section>
63
+
64
+
<!-- /.features -->
65
+
66
+
<sectionclass="bug-fixes">
67
+
68
+
### Bug Fixes
69
+
70
+
-[`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
71
+
72
+
</section>
73
+
74
+
<!-- /.bug-fixes -->
75
+
76
+
<sectionclass="breaking-changes">
77
+
78
+
### BREAKING CHANGES
79
+
80
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
81
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
82
+
83
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
84
+
85
+
</section>
86
+
87
+
<!-- /.breaking-changes -->
88
+
89
+
<sectionclass="commits">
90
+
91
+
### Commits
92
+
93
+
<details>
94
+
95
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)_(by Philipp Burckhardt, Athan Reines)_
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`3b59a50`](https://github.com/stdlib-js/stdlib/commit/3b59a503252cfe16765f84eab3bdb0ca06f6bb79) - **build:** remove vestiges of tslint directives _(by Philipp Burckhardt)_
100
+
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
101
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
102
+
-[`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
103
+
104
+
</details>
105
+
106
+
</section>
107
+
108
+
<!-- /.commits -->
109
+
110
+
<sectionclass="contributors">
111
+
112
+
### Contributors
113
+
114
+
A total of 2 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+6-19Lines changed: 6 additions & 19 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) 2020 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`
98
-
-`generic`: generic JavaScript values
99
-
100
-
By default, the output array data type is `float64` (i.e., a [typed array][mdn-typed-array]). To specify an alternative data type, provide a `dtype` argument.
85
+
By default, the output array [data type][@stdlib/array/dtypes] is `float64` (i.e., a [typed array][mdn-typed-array]). To specify an alternative [data type][@stdlib/array/dtypes], provide a `dtype` argument.
0 commit comments