@stdlib/blas-ext-base-dsorthp 0.3.0 → 0.3.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 +12 -12
package/README.md CHANGED
@@ -357,8 +357,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
357
357
  [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dsorthp.svg
358
358
  [npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dsorthp
359
359
 
360
- [test-image]: https://github.com/stdlib-js/blas-ext-base-dsorthp/actions/workflows/test.yml/badge.svg?branch=v0.3.0
361
- [test-url]: https://github.com/stdlib-js/blas-ext-base-dsorthp/actions/workflows/test.yml?query=branch:v0.3.0
360
+ [test-image]: https://github.com/stdlib-js/blas-ext-base-dsorthp/actions/workflows/test.yml/badge.svg?branch=v0.3.1
361
+ [test-url]: https://github.com/stdlib-js/blas-ext-base-dsorthp/actions/workflows/test.yml?query=branch:v0.3.1
362
362
 
363
363
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dsorthp/main.svg
364
364
  [coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dsorthp?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/blas-ext-base-dsorthp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Sort a double-precision floating-point strided array using heapsort.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@stdlib/assert-is-error": "^0.2.2",
38
- "@stdlib/blas-base-shared": "^0.1.0",
39
- "@stdlib/math-base-assert-is-nan": "^0.2.2",
40
- "@stdlib/math-base-assert-is-positive-zero": "^0.2.2",
41
- "@stdlib/math-base-special-floor": "^0.2.3",
42
- "@stdlib/napi-argv": "^0.2.2",
43
- "@stdlib/napi-argv-double": "^0.2.1",
44
- "@stdlib/napi-argv-int64": "^0.2.2",
45
- "@stdlib/napi-argv-strided-float64array": "^0.2.2",
46
- "@stdlib/napi-export": "^0.3.0",
47
- "@stdlib/strided-base-stride2offset": "^0.1.0",
48
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
38
+ "@stdlib/blas-base-shared": "^0.2.1",
39
+ "@stdlib/math-base-assert-is-nan": "^0.2.3",
40
+ "@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
41
+ "@stdlib/math-base-special-floor": "^0.2.4",
42
+ "@stdlib/napi-argv": "^0.2.3",
43
+ "@stdlib/napi-argv-double": "^0.2.2",
44
+ "@stdlib/napi-argv-int64": "^0.2.3",
45
+ "@stdlib/napi-argv-strided-float64array": "^0.2.3",
46
+ "@stdlib/napi-export": "^0.3.1",
47
+ "@stdlib/strided-base-stride2offset": "^0.1.1",
48
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
49
49
  "@stdlib/utils-library-manifest": "^0.2.3",
50
50
  "@stdlib/utils-try-require": "^0.2.2"
51
51
  },