@stdlib/simulate-iter 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +5 -5
- package/docs/types/index.d.ts +1 -1
- package/package.json +17 -17
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ See [LICENSE][stdlib-license].
|
|
|
146
146
|
|
|
147
147
|
## Copyright
|
|
148
148
|
|
|
149
|
-
Copyright © 2016-
|
|
149
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
150
150
|
|
|
151
151
|
</section>
|
|
152
152
|
|
|
@@ -159,8 +159,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
159
159
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/simulate-iter.svg
|
|
160
160
|
[npm-url]: https://npmjs.org/package/@stdlib/simulate-iter
|
|
161
161
|
|
|
162
|
-
[test-image]: https://github.com/stdlib-js/simulate-iter/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
163
|
-
[test-url]: https://github.com/stdlib-js/simulate-iter/actions/workflows/test.yml?query=branch:v0.2.
|
|
162
|
+
[test-image]: https://github.com/stdlib-js/simulate-iter/actions/workflows/test.yml/badge.svg?branch=v0.2.2
|
|
163
|
+
[test-url]: https://github.com/stdlib-js/simulate-iter/actions/workflows/test.yml?query=branch:v0.2.2
|
|
164
164
|
|
|
165
165
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/simulate-iter/main.svg
|
|
166
166
|
[coverage-url]: https://codecov.io/github/stdlib-js/simulate-iter?branch=main
|
|
@@ -172,8 +172,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
172
172
|
|
|
173
173
|
-->
|
|
174
174
|
|
|
175
|
-
[chat-image]: https://img.shields.io/
|
|
176
|
-
[chat-url]: https://
|
|
175
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
176
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
177
177
|
|
|
178
178
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
179
179
|
|
package/docs/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/simulate-iter",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Simulation iterators.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stdlib/simulate-iter-awgn": "^0.2.1",
|
|
34
|
-
"@stdlib/simulate-iter-awln": "^0.2.
|
|
35
|
-
"@stdlib/simulate-iter-awun": "^0.2.
|
|
36
|
-
"@stdlib/simulate-iter-bartlett-hann-pulse": "^0.2.
|
|
37
|
-
"@stdlib/simulate-iter-bartlett-pulse": "^0.2.
|
|
38
|
-
"@stdlib/simulate-iter-cosine-wave": "^0.2.
|
|
39
|
-
"@stdlib/simulate-iter-dirac-comb": "^0.2.
|
|
40
|
-
"@stdlib/simulate-iter-flat-top-pulse": "^0.2.
|
|
41
|
-
"@stdlib/simulate-iter-hann-pulse": "^0.2.
|
|
42
|
-
"@stdlib/simulate-iter-lanczos-pulse": "^0.2.
|
|
43
|
-
"@stdlib/simulate-iter-periodic-sinc": "^0.2.
|
|
44
|
-
"@stdlib/simulate-iter-pulse": "^0.2.
|
|
45
|
-
"@stdlib/simulate-iter-sawtooth-wave": "^0.2.
|
|
46
|
-
"@stdlib/simulate-iter-sine-wave": "^0.2.
|
|
47
|
-
"@stdlib/simulate-iter-square-wave": "^0.2.
|
|
48
|
-
"@stdlib/simulate-iter-triangle-wave": "^0.2.
|
|
49
|
-
"@stdlib/utils-define-read-only-property": "^0.2.
|
|
34
|
+
"@stdlib/simulate-iter-awln": "^0.2.2",
|
|
35
|
+
"@stdlib/simulate-iter-awun": "^0.2.2",
|
|
36
|
+
"@stdlib/simulate-iter-bartlett-hann-pulse": "^0.2.3",
|
|
37
|
+
"@stdlib/simulate-iter-bartlett-pulse": "^0.2.3",
|
|
38
|
+
"@stdlib/simulate-iter-cosine-wave": "^0.2.3",
|
|
39
|
+
"@stdlib/simulate-iter-dirac-comb": "^0.2.3",
|
|
40
|
+
"@stdlib/simulate-iter-flat-top-pulse": "^0.2.3",
|
|
41
|
+
"@stdlib/simulate-iter-hann-pulse": "^0.2.3",
|
|
42
|
+
"@stdlib/simulate-iter-lanczos-pulse": "^0.2.3",
|
|
43
|
+
"@stdlib/simulate-iter-periodic-sinc": "^0.2.3",
|
|
44
|
+
"@stdlib/simulate-iter-pulse": "^0.2.3",
|
|
45
|
+
"@stdlib/simulate-iter-sawtooth-wave": "^0.2.3",
|
|
46
|
+
"@stdlib/simulate-iter-sine-wave": "^0.2.3",
|
|
47
|
+
"@stdlib/simulate-iter-square-wave": "^0.2.3",
|
|
48
|
+
"@stdlib/simulate-iter-triangle-wave": "^0.2.3",
|
|
49
|
+
"@stdlib/utils-define-read-only-property": "^0.2.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"engines": {
|