@stdlib/number-float64-base-signbit 0.1.1 → 0.2.1

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 CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2023 The Stdlib Authors.
1
+ Copyright (c) 2016-2024 The Stdlib Authors.
package/README.md CHANGED
@@ -193,6 +193,12 @@ int main( void ) {
193
193
 
194
194
  <section class="related">
195
195
 
196
+ * * *
197
+
198
+ ## See Also
199
+
200
+ - <span class="package-name">[`@stdlib/number-float32/base/signbit`][@stdlib/number/float32/base/signbit]</span><span class="delimiter">: </span><span class="description">return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).</span>
201
+
196
202
  </section>
197
203
 
198
204
  <!-- /.related -->
@@ -223,7 +229,7 @@ See [LICENSE][stdlib-license].
223
229
 
224
230
  ## Copyright
225
231
 
226
- Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
232
+ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
227
233
 
228
234
  </section>
229
235
 
@@ -236,8 +242,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
236
242
  [npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-signbit.svg
237
243
  [npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-signbit
238
244
 
239
- [test-image]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml/badge.svg?branch=v0.1.1
240
- [test-url]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml?query=branch:v0.1.1
245
+ [test-image]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml/badge.svg?branch=v0.2.1
246
+ [test-url]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml?query=branch:v0.2.1
241
247
 
242
248
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-signbit/main.svg
243
249
  [coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-signbit?branch=main
@@ -260,14 +266,23 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
260
266
  [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
261
267
 
262
268
  [deno-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/deno
269
+ [deno-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/deno/README.md
263
270
  [umd-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/umd
271
+ [umd-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/umd/README.md
264
272
  [esm-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/esm
273
+ [esm-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/esm/README.md
265
274
  [branches-url]: https://github.com/stdlib-js/number-float64-base-signbit/blob/main/branches.md
266
275
 
267
276
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-signbit/main/LICENSE
268
277
 
269
278
  [ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
270
279
 
280
+ <!-- <related-links> -->
281
+
282
+ [@stdlib/number/float32/base/signbit]: https://www.npmjs.com/package/@stdlib/number-float32-base-signbit
283
+
284
+ <!-- </related-links> -->
285
+
271
286
  </section>
272
287
 
273
288
  <!-- /.links -->
package/SECURITY.md ADDED
@@ -0,0 +1,5 @@
1
+ # Security
2
+
3
+ > Policy for reporting security vulnerabilities.
4
+
5
+ See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/number-float64-base-signbit",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,21 +15,14 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
- "benchmark": "./benchmark",
19
18
  "doc": "./docs",
20
- "example": "./examples",
21
19
  "include": "./include",
22
20
  "lib": "./lib",
23
21
  "src": "./src",
24
- "test": "./test"
22
+ "dist": "./dist"
25
23
  },
26
24
  "types": "./docs/types",
27
- "scripts": {
28
- "test": "make test",
29
- "test-cov": "make test-cov",
30
- "examples": "make examples",
31
- "benchmark": "make benchmark"
32
- },
25
+ "scripts": {},
33
26
  "homepage": "https://stdlib.io",
34
27
  "repository": {
35
28
  "type": "git",
@@ -39,21 +32,10 @@
39
32
  "url": "https://github.com/stdlib-js/stdlib/issues"
40
33
  },
41
34
  "dependencies": {
42
- "@stdlib/number-float64-base-get-high-word": "^0.1.1",
43
- "@stdlib/utils-library-manifest": "^0.1.1"
44
- },
45
- "devDependencies": {
46
- "@stdlib/assert-is-boolean": "^0.1.1",
47
- "@stdlib/bench": "^0.1.0",
48
- "@stdlib/boolean-ctor": "^0.1.1",
49
- "@stdlib/math-base-special-pow": "^0.1.0",
50
- "@stdlib/math-base-special-round": "^0.1.1",
51
- "@stdlib/random-base-randu": "^0.1.0",
52
- "@stdlib/utils-try-require": "^0.1.1",
53
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
54
- "istanbul": "^0.4.1",
55
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
35
+ "@stdlib/number-float64-base-get-high-word": "^0.2.1",
36
+ "@stdlib/utils-library-manifest": "^0.2.1"
56
37
  },
38
+ "devDependencies": {},
57
39
  "engines": {
58
40
  "node": ">=0.10.0",
59
41
  "npm": ">2.7.0"
package/CITATION.cff DELETED
@@ -1,30 +0,0 @@
1
- cff-version: 1.2.0
2
- title: stdlib
3
- message: >-
4
- If you use this software, please cite it using the
5
- metadata from this file.
6
-
7
- type: software
8
-
9
- authors:
10
- - name: The Stdlib Authors
11
- url: https://github.com/stdlib-js/stdlib/graphs/contributors
12
-
13
- repository-code: https://github.com/stdlib-js/stdlib
14
- url: https://stdlib.io
15
-
16
- abstract: |
17
- Standard library for JavaScript and Node.js.
18
-
19
- keywords:
20
- - JavaScript
21
- - Node.js
22
- - TypeScript
23
- - standard library
24
- - scientific computing
25
- - numerical computing
26
- - statistical computing
27
-
28
- license: Apache-2.0 AND BSL-1.0
29
-
30
- date-released: 2016