@stdlib/simulate-iter 0.2.0 → 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 +21 -81
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": {
|
|
@@ -16,17 +16,11 @@
|
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
18
|
"doc": "./docs",
|
|
19
|
-
"example": "./examples",
|
|
20
19
|
"lib": "./lib",
|
|
21
|
-
"
|
|
20
|
+
"dist": "./dist"
|
|
22
21
|
},
|
|
23
22
|
"types": "./docs/types",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"test": "make test",
|
|
26
|
-
"test-cov": "make test-cov",
|
|
27
|
-
"examples": "make examples",
|
|
28
|
-
"benchmark": "make benchmark"
|
|
29
|
-
},
|
|
23
|
+
"scripts": {},
|
|
30
24
|
"homepage": "https://stdlib.io",
|
|
31
25
|
"repository": {
|
|
32
26
|
"type": "git",
|
|
@@ -36,79 +30,25 @@
|
|
|
36
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
37
31
|
},
|
|
38
32
|
"dependencies": {
|
|
39
|
-
"@stdlib/simulate-iter-awgn": "^0.2.
|
|
40
|
-
"@stdlib/simulate-iter-awln": "^0.2.
|
|
41
|
-
"@stdlib/simulate-iter-awun": "^0.2.
|
|
42
|
-
"@stdlib/simulate-iter-bartlett-hann-pulse": "^0.2.
|
|
43
|
-
"@stdlib/simulate-iter-bartlett-pulse": "^0.2.
|
|
44
|
-
"@stdlib/simulate-iter-cosine-wave": "^0.2.
|
|
45
|
-
"@stdlib/simulate-iter-dirac-comb": "^0.2.
|
|
46
|
-
"@stdlib/simulate-iter-flat-top-pulse": "^0.2.
|
|
47
|
-
"@stdlib/simulate-iter-hann-pulse": "^0.2.
|
|
48
|
-
"@stdlib/simulate-iter-lanczos-pulse": "^0.2.
|
|
49
|
-
"@stdlib/simulate-iter-periodic-sinc": "^0.2.
|
|
50
|
-
"@stdlib/simulate-iter-pulse": "^0.2.
|
|
51
|
-
"@stdlib/simulate-iter-sawtooth-wave": "^0.2.
|
|
52
|
-
"@stdlib/simulate-iter-sine-wave": "^0.2.
|
|
53
|
-
"@stdlib/simulate-iter-square-wave": "^0.2.
|
|
54
|
-
"@stdlib/simulate-iter-triangle-wave": "^0.2.
|
|
55
|
-
"@stdlib/utils-define-read-only-property": "^0.2.
|
|
56
|
-
},
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@stdlib/array-float64": "^0.2.0",
|
|
59
|
-
"@stdlib/array-to-iterator": "^0.1.0",
|
|
60
|
-
"@stdlib/array-uint32": "^0.2.0",
|
|
61
|
-
"@stdlib/assert-has-own-property": "^0.2.0",
|
|
62
|
-
"@stdlib/assert-is-boolean": "^0.2.0",
|
|
63
|
-
"@stdlib/assert-is-function": "^0.2.0",
|
|
64
|
-
"@stdlib/assert-is-integer": "^0.2.0",
|
|
65
|
-
"@stdlib/assert-is-iterator-like": "^0.2.0",
|
|
66
|
-
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
|
|
67
|
-
"@stdlib/assert-is-nonnegative-number": "^0.2.0",
|
|
68
|
-
"@stdlib/assert-is-number": "^0.2.0",
|
|
69
|
-
"@stdlib/assert-is-plain-object": "^0.2.0",
|
|
70
|
-
"@stdlib/assert-is-positive-integer": "^0.2.0",
|
|
71
|
-
"@stdlib/assert-is-positive-number": "^0.2.0",
|
|
72
|
-
"@stdlib/assert-is-uint32array": "^0.2.0",
|
|
73
|
-
"@stdlib/constants-float64-eps": "^0.2.0",
|
|
74
|
-
"@stdlib/constants-float64-half-pi": "^0.2.0",
|
|
75
|
-
"@stdlib/constants-float64-pi": "^0.2.0",
|
|
76
|
-
"@stdlib/constants-float64-pinf": "^0.2.0",
|
|
77
|
-
"@stdlib/constants-float64-sqrt-three": "^0.2.0",
|
|
78
|
-
"@stdlib/constants-float64-sqrt-two": "^0.2.0",
|
|
79
|
-
"@stdlib/constants-uint32-max": "^0.2.0",
|
|
80
|
-
"@stdlib/math-base-assert-is-even": "^0.2.0",
|
|
81
|
-
"@stdlib/math-base-assert-is-nan": "^0.2.0",
|
|
82
|
-
"@stdlib/math-base-special-abs": "^0.2.0",
|
|
83
|
-
"@stdlib/math-base-special-asin": "^0.2.0",
|
|
84
|
-
"@stdlib/math-base-special-atan": "^0.2.0",
|
|
85
|
-
"@stdlib/math-base-special-cospi": "^0.3.0",
|
|
86
|
-
"@stdlib/math-base-special-floor": "^0.2.0",
|
|
87
|
-
"@stdlib/math-base-special-sinc": "^0.2.0",
|
|
88
|
-
"@stdlib/math-base-special-sinpi": "^0.2.0",
|
|
89
|
-
"@stdlib/math-base-special-tan": "^0.2.0",
|
|
90
|
-
"@stdlib/math-base-special-wrap": "^0.2.0",
|
|
91
|
-
"@stdlib/random-base-box-muller": "^0.1.0",
|
|
92
|
-
"@stdlib/random-base-improved-ziggurat": "^0.2.0",
|
|
93
|
-
"@stdlib/random-base-laplace": "^0.2.0",
|
|
94
|
-
"@stdlib/random-base-minstd-shuffle": "^0.1.0",
|
|
95
|
-
"@stdlib/random-base-uniform": "^0.1.0",
|
|
96
|
-
"@stdlib/random-iter-randu": "^0.1.0",
|
|
97
|
-
"@stdlib/string-format": "^0.2.0",
|
|
98
|
-
"@stdlib/symbol-iterator": "^0.2.0",
|
|
99
|
-
"@stdlib/utils-constant-function": "^0.2.0",
|
|
100
|
-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0",
|
|
101
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
|
|
102
|
-
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0",
|
|
103
|
-
"@stdlib/utils-keys": "^0.2.0",
|
|
104
|
-
"@stdlib/utils-noop": "^0.2.0",
|
|
105
|
-
"proxyquire": "^2.0.0",
|
|
106
|
-
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
107
|
-
"istanbul": "^0.4.1",
|
|
108
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
109
|
-
"@stdlib/bench-harness": "^0.2.0",
|
|
110
|
-
"@stdlib/bench": "^0.3.1"
|
|
33
|
+
"@stdlib/simulate-iter-awgn": "^0.2.1",
|
|
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"
|
|
111
50
|
},
|
|
51
|
+
"devDependencies": {},
|
|
112
52
|
"engines": {
|
|
113
53
|
"node": ">=0.10.0",
|
|
114
54
|
"npm": ">2.7.0"
|