Skip to content

Commit 4b31b1b

Browse files
committed
Auto-generated commit
1 parent 8d7c629 commit 4b31b1b

File tree

3 files changed

+4
-182
lines changed

3 files changed

+4
-182
lines changed

CHANGELOG.md

+2-181
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-20)
7+
## Unreleased (2025-04-21)
88

99
<section class="packages">
1010

@@ -748,51 +748,6 @@ This release closes the following issue:
748748

749749
- To migrate, users should use `array/base/index-of-same-value` which
750750
treats `NaN` values as equal.
751-
---
752-
type: pre_commit_static_analysis_report
753-
description: Results of running static analysis checks when committing changes.
754-
report:
755-
- task: lint_filenames
756-
status: passed
757-
- task: lint_editorconfig
758-
status: passed
759-
- task: lint_markdown
760-
status: passed
761-
- task: lint_package_json
762-
status: na
763-
- task: lint_repl_help
764-
status: passed
765-
- task: lint_javascript_src
766-
status: passed
767-
- task: lint_javascript_cli
768-
status: na
769-
- task: lint_javascript_examples
770-
status: passed
771-
- task: lint_javascript_tests
772-
status: passed
773-
- task: lint_javascript_benchmarks
774-
status: passed
775-
- task: lint_python
776-
status: na
777-
- task: lint_r
778-
status: na
779-
- task: lint_c_src
780-
status: na
781-
- task: lint_c_examples
782-
status: na
783-
- task: lint_c_benchmarks
784-
status: na
785-
- task: lint_c_tests_fixtures
786-
status: na
787-
- task: lint_shell
788-
status: na
789-
- task: lint_typescript_declarations
790-
status: passed
791-
- task: lint_typescript_tests
792-
status: passed
793-
- task: lint_license_headers
794-
status: passed
795-
---
796751

797752
</section>
798753

@@ -873,51 +828,6 @@ This release closes the following issue:
873828

874829
- To migrate, users should use `array/base/last-index-of-same-value`
875830
which treats `NaN` values as equal.
876-
---
877-
type: pre_commit_static_analysis_report
878-
description: Results of running static analysis checks when committing changes.
879-
report:
880-
- task: lint_filenames
881-
status: passed
882-
- task: lint_editorconfig
883-
status: passed
884-
- task: lint_markdown
885-
status: passed
886-
- task: lint_package_json
887-
status: na
888-
- task: lint_repl_help
889-
status: passed
890-
- task: lint_javascript_src
891-
status: passed
892-
- task: lint_javascript_cli
893-
status: na
894-
- task: lint_javascript_examples
895-
status: passed
896-
- task: lint_javascript_tests
897-
status: passed
898-
- task: lint_javascript_benchmarks
899-
status: passed
900-
- task: lint_python
901-
status: na
902-
- task: lint_r
903-
status: na
904-
- task: lint_c_src
905-
status: na
906-
- task: lint_c_examples
907-
status: na
908-
- task: lint_c_benchmarks
909-
status: na
910-
- task: lint_c_tests_fixtures
911-
status: na
912-
- task: lint_shell
913-
status: na
914-
- task: lint_typescript_declarations
915-
status: passed
916-
- task: lint_typescript_tests
917-
status: passed
918-
- task: lint_license_headers
919-
status: passed
920-
---
921831

922832
</section>
923833

@@ -1616,101 +1526,11 @@ A total of 12 issues were closed in this release:
16161526

16171527
- To migrate, users should use `array/base/last-index-of-same-value`
16181528
which treats `NaN` values as equal.
1619-
---
1620-
type: pre_commit_static_analysis_report
1621-
description: Results of running static analysis checks when committing changes.
1622-
report:
1623-
- task: lint_filenames
1624-
status: passed
1625-
- task: lint_editorconfig
1626-
status: passed
1627-
- task: lint_markdown
1628-
status: passed
1629-
- task: lint_package_json
1630-
status: na
1631-
- task: lint_repl_help
1632-
status: passed
1633-
- task: lint_javascript_src
1634-
status: passed
1635-
- task: lint_javascript_cli
1636-
status: na
1637-
- task: lint_javascript_examples
1638-
status: passed
1639-
- task: lint_javascript_tests
1640-
status: passed
1641-
- task: lint_javascript_benchmarks
1642-
status: passed
1643-
- task: lint_python
1644-
status: na
1645-
- task: lint_r
1646-
status: na
1647-
- task: lint_c_src
1648-
status: na
1649-
- task: lint_c_examples
1650-
status: na
1651-
- task: lint_c_benchmarks
1652-
status: na
1653-
- task: lint_c_tests_fixtures
1654-
status: na
1655-
- task: lint_shell
1656-
status: na
1657-
- task: lint_typescript_declarations
1658-
status: passed
1659-
- task: lint_typescript_tests
1660-
status: passed
1661-
- task: lint_license_headers
1662-
status: passed
1663-
---
16641529

