Skip to content

Commit fc193fe

Browse files
committed
Release v0.1.0
1 parent 51d7cf2 commit fc193fe

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Copyright &copy; 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -49,7 +49,7 @@
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",

0 commit comments

Comments
 (0)