@stdlib/math-base-tools 0.2.0 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +13 -59
package/README.md CHANGED
@@ -149,8 +149,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
149
149
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools.svg
150
150
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-tools
151
151
 
152
- [test-image]: https://github.com/stdlib-js/math-base-tools/actions/workflows/test.yml/badge.svg?branch=v0.2.0
153
- [test-url]: https://github.com/stdlib-js/math-base-tools/actions/workflows/test.yml?query=branch:v0.2.0
152
+ [test-image]: https://github.com/stdlib-js/math-base-tools/actions/workflows/test.yml/badge.svg?branch=v0.2.1
153
+ [test-url]: https://github.com/stdlib-js/math-base-tools/actions/workflows/test.yml?query=branch:v0.2.1
154
154
 
155
155
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools/main.svg
156
156
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-tools",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Base math tools.",
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
- "test": "./test"
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,57 +30,17 @@
36
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
37
31
  },
38
32
  "dependencies": {
39
- "@stdlib/math-base-tools-continued-fraction": "^0.2.0",
40
- "@stdlib/math-base-tools-evalpoly": "^0.2.0",
41
- "@stdlib/math-base-tools-evalrational": "^0.2.0",
42
- "@stdlib/math-base-tools-fibpoly": "^0.2.0",
43
- "@stdlib/math-base-tools-hermitepoly": "^0.2.0",
44
- "@stdlib/math-base-tools-lucaspoly": "^0.2.0",
45
- "@stdlib/math-base-tools-normhermitepoly": "^0.2.0",
46
- "@stdlib/math-base-tools-sum-series": "^0.2.0",
47
- "@stdlib/utils-define-read-only-property": "^0.2.0"
48
- },
49
- "devDependencies": {
50
- "@stdlib/array-float64": "^0.1.1",
51
- "@stdlib/assert-has-generator-support": "^0.1.1",
52
- "@stdlib/assert-is-browser": "^0.1.1",
53
- "@stdlib/assert-is-integer": "^0.1.0",
54
- "@stdlib/assert-is-string": "^0.1.1",
55
- "@stdlib/constants-float32-smallest-normal": "^0.2.0",
56
- "@stdlib/constants-float64-eps": "^0.1.1",
57
- "@stdlib/constants-float64-sqrt-two": "^0.2.0",
58
- "@stdlib/fs-read-file": "^0.1.1",
59
- "@stdlib/function-ctor": "^0.2.0",
60
- "@stdlib/math-base-assert-is-integer": "^0.1.1",
61
- "@stdlib/math-base-assert-is-nan": "^0.1.1",
62
- "@stdlib/math-base-special-abs": "^0.1.1",
63
- "@stdlib/math-base-special-binomcoef": "^0.2.0",
64
- "@stdlib/math-base-special-ceil": "^0.1.1",
65
- "@stdlib/math-base-special-fibonacci": "^0.1.0",
66
- "@stdlib/math-base-special-floor": "^0.1.1",
67
- "@stdlib/math-base-special-log1p": "^0.2.0",
68
- "@stdlib/math-base-special-lucas": "^0.2.0",
69
- "@stdlib/math-base-special-negafibonacci": "^0.1.0",
70
- "@stdlib/math-base-special-negalucas": "^0.1.0",
71
- "@stdlib/math-base-special-pow": "^0.1.0",
72
- "@stdlib/math-base-special-round": "^0.1.1",
73
- "@stdlib/math-base-special-tan": "^0.1.0",
74
- "@stdlib/random-base-discrete-uniform": "^0.1.0",
75
- "@stdlib/random-base-randu": "^0.1.0",
76
- "@stdlib/string-base-uppercase": "^0.2.0",
77
- "@stdlib/string-replace": "^0.1.1",
78
- "@stdlib/utils-constant-function": "^0.2.0",
79
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
80
- "@stdlib/utils-eval": "^0.2.0",
81
- "@stdlib/utils-keys": "^0.1.0",
82
- "@stdlib/utils-try-require": "^0.2.0",
83
- "proxyquire": "^2.0.0",
84
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
85
- "istanbul": "^0.4.1",
86
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
87
- "@stdlib/bench-harness": "^0.2.0",
88
- "@stdlib/bench": "^0.3.1"
33
+ "@stdlib/math-base-tools-continued-fraction": "^0.2.1",
34
+ "@stdlib/math-base-tools-evalpoly": "^0.2.1",
35
+ "@stdlib/math-base-tools-evalrational": "^0.2.1",
36
+ "@stdlib/math-base-tools-fibpoly": "^0.2.1",
37
+ "@stdlib/math-base-tools-hermitepoly": "^0.2.1",
38
+ "@stdlib/math-base-tools-lucaspoly": "^0.2.1",
39
+ "@stdlib/math-base-tools-normhermitepoly": "^0.2.1",
40
+ "@stdlib/math-base-tools-sum-series": "^0.2.1",
41
+ "@stdlib/utils-define-read-only-property": "^0.2.1"
89
42
  },
43
+ "devDependencies": {},
90
44
  "engines": {
91
45
  "node": ">=0.10.0",
92
46
  "npm": ">2.7.0"