16651530
- [`8575ee7`](https://github.com/stdlib-js/stdlib/commit/8575ee7d7d239a16afd5e3bf396e5a0da281f537): remove `equalnans` support
16661531

16671532
- To migrate, users should use `array/base/index-of-same-value` which
16681533
treats `NaN` values as equal.
1669-
---
1670-
type: pre_commit_static_analysis_report
1671-
description: Results of running static analysis checks when committing changes.
1672-
report:
1673-
- task: lint_filenames
1674-
status: passed
1675-
- task: lint_editorconfig
1676-
status: passed
1677-
- task: lint_markdown
1678-
status: passed
1679-
- task: lint_package_json
1680-
status: na
1681-
- task: lint_repl_help
1682-
status: passed
1683-
- task: lint_javascript_src
1684-
status: passed
1685-
- task: lint_javascript_cli
1686-
status: na
1687-
- task: lint_javascript_examples
1688-
status: passed
1689-
- task: lint_javascript_tests
1690-
status: passed
1691-
- task: lint_javascript_benchmarks
1692-
status: passed
1693-
- task: lint_python
1694-
status: na
1695-
- task: lint_r
1696-
status: na
1697-
- task: lint_c_src
1698-
status: na
1699-
- task: lint_c_examples
1700-
status: na
1701-
- task: lint_c_benchmarks
1702-
status: na
1703-
- task: lint_c_tests_fixtures
1704-
status: na
1705-
- task: lint_shell
1706-
status: na
1707-
- task: lint_typescript_declarations
1708-
status: passed
1709-
- task: lint_typescript_tests
1710-
status: passed
1711-
- task: lint_license_headers
1712-
status: passed
1713-
---
17141534

17151535
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec): update namespace declarations
17161536

@@ -1763,6 +1583,7 @@ A total of 14 people contributed to this release. Thank you to the following con
17631583

17641584
<details>
17651585

1586+
- [`90bb3d0`](https://github.com/stdlib-js/stdlib/commit/90bb3d0febf36f2a4284255fa5348c5ef557a36a) - **docs:** fix signature _(by Athan Reines)_
17661587
- [`a973708`](https://github.com/stdlib-js/stdlib/commit/a973708c85ff1696483ab503201191353125b964) - **docs:** update namespace table of contents [(#6741)](https://github.com/stdlib-js/stdlib/pull/6741) _(by stdlib-bot)_
17671588
- [`28a1564`](https://github.com/stdlib-js/stdlib/commit/28a1564b9977c9c0aebb9806c2a4cbb10336b234) - **feat:** add `reshape` to namespace _(by Athan Reines)_
17681589
- [`7d4246f`](https://github.com/stdlib-js/stdlib/commit/7d4246ff5c4607dc228a37c36a9a792181ba2c11) - **feat:** add `linspace2d` to namespace _(by Athan Reines)_

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
106106
Neeraj Pathak <neerajrpathak710@gmail.com>
107107
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
108108
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
109110
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
110111
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
111112
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>

base/count-ifs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
var countIfs = require( '@stdlib/array/base/count-ifs' );
4141
```
4242

43-
#### countIfs( x0, predicate0\[, x1, predicate1\[, x2, predicate2\[, ...args]] )
43+
#### countIfs( x0, predicate0\[, x1, predicate1\[, x2, predicate2\[, ...args]]] )
4444

4545
Performs element-wise evaluation of one or more input arrays according to provided predicate functions and counts the number of elements for which all predicates respectively return `true`.
4646

0 commit comments

Comments
 (0)