Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 19, 2025
1 parent 81f379e commit 2241427
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ jsconfig.json
# Other editor files #
######################
.idea/

# Cursor #
##########
.cursorignore
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-02)
## Unreleased (2025-02-19)

<section class="commits">

### Commits

<details>

- [`333db47`](https://github.com/stdlib-js/stdlib/commit/333db47fbaf71f768a5d27c2a29b11656093f561) - **refactor:** update paths _(by Aayush Khanna)_
- [`ff97e29`](https://github.com/stdlib-js/stdlib/commit/ff97e29be19b90e74565d410af768774bf96bf2e) - **chore:** update wording from non-negative to nonnegative _(by Philipp Burckhardt)_

</details>
Expand All @@ -24,8 +25,9 @@

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
A total of 2 people contributed to this release. Thank you to the following contributors:

- Aayush Khanna
- Philipp Burckhardt

</section>
Expand Down
11 changes: 10 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
EuniceSim142 <[email protected]>
Frank Kovacs <[email protected]>
GK Bishnoi <[email protected]>
Gaurav <[email protected]>
Golden Kumar <[email protected]>
Gunj Joshi <[email protected]>
Gururaj Gurram <[email protected]>
Gururaj Gurram <[email protected]>
Harsh <[email protected]>
HarshaNP <[email protected]>
Harshita Kalani <[email protected]>
Hridyanshu <[email protected]>
Expand All @@ -63,6 +66,7 @@ Marcus Fantham <[email protected]>
Matt Cochrane <[email protected]>
Mihir Pandit <[email protected]>
Milan Raj <[email protected]>
Mohammad Bin Aftab <[email protected]>
Mohammad Kaif <[email protected]>
Momtchil Momtchev <[email protected]>
Muhammad Haris <[email protected]>
Expand Down Expand Up @@ -100,6 +104,7 @@ Sai Srikar Dumpeti <[email protected]>
Sarthak Paandey <[email protected]>
Saurabh Singh <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shabareesh Shetty <[email protected]>
Shashank Shekhar Singh <[email protected]>
Shivam Ahir <[email protected]>
Shraddheya Shendre <[email protected]>
Expand All @@ -110,6 +115,7 @@ Snehil Shah <[email protected]>
Soumajit Chatterjee <[email protected]>
Spandan Barve <[email protected]>
Stephannie Jiménez Gacha <[email protected]>
Suhaib Ilahi <[email protected]>
Suraj Kumar <[email protected]>
Tirtadwipa Manunggal <[email protected]>
Tudor Pagu <[email protected]>
Expand All @@ -124,6 +130,9 @@ Vivek Maurya <[email protected]>
Xiaochuan Ye <[email protected]>
Yaswanth Kosuru <[email protected]>
Yernar Yergaziyev <[email protected]>
Yuvi Mittal <[email protected]>
ekambains <[email protected]>
olenkabilonizhka <[email protected]>
pranav-1720 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var ind2sub = require( '@stdlib/ndarray-base-ind2sub' );
var dsumpw = require( '@stdlib/blas-ext-base-dsumpw' );
var dscal = require( '@stdlib/blas-base-dscal' );
var dapx = require( '@stdlib/blas-ext-base-dapx' );
var dmin = require( '@stdlib/stats-base-dmin' );
var dmin = require( '@stdlib/stats-strided-dmin' );
var abs = require( '@stdlib/math-base-special-abs' );
var min = require( '@stdlib/math-base-special-min' );
var format = require( '@stdlib/string-format' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@stdlib/ndarray-base-vind2bind": "^0.2.2",
"@stdlib/ndarray-ctor": "^0.2.2",
"@stdlib/stats-base-dists-chisquare-cdf": "^0.2.2",
"@stdlib/stats-base-dmin": "^0.2.2",
"@stdlib/stats-strided-dmin": "github:stdlib-js/stats-strided-dmin#main",
"@stdlib/string-format": "^0.2.2",
"@stdlib/types": "^0.4.3",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3",
Expand Down

0 comments on commit 2241427

Please sign in to comment.