Skip to content

Commit 0f8c2c5

Browse files
committed
Auto-generated commit
1 parent bba362d commit 0f8c2c5

File tree

6 files changed

+48
-7
lines changed

6 files changed

+48
-7
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191-
192-
# Cursor #
193-
##########
191+
.cursor
194192
.cursorignore
193+
.windsurfrules
194+
.clinerules
195+
196+
# AI coding agents #
197+
####################
198+
CLAUDE.md
199+
GEMINI.md

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-11)
7+
## Unreleased (2025-09-21)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`a17f721`](https://github.com/stdlib-js/stdlib/commit/a17f721a3d8edb0702ff7e0f123bc93c1da17914) - update `array/base/assert` TypeScript declarations
1314
- [`0b89b56`](https://github.com/stdlib-js/stdlib/commit/0b89b56db0aa040a643ef859ac71795462e947d5) - add `hasAlmostEqualValues` to namespace
1415
- [`fee6898`](https://github.com/stdlib-js/stdlib/commit/fee68983980c006c27c7f1f5d1f3f11b20602974) - add `array/base/assert/has-almost-equal-values`
1516
- [`0f6d4e7`](https://github.com/stdlib-js/stdlib/commit/0f6d4e7694d458f76dc077d5b618e405f6cfed37) - add `anyIsEntry` to namespace
@@ -94,6 +95,9 @@ This release closes the following issue:
9495

9596
<details>
9697

98+
- [`a17f721`](https://github.com/stdlib-js/stdlib/commit/a17f721a3d8edb0702ff7e0f123bc93c1da17914) - **feat:** update `array/base/assert` TypeScript declarations _(by Philipp Burckhardt)_
99+
- [`4f3789b`](https://github.com/stdlib-js/stdlib/commit/4f3789b25e01908dab6c31b910573b73e5709ac5) - **docs:** fix example code _(by Philipp Burckhardt)_
100+
- [`a147b7d`](https://github.com/stdlib-js/stdlib/commit/a147b7d6ef754925120fcc7bdec2b40842a3615a) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
97101
- [`5388bba`](https://github.com/stdlib-js/stdlib/commit/5388bba36044d2de93dacb0134c6e5539b02928c) - **chore:** minor clean-up _(by Philipp Burckhardt)_
98102
- [`0b89b56`](https://github.com/stdlib-js/stdlib/commit/0b89b56db0aa040a643ef859ac71795462e947d5) - **feat:** add `hasAlmostEqualValues` to namespace _(by Athan Reines)_
99103
- [`fee6898`](https://github.com/stdlib-js/stdlib/commit/fee68983980c006c27c7f1f5d1f3f11b20602974) - **feat:** add `array/base/assert/has-almost-equal-values` _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
1313
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
1414
Adarsh Palaskar <adarshpalaskar99@gmail.com>
1515
Aditya Sapra <adityaework@gmail.com>
16+
Aditya Singh <adityasinghk099@gmail.com>
1617
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1718
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1819
Ahmed Khaled <kahmd1444@gmail.com>
1920
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
2021
Aleksandr <112382387+alextes90@users.noreply.github.com>
2122
Ali Salesi <ali_sal1381@yahoo.com>
22-
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
23+
Aly Abdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2324
Aman Bhansali <bhansali.1@iitj.ac.in>
2425
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2526
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
@@ -28,6 +29,7 @@ Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2829
Annamalai Prabu <apfossdev@gmail.com>
2930
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
3031
Anshu Kumar <contact.anshukumar@protonmail.com>
32+
Anshuman Singh <109489361+Anshumancanrock@users.noreply.github.com>
3133
Anudeep Sanapala <anudeep0306@gmail.com>
3234
Arihant Pal <arihant0pal@gmail.com>
3335
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
@@ -41,6 +43,7 @@ Bruno Fenzl <brunofenzl@gmail.com>
4143
Bryan Elee <rxbryn@gmail.com>
4244
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
4345
Christopher Dambamuromo <chridam@gmail.com>
46+
DUDHAT HEMIL PRAVINKUMAR <138382078+Hemil36@users.noreply.github.com>
4447
Dan Rose <danoftheroses@gmail.com>
4548
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
4649
Daniel Killenberger <daniel.killenberger@gmail.com>
@@ -64,6 +67,7 @@ Frank Kovacs <fran70kk@gmail.com>
6467
GK Bishnoi <gkishan1kyt@gmail.com>
6568
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
6669
Gaurav <gaurav70380@gmail.com>
70+
Gaurav Kaushik <144526331+Gauravkaushik-1206@users.noreply.github.com>
6771
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
6872
Gautam sharma <gautamkrishnasharma1@gmail.com>
6973
GeoDaoyu <geodaoyu@foxmail.com>
@@ -121,6 +125,7 @@ Muhammad Haris <harriskhan047@outlook.com>
121125
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
122126
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
123127
NEEKUorAAYUSH <aayush10072004@gmail.com>
128+
Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
124129
Naresh Jagadeesan <naresh.naresh000@gmail.com>
125130
Naveen Kumar <stupiddint@gmail.com>
126131
Neeraj Pathak <neerajrpathak710@gmail.com>
@@ -133,6 +138,7 @@ Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
133138
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
134139
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
135140
Ori Miles <97595296+orimiles5@users.noreply.github.com>
141+
Payal Goswami <payalgoswami9711@gmail.com>
136142
Philipp Burckhardt <pburckhardt@outlook.com>
137143
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
138144
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
@@ -164,6 +170,7 @@ Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
164170
Ryan Seal <splrk@users.noreply.github.com>
165171
Rylan Yang <137365285+rylany27@users.noreply.github.com>
166172
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
173+
SAUJANYA MAGARDE <162047941+SaujanyaMagarde@users.noreply.github.com>
167174
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
168175
Sachin Raj <120590207+schnrj@users.noreply.github.com>
169176
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
@@ -173,9 +180,11 @@ Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
173180
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
174181
Satyajeet Chavan <chavansatyajeet2004@gmail.com>
175182
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
183+
Seth-Banker <125103042+Seth-Banker@users.noreply.github.com>
176184
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
177185
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
178186
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
187+
Shaswata Panda <106397517+shaswata-26@users.noreply.github.com>
179188
Shivam Ahir <11shivam00@gmail.com>
180189
Shivansh <114570926+shiv343@users.noreply.github.com>
181190
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -186,6 +195,7 @@ Sivam Das <100067002+Sivam2313@users.noreply.github.com>
186195
Snehil Shah <snehilshah.989@gmail.com>
187196
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
188197
Spandan Barve <contact@marsian.dev>
198+
Srinivas Batthula <srinivasbatthula05.official@gmail.com>
189199
Stephannie Jiménez Gacha <steff456@hotmail.com>
190200
Suhaib Ilahi <suhaib.elahi87@gmail.com>
191201
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -195,6 +205,7 @@ Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
195205
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
196206
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
197207
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
208+
Tyson Cung <45380903+tysoncung@users.noreply.github.com>
198209
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
199210
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
200211
Utkarsh <http://utkarsh11105@gmail.com>

docs/types/index.d.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/* eslint-disable max-lines */
2222

2323
import contains = require( '@stdlib/array-base-assert-contains' );
24+
import hasAlmostEqualValues = require( '@stdlib/array-base-assert-has-almost-equal-values' );
2425
import hasEqualValues = require( '@stdlib/array-base-assert-has-equal-values' );
2526
import hasEqualValuesIndexed = require( '@stdlib/array-base-assert-has-equal-values-indexed' );
2627
import hasSameValues = require( '@stdlib/array-base-assert-has-same-values' );
@@ -73,6 +74,27 @@ interface Namespace {
7374
*/
7475
contains: typeof contains;
7576

77+
/**
78+
* Tests if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
79+
*
80+
* ## Notes
81+
*
82+
* - If provided arrays of unequal length, the function returns `false`.
83+
*
84+
* @param x - first input array
85+
* @param y - second input array
86+
* @param maxULP - maximum allowed ULP difference
87+
* @returns boolean indicating whether both arrays are approximately equal
88+
*
89+
* @example
90+
* var x = [ 0, 0, 1, 0 ];
91+
* var y = [ 0, 0, 1, 0 ];
92+
*
93+
* var out = ns.hasAlmostEqualValues( x, y, 0 );
94+
* // returns true
95+
*/
96+
hasAlmostEqualValues: typeof hasAlmostEqualValues;
97+
7698
/**
7799
* Tests if two arrays have equal values.
78100
*

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ tape( 'main export is an object', function test( t ) {
3535

3636
tape( 'the exported object contains key-value pairs', function test( t ) {
3737
var keys = objectKeys( ns );
38-
t.equal( keys.length > 0, true, 'has keys' );
38+
t.strictEqual( keys.length > 0, true, 'has keys' );
3939
t.end();
4040
});

0 commit comments

Comments
 (0)