Skip to content

feat: add math/base/special/round-nearest-even #7468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 70 commits into from
Jun 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
cc37b2b
feat: add `math/base/special/round-nearest-even`
anandkaranubc Jun 24, 2025
8b10eb4
docs: update heading
kgryte Jun 26, 2025
669f20c
Merge branch 'stdlib-js:develop' into feat/round-nearest-even
anandkaranubc Jun 28, 2025
715ab2e
docs: update function description
anandkaranubc Jun 28, 2025
3eadb85
chore: add structured package data
anandkaranubc Jun 28, 2025
a747ea0
Merge branch 'stdlib-js:develop' into feat/round-nearest-even
anandkaranubc Jun 28, 2025
152c442
test: pass in opts to skip if addon is not available
Planeshifter Jun 28, 2025
574f245
fix: add missing include header
Planeshifter Jun 28, 2025
d0b13c8
test: pass in opts to skip if addon is not available
Planeshifter Jun 28, 2025
ceee2c3
chore: minor clean-up
Planeshifter Jun 28, 2025
54bf08e
chore: minor clean-up
Planeshifter Jun 28, 2025
ed9ac44
fix: add missing include header
Planeshifter Jun 28, 2025
c44169e
fix: correct variable name typo in hornerDescending function
Planeshifter Jun 28, 2025
d5fab27
chore: minor clean-up
Planeshifter Jun 28, 2025
600526c
fix: load correct float32 sqrt dependency
Planeshifter Jun 28, 2025
3dbdcb7
fix: use correct include header
Planeshifter Jun 28, 2025
e88de9a
revert: fix: correct variable name typo in hornerDescending function
kgryte Jun 28, 2025
96534a3
revert: fix: load correct float32 sqrt dependency
kgryte Jun 29, 2025
24195c0
chore: remove excess trailing newlines
stdlib-bot Jun 29, 2025
1038c68
feat: add `stats/base/ndarray/dcumin`
gururaj1512 Jun 29, 2025
a5b56f6
feat: add `stats/base/ndarray/scumin`
gururaj1512 Jun 29, 2025
1c60aef
feat: add C ndarray interface and refactor implementation for `stats/…
gururaj1512 Jun 29, 2025
6928166
feat: add C ndarray interface and refactor implementation for `stats/…
gururaj1512 Jun 29, 2025
d60a55a
feat: add C ndarray interface and refactor implementation for `stats/…
gururaj1512 Jun 29, 2025
2b21e93
chore: clean-up and update tests
kgryte Jun 29, 2025
a7be387
chore: add missing benchmark and examples dependencies
Planeshifter Jun 29, 2025
3de233d
chore: add missing eps dependency to benchmark and examples configs
Planeshifter Jun 29, 2025
cb89565
bench: add missing eps dependency so C benchmarks compile
Planeshifter Jun 29, 2025
dd59524
chore: add missing eps dependency to benchmark and examples configs
Planeshifter Jun 29, 2025
f267c86
bench: use correct Makefile for remaining Bradford distribution funct…
Planeshifter Jun 29, 2025
be7f1e3
chore: add missing eps dependency so C examples compile
Planeshifter Jun 29, 2025
fc0bc6f
docs: update REPL namespace documentation
stdlib-bot Jun 29, 2025
a1dd86a
feat: add support for `float16`, `complex32`, `int64`, and `uint64` d…
kgryte Jun 29, 2025
5855b59
feat: add support for `float16`, `complex32`, `int64`, and `uint64` d…
kgryte Jun 29, 2025
4d58080
feat: add support for `float16`, `complex32`, `int64`, and `uint64` d…
kgryte Jun 29, 2025
2fd968b
feat: add support for `float16`, `complex32`, `int64`, and `uint64` d…
kgryte Jun 29, 2025
c58f497
fix: add missing table
kgryte Jun 29, 2025
e259ee8
bench: ensure values are within bounds
kgryte Jun 29, 2025
5200f84
fix: update type definition to include `const` qualifiers
kgryte Jun 29, 2025
df812ab
feat: add missing tests to `ndarray/base/includes`
headlessNode Jun 29, 2025
9eae3de
feat: add `stats/strided/smeanors`
gururaj1512 Jun 29, 2025
88ed279
remove: remove `smeanors` from namespace
gururaj1512 Jun 29, 2025
947c1db
refactor: update paths
gururaj1512 Jun 29, 2025
9563e67
remove: remove `stats/base/smeanors`
gururaj1512 Jun 29, 2025
75bd93c
feat: add `stats/strided/smeanlipw`
gururaj1512 Jun 29, 2025
d3acc25
remove: remove `smeanlipw` from namespace
gururaj1512 Jun 29, 2025
d8f98a9
refactor: update paths
gururaj1512 Jun 29, 2025
6dc1aa4
remove: remove `stats/base/smeanlipw`
gururaj1512 Jun 29, 2025
03f032d
feat: add `stats/strided/smeankbn2`
gururaj1512 Jun 29, 2025
e78f90d
remove: remove `smeankbn2` from namespace
gururaj1512 Jun 29, 2025
227b04e
refactor: update paths
gururaj1512 Jun 29, 2025
70e228b
remove: remove `stats/base/smeankbn2`
gururaj1512 Jun 29, 2025
cf134de
feat: add `stats/strided/smeankbn`
gururaj1512 Jun 29, 2025
a8f2745
remove: remove `smeankbn` from namespace
gururaj1512 Jun 29, 2025
d0e1121
refactor: update paths
gururaj1512 Jun 29, 2025
7cf05f6
remove: remove `stats/base/smeankbn`
gururaj1512 Jun 29, 2025
bdd7fb3
chore: fix EditorConfig lint errors
deepak427 Jun 29, 2025
efcca56
docs: fix include header path in examples
Planeshifter Jun 29, 2025
fdd3f19
docs: clean-up examples
Planeshifter Jun 29, 2025
e4e97ae
docs: minor clean-up
Planeshifter Jun 29, 2025
c6c7c3c
chore: minor clean-up
Planeshifter Jun 29, 2025
999f8d7
docs: update description to match main.js and add missing quote
Planeshifter Jun 29, 2025
ffbb630
chore: update notes and ensure n is first argument in examples
Planeshifter Jun 29, 2025
4f95fa5
docs: minor clean-up
Planeshifter Jun 29, 2025
fba3c64
docs: resolve NaN return values in `maxabsn` and `minabsn` examples
Planeshifter Jun 29, 2025
1402615
fix: update supported dtypes
kgryte Jun 29, 2025
f92db69
build: fix function aliases
kgryte Jun 29, 2025
8f5c0d6
chore: update metadata
anandkaranubc Jun 29, 2025
7843f12
Merge branch 'stdlib-js:develop' into feat/round-nearest-even
anandkaranubc Jun 29, 2025
d27f515
chore: fix aliases
kgryte Jun 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'stdlib-js:develop' into feat/round-nearest-even
  • Loading branch information
anandkaranubc authored Jun 28, 2025
commit 669f20c4e6d8e3662ac98a425b51ff7d80ded621

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.