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
+15-79Lines changed: 15 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,17 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="v0.3.0">
6
-
7
-
## 0.3.0 (2024-07-26)
8
-
9
-
<sectionclass="features">
10
-
11
-
### Features
12
-
13
-
-[`e92152b`](https://github.com/stdlib-js/stdlib/commit/e92152baba61ab358640cba9d0506d75123a5f60) - add boolean dtype support to `ndarray/defaults`[(#2551)](https://github.com/stdlib-js/stdlib/pull/2551)
14
-
15
-
</section>
5
+
<sectionclass="release"id="unreleased">
16
6
17
-
<!-- /.features -->
7
+
## Unreleased (2024-08-01)
18
8
19
9
<sectionclass="commits">
20
10
21
11
### Commits
22
12
23
13
<details>
24
14
25
-
-[`e92152b`](https://github.com/stdlib-js/stdlib/commit/e92152baba61ab358640cba9d0506d75123a5f60) - **feat:**add boolean dtype support to `ndarray/defaults`[(#2551)](https://github.com/stdlib-js/stdlib/pull/2551)_(by Jaysukh Makvana, Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
26
16
27
17
</details>
28
18
@@ -34,10 +24,9 @@
34
24
35
25
### Contributors
36
26
37
-
A total of 2 people contributed to this release. Thank you to the following contributors:
27
+
A total of 1 person contributed to this release. Thank you to this contributor:
38
28
39
29
- Athan Reines
40
-
- Jaysukh Makvana
41
30
42
31
</section>
43
32
@@ -47,6 +36,16 @@ A total of 2 people contributed to this release. Thank you to the following cont
47
36
48
37
<!-- /.release -->
49
38
39
+
<sectionclass="release"id="v0.3.0">
40
+
41
+
## 0.3.0 (2024-07-26)
42
+
43
+
No changes reported for this release.
44
+
45
+
</section>
46
+
47
+
<!-- /.release -->
48
+
50
49
<sectionclass="release"id="v0.2.1">
51
50
52
51
## 0.2.1 (2024-02-21)
@@ -91,70 +90,7 @@ No changes reported for this release.
91
90
92
91
## 0.0.1 (2023-09-21)
93
92
94
-
<sectionclass="features">
95
-
96
-
### Features
97
-
98
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
99
-
-[`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12) - rename `integral` to `integer`
100
-
-[`bd1017d`](https://github.com/stdlib-js/stdlib/commit/bd1017ddb8dd6fe552675221570186440cdbb4f5) - add `numeric` and `real` dtype defaults
101
-
-[`9363dc3`](https://github.com/stdlib-js/stdlib/commit/9363dc3376fcb9ba18d181716fae8fbb731771bd) - add `get` method for retrieving a single default setting
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
113
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
114
-
115
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
116
-
117
-
-[`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12): rename `integral` to `integer`
118
-
-[`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12): rename `integral` to `integer`
119
-
120
-
- To migrate, users should update their code to use `integer` rather
121
-
than `integral` to refer to the policy/kind which includes both
122
-
signed and unsigned integer dtypes.
123
-
124
-
</section>
125
-
126
-
<!-- /.breaking-changes -->
127
-
128
-
<sectionclass="commits">
129
-
130
-
### Commits
131
-
132
-
<details>
133
-
134
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
135
-
-[`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12) - **feat:** rename `integral` to `integer`_(by Athan Reines)_
-[`9363dc3`](https://github.com/stdlib-js/stdlib/commit/9363dc3376fcb9ba18d181716fae8fbb731771bd) - **feat:** add `get` method for retrieving a single default setting _(by Athan Reines)_
0 commit comments