File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ docs/**/node_modules/
101101pids
102102* .pid
103103* .seed
104+ yarn.lock
105+ package-lock.json
104106
105107# Typescript #
106108# #############
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.1.0 " >
66
7- ## Unreleased (2024-07-28 )
7+ ## 0.1.0 (2024-07-29 )
88
99<section class =" features " >
1010
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
311311[ npm-image ] : http://img.shields.io/npm/v/@stdlib/lapack-base-dpttrf.svg
312312[ npm-url ] : https://npmjs.org/package/@stdlib/lapack-base-dpttrf
313313
314- [ test-image ] : https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=main
315- [ test-url ] : https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:main
314+ [ test-image ] : https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=v0.1.0
315+ [ test-url ] : https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:v0.1.0
316316
317317[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/lapack-base-dpttrf/main.svg
318318[ coverage-url ] : https://codecov.io/github/stdlib-js/lapack-base-dpttrf?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/lapack-base-dpttrf" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
4949 "@stdlib/constants-float64-eps" : " ^0.2.2" ,
5050 "@stdlib/math-base-assert-is-nan" : " ^0.2.2" ,
5151 "@stdlib/math-base-special-abs" : " ^0.2.2" ,
52- "@stdlib/math-base-special-pow" : " ^0.2.1 " ,
52+ "@stdlib/math-base-special-pow" : " ^0.3.0 " ,
5353 "@stdlib/random-array-discrete-uniform" : " ^0.2.1" ,
5454 "@stdlib/random-array-uniform" : " ^0.2.1" ,
5555 "proxyquire" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments