Skip to content

Commit 6f70d1c

Browse files
committed
Auto-generated commit
1 parent ddd8272 commit 6f70d1c

File tree

11 files changed

+217
-447
lines changed

11 files changed

+217
-447
lines changed

Diff for: CHANGELOG.md

+217
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,74 @@
222222

223223
<!-- /.package -->
224224

225+
<section class="package" id="math-base-unreleased">
226+
227+
#### [@stdlib/math/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base)
228+
229+
<details>
230+
231+
<section class="breaking-changes">
232+
233+
##### BREAKING CHANGES
234+
235+
- [`dc3f40e`](https://github.com/stdlib-js/stdlib/commit/dc3f40ee482c788aa64b5e18840f9ca914044b1a): remove `ops`
236+
237+
- ---
238+
type: pre_commit_static_analysis_report
239+
description: Results of running static analysis checks when committing changes.
240+
report:
241+
- task: lint_filenames
242+
status: passed
243+
- task: lint_editorconfig
244+
status: passed
245+
- task: lint_markdown
246+
status: na
247+
- task: lint_package_json
248+
status: na
249+
- task: lint_repl_help
250+
status: na
251+
- task: lint_javascript_src
252+
status: passed
253+
- task: lint_javascript_cli
254+
status: na
255+
- task: lint_javascript_examples
256+
status: na
257+
- task: lint_javascript_tests
258+
status: na
259+
- task: lint_javascript_benchmarks
260+
status: na
261+
- task: lint_python
262+
status: na
263+
- task: lint_r
264+
status: na
265+
- task: lint_c_src
266+
status: na
267+
- task: lint_c_examples
268+
status: na
269+
- task: lint_c_benchmarks
270+
status: na
271+
- task: lint_c_tests_fixtures
272+
status: na
273+
- task: lint_shell
274+
status: na
275+
- task: lint_typescript_declarations
276+
status: passed
277+
- task: lint_typescript_tests
278+
status: na
279+
- task: lint_license_headers
280+
status: passed
281+
---
282+
283+
</section>
284+
285+
<!-- /.breaking-changes -->
286+
287+
</details>
288+
289+
</section>
290+
291+
<!-- /.package -->
292+
225293
<section class="package" id="math-base-assert-is-evenf-unreleased">
226294

227295
#### [@stdlib/math/base/assert/is-evenf](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-evenf)
@@ -409,6 +477,55 @@
409477

410478
##### BREAKING CHANGES
411479

480+
- [`a9bed73`](https://github.com/stdlib-js/stdlib/commit/a9bed737181a958f0a37ea636c5abf3b8eed9bed): remove `math/base/ops`
481+
482+
- Ref: https://github.com/stdlib-js/stdlib/issues/2261
483+
---
484+
type: pre_commit_static_analysis_report
485+
description: Results of running static analysis checks when committing changes.
486+
report:
487+
- task: lint_filenames
488+
status: passed
489+
- task: lint_editorconfig
490+
status: passed
491+
- task: lint_markdown
492+
status: na
493+
- task: lint_package_json
494+
status: na
495+
- task: lint_repl_help
496+
status: na
497+
- task: lint_javascript_src
498+
status: na
499+
- task: lint_javascript_cli
500+
status: na
501+
- task: lint_javascript_examples
502+
status: na
503+
- task: lint_javascript_tests
504+
status: na
505+
- task: lint_javascript_benchmarks
506+
status: na
507+
- task: lint_python
508+
status: na
509+
- task: lint_r
510+
status: na
511+
- task: lint_c_src
512+
status: na
513+
- task: lint_c_examples
514+
status: na
515+
- task: lint_c_benchmarks
516+
status: na
517+
- task: lint_c_tests_fixtures
518+
status: na
519+
- task: lint_shell
520+
status: na
521+
- task: lint_typescript_declarations
522+
status: na
523+
- task: lint_typescript_tests
524+
status: na
525+
- task: lint_license_headers
526+
status: passed
527+
---
528+
412529
- [`cec0ff2`](https://github.com/stdlib-js/stdlib/commit/cec0ff2dd184b40e4253affb9656633e2832a341): remove `cadd`
413530

414531
- To migrate, users should access the same symbol via the
@@ -6603,6 +6720,103 @@ This release closes the following issue:
66036720

66046721
### BREAKING CHANGES
66056722

6723+
- [`a9bed73`](https://github.com/stdlib-js/stdlib/commit/a9bed737181a958f0a37ea636c5abf3b8eed9bed): remove `math/base/ops`
6724+
6725+
- Ref: https://github.com/stdlib-js/stdlib/issues/2261
6726+
---
6727+
type: pre_commit_static_analysis_report
6728+
description: Results of running static analysis checks when committing changes.
6729+
report:
6730+
- task: lint_filenames
6731+
status: passed
6732+
- task: lint_editorconfig
6733+
status: passed
6734+
- task: lint_markdown
6735+
status: na
6736+
- task: lint_package_json
6737+
status: na
6738+
- task: lint_repl_help
6739+
status: na
6740+
- task: lint_javascript_src
6741+
status: na
6742+
- task: lint_javascript_cli
6743+
status: na
6744+
- task: lint_javascript_examples
6745+
status: na
6746+
- task: lint_javascript_tests
6747+
status: na
6748+
- task: lint_javascript_benchmarks
6749+
status: na
6750+
- task: lint_python
6751+
status: na
6752+
- task: lint_r
6753+
status: na
6754+
- task: lint_c_src
6755+
status: na
6756+
- task: lint_c_examples
6757+
status: na
6758+
- task: lint_c_benchmarks
6759+
status: na
6760+
- task: lint_c_tests_fixtures
6761+
status: na
6762+
- task: lint_shell
6763+
status: na
6764+
- task: lint_typescript_declarations
6765+
status: na
6766+
- task: lint_typescript_tests
6767+
status: na
6768+
- task: lint_license_headers
6769+
status: passed
6770+
---
6771+
6772+
- [`dc3f40e`](https://github.com/stdlib-js/stdlib/commit/dc3f40ee482c788aa64b5e18840f9ca914044b1a): remove `ops`
6773+
6774+
- ---
6775+
type: pre_commit_static_analysis_report
6776+
description: Results of running static analysis checks when committing changes.
6777+
report:
6778+
- task: lint_filenames
6779+
status: passed
6780+
- task: lint_editorconfig
6781+
status: passed
6782+
- task: lint_markdown
6783+
status: na
6784+
- task: lint_package_json
6785+
status: na
6786+
- task: lint_repl_help
6787+
status: na
6788+
- task: lint_javascript_src
6789+
status: passed
6790+
- task: lint_javascript_cli
6791+
status: na
6792+
- task: lint_javascript_examples
6793+
status: na
6794+
- task: lint_javascript_tests
6795+
status: na
6796+
- task: lint_javascript_benchmarks
6797+
status: na
6798+
- task: lint_python
6799+
status: na
6800+
- task: lint_r
6801+
status: na
6802+
- task: lint_c_src
6803+
status: na
6804+
- task: lint_c_examples
6805+
status: na
6806+
- task: lint_c_benchmarks
6807+
status: na
6808+
- task: lint_c_tests_fixtures
6809+
status: na
6810+
- task: lint_shell
6811+
status: na
6812+
- task: lint_typescript_declarations
6813+
status: passed
6814+
- task: lint_typescript_tests
6815+
status: na
6816+
- task: lint_license_headers
6817+
status: passed
6818+
---
6819+
66066820
- [`2dcec61`](https://github.com/stdlib-js/stdlib/commit/2dcec616498aa8ccab060bd761a9fd626f00035e): remove `math/base/special/cidentityf`
66076821

66086822
- To migrate, users should update their require/import paths to use
@@ -9095,6 +9309,9 @@ A total of 25 people contributed to this release. Thank you to the following con
90959309

90969310
<details>
90979311

9312+
- [`a9bed73`](https://github.com/stdlib-js/stdlib/commit/a9bed737181a958f0a37ea636c5abf3b8eed9bed) - **remove:** remove `math/base/ops` _(by Gururaj Gurram)_
9313+
- [`e1f1349`](https://github.com/stdlib-js/stdlib/commit/e1f134937128a2c37019d10b0763f720da3d0890) - **refactor:** update paths _(by Gururaj Gurram)_
9314+
- [`dc3f40e`](https://github.com/stdlib-js/stdlib/commit/dc3f40ee482c788aa64b5e18840f9ca914044b1a) - **remove:** remove `ops` from namespace _(by Gururaj Gurram)_
90989315
- [`b103cae`](https://github.com/stdlib-js/stdlib/commit/b103caebeb565cdcdc08a76cd131ad1ea0b55a27) - **bench:** update random value generation [(#6301)](https://github.com/stdlib-js/stdlib/pull/6301) _(by Harsh, stdlib-bot)_
90999316
- [`6187773`](https://github.com/stdlib-js/stdlib/commit/6187773d4d95c73e0e8a8f6c43dcd53d5323f9d2) - **bench:** update random value generation [(#6298)](https://github.com/stdlib-js/stdlib/pull/6298) _(by Harsh)_
91009317
- [`44445ab`](https://github.com/stdlib-js/stdlib/commit/44445ab0a65a29e3bb593a11f87d9035e552474f) - **bench:** update random value generation [(#6302)](https://github.com/stdlib-js/stdlib/pull/6302) _(by Harsh)_

Diff for: base/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The namespace has the following sub-namespaces:
4646
<div class="namespace-toc">
4747

4848
- <span class="signature">[`assert`][@stdlib/math/base/assert]</span><span class="delimiter">: </span><span class="description">base math assertion utilities.</span>
49-
- <span class="signature">[`ops`][@stdlib/math/base/ops]</span><span class="delimiter">: </span><span class="description">base (i.e., lower-level) math operators.</span>
5049
- <span class="signature">[`special`][@stdlib/math/base/special]</span><span class="delimiter">: </span><span class="description">base (i.e., lower-level) special math functions.</span>
5150
- <span class="signature">[`tools`][@stdlib/math/base/tools]</span><span class="delimiter">: </span><span class="description">base math tools.</span>
5251
- <span class="signature">[`utils`][@stdlib/math/base/utils]</span><span class="delimiter">: </span><span class="description">base math utilities.</span>
@@ -102,8 +101,6 @@ console.log( objectKeys( ns ) );
102101

103102
[@stdlib/math/base/assert]: https://github.com/stdlib-js/math/tree/main/base/assert
104103

105-
[@stdlib/math/base/ops]: https://github.com/stdlib-js/math/tree/main/base/ops
106-
107104
[@stdlib/math/base/special]: https://github.com/stdlib-js/math/tree/main/base/special
108105

109106
[@stdlib/math/base/tools]: https://github.com/stdlib-js/math/tree/main/base/tools

Diff for: base/docs/types/index.d.ts

-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
/* eslint-disable max-lines */
2222

2323
import assert = require( './../../../base/assert' );
24-
import ops = require( './../../../base/ops' );
2524
import special = require( './../../../base/special' );
2625
import tools = require( './../../../base/tools' );
2726
import utils = require( './../../../base/utils' );
@@ -35,11 +34,6 @@ interface Namespace {
3534
*/
3635
assert: typeof assert;
3736

38-
/**
39-
* Base (i.e., lower-level) math operators.
40-
*/
41-
ops: typeof ops;
42-
4337
/**
4438
* Base (i.e., lower-level) special math functions.
4539
*/

Diff for: base/lib/index.js

-9
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ var ns = {};
4949
*/
5050
setReadOnly( ns, 'assert', require( './../../base/assert' ) );
5151

52-
/**
53-
* @name ops
54-
* @memberof ns
55-
* @readonly
56-
* @type {Namespace}
57-
* @see {@link module:@stdlib/math/base/ops}
58-
*/
59-
setReadOnly( ns, 'ops', require( './../../base/ops' ) );
60-
6152
/**
6253
* @name special
6354
* @memberof ns

Diff for: base/ops/README.md

-99
This file was deleted.

0 commit comments

Comments
 (0)