File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5- <section class =" release " id =" unreleased " >
5+ <section class =" release " id =" v0.2.0 " >
66
7- ## Unreleased (2026-01-26 )
7+ ## 0.2.0 (2026-01-31 )
88
99<section class =" features " >
1010
Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
346346[ npm-image ] : http://img.shields.io/npm/v/@stdlib/lapack-base-dlaswp.svg
347347[ npm-url ] : https://npmjs.org/package/@stdlib/lapack-base-dlaswp
348348
349- [ test-image ] : https://github.com/stdlib-js/lapack-base-dlaswp/actions/workflows/test.yml/badge.svg?branch=main
350- [ test-url ] : https://github.com/stdlib-js/lapack-base-dlaswp/actions/workflows/test.yml?query=branch:main
349+ [ test-image ] : https://github.com/stdlib-js/lapack-base-dlaswp/actions/workflows/test.yml/badge.svg?branch=v0.2.0
350+ [ test-url ] : https://github.com/stdlib-js/lapack-base-dlaswp/actions/workflows/test.yml?query=branch:v0.2.0
351351
352352[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/lapack-base-dlaswp/main.svg
353353[ coverage-url ] : https://codecov.io/github/stdlib-js/lapack-base-dlaswp?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/lapack-base-dlaswp" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " Perform a series of row interchanges on an input matrix." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "dependencies" : {
4040 "@stdlib/assert-is-error" : " ^0.2.2" ,
4141 "@stdlib/blas-base-assert-is-layout" : " ^0.0.2" ,
42- "@stdlib/blas-base-dswap" : " ^0.3 .0" ,
42+ "@stdlib/blas-base-dswap" : " ^0.4 .0" ,
4343 "@stdlib/math-base-special-floor" : " ^0.2.3" ,
4444 "@stdlib/math-base-special-max" : " ^0.3.0" ,
45- "@stdlib/ndarray-base-assert-is-column-major-string" : " github:stdlib-js/ndarray-base-assert-is-column-major-string#main " ,
45+ "@stdlib/ndarray-base-assert-is-column-major-string" : " ^0.1.0 " ,
4646 "@stdlib/ndarray-base-assert-is-row-major" : " ^0.2.2" ,
47- "@stdlib/ndarray-base-assert-is-row-major-string" : " github:stdlib-js/ndarray-base-assert-is-row-major-string#main " ,
47+ "@stdlib/ndarray-base-assert-is-row-major-string" : " ^0.1.0 " ,
4848 "@stdlib/string-format" : " ^0.2.2" ,
4949 "@stdlib/types" : " ^0.4.3" ,
5050 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments