Skip to content

Latest commit

 

History

History
2073 lines (1513 loc) · 169 KB

CHANGELOG.md

File metadata and controls

2073 lines (1513 loc) · 169 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-01)

Packages

Features
  • 917119f - add support for custom keybindings and editor actions in the REPL (#2739)

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt
  • Snehil Shah

Commits

  • 9bd5c73 - docs: update REPL namespace documentation (#3306) (by stdlib-bot, Philipp Burckhardt)
  • 904955f - docs: update REPL namespace documentation (#3289) (by stdlib-bot, Philipp Burckhardt)
  • 9a17ee3 - docs: update REPL namespace documentation (#3276) (by stdlib-bot, Philipp Burckhardt)
  • 875c99b - docs: update REPL namespace documentation (#3265) (by stdlib-bot, Philipp Burckhardt)
  • c314fa2 - docs: update REPL namespace documentation (#3260) (by stdlib-bot, Philipp Burckhardt)
  • 136231d - docs: update REPL namespace documentation (#3244) (by stdlib-bot, Philipp Burckhardt)
  • 917119f - feat: add support for custom keybindings and editor actions in the REPL (#2739) (by Snehil Shah, Athan Reines)
  • 4b1d77d - docs: update REPL namespace documentation (#3191) (by stdlib-bot, Philipp Burckhardt)

0.3.3 (2024-11-05)

No changes reported for this release.

0.3.2 (2024-11-05)

Packages

Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • a4c2f06 - add isSameArrayLike to namespace
Bug Fixes
  • 890427d - update completer to generate REPL completions for member expressions (#2883)
Closed Issues

This release closes the following issue:

#2882

Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • 8504393 - add isWebAssemblyMemory and WebAssemblyMemory to namespace
  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace
  • a4c2f06 - add isSameArrayLike to namespace
Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • 8504393 - add isWebAssemblyMemory and WebAssemblyMemory to namespace
  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace
  • a4c2f06 - add isSameArrayLike to namespace
Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • 8504393 - add isWebAssemblyMemory and WebAssemblyMemory to namespace
  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace
Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • 8504393 - add isWebAssemblyMemory and WebAssemblyMemory to namespace
  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace
Features
  • 254fa9e - add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace
  • a215aba - add isndarrayLikeWithDataType to namespace
  • 8504393 - add isWebAssemblyMemory and WebAssemblyMemory to namespace
  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace

Closed Issues

This release closes the following issue:

#2882

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt
  • Snehil Shah

Commits

  • 254fa9e - feat: add Float64ArrayLE, Float32ArrayLE, Float64ArrayFE, and Float32ArrayFE to namespace (by Athan Reines)
  • a215aba - feat: add isndarrayLikeWithDataType to namespace (by Athan Reines)
  • f387603 - docs: consistently use declarative instead of imperative sentences outside of intros (by Philipp Burckhardt)
  • 8504393 - feat: add isWebAssemblyMemory and WebAssemblyMemory to namespace (by Athan Reines)
  • 83db58c - feat: add hasBtoaSupport to namespace (by Athan Reines)
  • 48de2fd - feat: add hasAtobSupport to namespace (by Athan Reines)
  • 9a87aca - feat: add isEqualArray to namespace (by Athan Reines)
  • a4c2f06 - feat: add isSameArrayLike to namespace (by Athan Reines)
  • 890427d - fix: update completer to generate REPL completions for member expressions (#2883) (by Snehil Shah)
  • cf3e438 - docs: update REPL docs (by Athan Reines)

0.3.1 (2024-08-18)

No changes reported for this release.

0.3.0 (2024-08-17)

Packages

Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 972755d - add nditerSelectDimension to namespace
  • 07e6c5a - allow cycling through multiline commands using up/down in the REPL
  • 7ba179c - add bracketed-paste mode in the REPL (#2502)
  • 1d49bc6 - add UX to cycle through completions in the REPL (#2463)
  • 32b9ebf - add multiline editing in the REPL (#2347)
  • 0856277 - add combined styles and inbuilt syntax highlighting themes in the REPL
  • b4c12b7 - add APIs, commands, and tests for REPL syntax-highlighting (#2291)
  • 24f4a8f - add syntax highlighting in the REPL
  • 0f9acd1 - add BooleanArray to namespace
  • 3c31c1f - add REPL pager (#2162)
  • ebd3878 - update default welcome message in the REPL (#2178)
  • 8314237 - add support for auto-closing brackets/quotations in the REPL (#1680)
  • ec283ec - add auto-completion preview for REPL (#1832)
Bug Fixes
  • ea8303e - handle tokens where start idx is greater than end idx (#2770)
  • e9c6d40 - remove syntax highlighting upon encountering invalid JS (#2758)
  • 9147f69 - example command hanging in REPL when executing multi-line code
  • 3efb708 - address duplicate token bug when syntax-highlighting (#2542)
  • d2cd4c3 - pass options when parsing to suppress warnings in the REPL (#2430)
  • 1036087 - prevent access if properties couldn't be resolved when syntax highlighting in the REPL (#2412)
  • 9f3dcaf - update error message
  • e09eeb2 - update incorrect isScrollable constraints (#2293)
  • e538d43 - resolve clash between syntax-highlighter and auto-closer (#2290)
  • 8716bc6 - resolve unrecognized keywords bug in the REPL's syntax-highlighter (#2284)
  • 20f7d59 - remove SIGWINCH listener upon closing the REPL (#2205)
  • 73268b2 - only perform argument validation if provided an argument
Closed Issues

A total of 7 issues were closed in this release:

#1672, #1775, #2060, #2068, #2149, #2175, #2429

Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace
  • 972755d - add nditerSelectDimension to namespace
  • ba4ce18 - add amskput to namespace
  • 3eb5c20 - add aplace to namespace
  • 89026af - add aput to namespace
  • 0f9acd1 - add BooleanArray to namespace
  • d7798af - add isNonNegativeFinite to namespace
  • 2370b7a - update REPL namespace (#1352)
  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace
  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace
  • 8c4047d - add arrayMostlySafeCasts to namespace
Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace
  • 972755d - add nditerSelectDimension to namespace
  • ba4ce18 - add amskput to namespace
  • 3eb5c20 - add aplace to namespace
  • 89026af - add aput to namespace
  • 0f9acd1 - add BooleanArray to namespace
  • d7798af - add isNonNegativeFinite to namespace
  • 2370b7a - update REPL namespace (#1352)
  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace
  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace
  • 8c4047d - add arrayMostlySafeCasts to namespace
Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace
  • ba4ce18 - add amskput to namespace
  • 0f9acd1 - add BooleanArray to namespace
  • 2370b7a - update REPL namespace (#1352)
  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace
  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace
Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace
  • ba4ce18 - add amskput to namespace
  • 0f9acd1 - add BooleanArray to namespace
  • 2370b7a - update REPL namespace (#1352)
  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace
  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace
Features
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace
  • ba4ce18 - add amskput to namespace
  • 0f9acd1 - add BooleanArray to namespace
  • 2370b7a - update REPL namespace (#1352)
  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace
  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace

Closed Issues

A total of 7 issues were closed in this release:

#1672, #1775, #2060, #2068, #2149, #2175, #2429

Contributors

A total of 7 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt
  • Planeshifter
  • Snehil Shah
  • Tudor Pagu
  • Tudor Stefan Pagu
  • kgryte

Commits

  • 5f8d50d - docs: update REPL docs (by Athan Reines)
  • febd8ae - feat: add ndarraylike2ndarray to namespace (by Athan Reines)
  • 09ffebd - feat: add nditerInterleaveSubarrays to namespace (by Athan Reines)
  • 2939f56 - feat: add nditerStacks to namespace (by Athan Reines)
  • 082324e - feat: add nditerSubarrays to namespace (by Athan Reines)
  • 972755d - feat: add nditerSelectDimension to namespace (by Athan Reines)
  • ea8303e - fix: handle tokens where start idx is greater than end idx (#2770) (by Snehil Shah)
  • e9c6d40 - fix: remove syntax highlighting upon encountering invalid JS (#2758) (by Snehil Shah)
  • 19abe48 - docs: update REPL namespace documentation (#2722) (by stdlib-bot, Athan Reines)
  • 9147f69 - fix: example command hanging in REPL when executing multi-line code (by Snehil Shah)
  • 70eb789 - docs: update REPL namespace documentation (#2682) (by stdlib-bot, Philipp Burckhardt)
  • cde60a1 - docs: update REPL namespace documentation (#2643) (by stdlib-bot, Athan Reines)
  • 80f7ad3 - docs: update REPL namespace documentation (#2638) (by stdlib-bot, Philipp Burckhardt)
  • c89a171 - docs: update REPL namespace documentation (#2629) (by stdlib-bot, Athan Reines)
  • 203021c - docs: update REPL namespace documentation (#2622) (by stdlib-bot, Philipp Burckhardt)
  • 07e6c5a - feat: allow cycling through multiline commands using up/down in the REPL (by Snehil Shah, Athan Reines)
  • 60d2ac3 - docs: update REPL namespace documentation (#2608) (by stdlib-bot, Athan Reines)
  • 1dc058b - docs: update REPL namespace documentation (#2594) (by stdlib-bot, Athan Reines)
  • 6a106fb - docs: update REPL namespace documentation (#2592) (by stdlib-bot, Athan Reines)
  • b184238 - docs: update REPL namespace documentation (#2583) (by stdlib-bot, Athan Reines)
  • f35fdd1 - docs: update REPL namespace documentation (#2581) (by stdlib-bot, Athan Reines)
  • 8751c3d - docs: update REPL namespace documentation (#2570) (by stdlib-bot, Athan Reines)
  • 3efb708 - fix: address duplicate token bug when syntax-highlighting (#2542) (by Snehil Shah)
  • 243ab4d - test: fix failing tests in the REPL (#2516) (by Snehil Shah)
  • 350aa53 - docs: update REPL namespace documentation (#2515) (by stdlib-bot, Athan Reines)
  • 7ba179c - feat: add bracketed-paste mode in the REPL (#2502) (by Snehil Shah, Athan Reines)
  • fc67e61 - docs: update REPL namespace documentation (#2511) (by stdlib-bot, Athan Reines)
  • 77ecc3a - docs: update REPL namespace documentation (#2501) (by stdlib-bot, Athan Reines)
  • d2d46ed - docs: update REPL namespace documentation (#2492) (by stdlib-bot, Athan Reines)
  • bdb7cab - docs: update REPL namespace documentation (#2491) (by stdlib-bot, Athan Reines)
  • 1d49bc6 - feat: add UX to cycle through completions in the REPL (#2463) (by Snehil Shah, Athan Reines)
  • 581f17e - docs: update REPL namespace documentation (#2476) (by stdlib-bot, Athan Reines)
  • cfb39e4 - docs: update REPL namespace documentation (#2475) (by stdlib-bot, Athan Reines)
  • ebb5167 - docs: update REPL namespace documentation (#2467) (by stdlib-bot, Athan Reines)
  • 882197a - docs: update REPL namespace documentation (#2466) (by stdlib-bot, Athan Reines)
  • bfd5b70 - docs: update REPL namespace documentation (#2444) (by stdlib-bot, Athan Reines)
  • 211c131 - docs: update REPL namespace documentation (#2437) (by stdlib-bot, Athan Reines)
  • 6c876f7 - docs: update REPL namespace documentation (#2433) (by stdlib-bot, Athan Reines)
  • d2cd4c3 - fix: pass options when parsing to suppress warnings in the REPL (#2430) (by Snehil Shah)
  • a480f85 - docs: update REPL namespace documentation (#2427) (by stdlib-bot, Athan Reines)
  • 1c27809 - docs: update REPL namespace documentation (#2426) (by stdlib-bot, Athan Reines)
  • 32b9ebf - feat: add multiline editing in the REPL (#2347) (by Snehil Shah, Athan Reines)
  • ba4ce18 - feat: add amskput to namespace (by Athan Reines)
  • 3eb5c20 - feat: add aplace to namespace (by Athan Reines)
  • 642d473 - docs: update REPL namespace documentation (#2416) (by stdlib-bot, Athan Reines)
  • 1036087 - fix: prevent access if properties couldn't be resolved when syntax highlighting in the REPL (#2412) (by Snehil Shah)
  • 379f259 - docs: update REPL namespace documentation (#2403) (by stdlib-bot, Athan Reines)
  • e9f214c - docs: update REPL docs (by Athan Reines)
  • 89026af - feat: add aput to namespace (by Athan Reines)
  • e190a54 - docs: update REPL namespace documentation (#2395) (by stdlib-bot, Athan Reines)
  • aae2b85 - docs: update REPL namespace documentation (#2386) (by stdlib-bot, Athan Reines)
  • 1e37af3 - docs: update REPL namespace documentation (#2382) (by stdlib-bot, Athan Reines)
  • d74b255 - docs: update REPL namespace documentation (#2372) (by stdlib-bot, Athan Reines)
  • 0856277 - feat: add combined styles and inbuilt syntax highlighting themes in the REPL (by Snehil Shah)
  • 9f3dcaf - fix: update error message (by Athan Reines)
  • b4c12b7 - feat: add APIs, commands, and tests for REPL syntax-highlighting (#2291) (by Snehil Shah, Athan Reines)
  • f85ed2a - docs: update REPL namespace documentation (#2313) (by stdlib-bot, Athan Reines)
  • f10aaf2 - docs: update REPL namespace documentation (#2311) (by stdlib-bot, Athan Reines)
  • 34ef42e - docs: update REPL namespace documentation (#2246) (by stdlib-bot, Athan Reines)
  • e09eeb2 - fix: update incorrect isScrollable constraints (#2293) (by Snehil Shah)
  • e538d43 - fix: resolve clash between syntax-highlighter and auto-closer (#2290) (by Snehil Shah)
  • 8716bc6 - fix: resolve unrecognized keywords bug in the REPL's syntax-highlighter (#2284) (by Snehil Shah)
  • 24f4a8f - feat: add syntax highlighting in the REPL (by Snehil Shah)
  • 0f9acd1 - feat: add BooleanArray to namespace (by Athan Reines)
  • aaa391a - chore: fix typos (by Philipp Burckhardt)
  • 732ffb9 - docs: update REPL namespace documentation (#2230) (by stdlib-bot, Philipp Burckhardt)
  • b03225f - docs: update REPL namespace documentation (#2218) (by stdlib-bot, Philipp Burckhardt)
  • bd40019 - docs: update REPL namespace documentation (#2212) (by stdlib-bot, Philipp Burckhardt)
  • 657f3c3 - docs: update REPL namespace documentation (#2211) (by stdlib-bot, Philipp Burckhardt)
  • 20f7d59 - fix: remove SIGWINCH listener upon closing the REPL (#2205) (by Snehil Shah)
  • 3c31c1f - feat: add REPL pager (#2162) (by Snehil Shah, Athan Reines)
  • f8fef42 - docs: update REPL namespace documentation (#2196) (by stdlib-bot, Philipp Burckhardt)
  • cf35195 - docs: update REPL namespace documentation (#2191) (by stdlib-bot, Philipp Burckhardt)
  • 3fff924 - docs: update REPL namespace documentation (#2179) (by stdlib-bot, Philipp Burckhardt)
  • ebd3878 - feat: update default welcome message in the REPL (#2178) (by Snehil Shah)
  • 6abb1f9 - docs: update REPL namespace documentation (#2168) (by stdlib-bot, Philipp Burckhardt)
  • 7b77a10 - docs: update REPL namespace documentation (#2166) (by stdlib-bot, Philipp Burckhardt)
  • 0920a48 - docs: update REPL namespace documentation (#2165) (by stdlib-bot, Philipp Burckhardt)
  • dc6e8dd - docs: update REPL namespace documentation (#2164) (by stdlib-bot, Philipp Burckhardt)
  • 81e4ef7 - chore: add trailing newlines (by Philipp Burckhardt)
  • c91d15e - build: add trailing newlines in generated JSON files (by Philipp Burckhardt)
  • 915a373 - docs: update REPL namespace documentation (#2158) (by stdlib-bot, Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • 8314237 - feat: add support for auto-closing brackets/quotations in the REPL (#1680) (by Snehil Shah, Athan Reines)
  • d77bec4 - docs: update REPL namespace documentation (#2088) (by stdlib-bot, Philipp Burckhardt)
  • 73268b2 - fix: only perform argument validation if provided an argument (by Athan Reines)
  • 9211a99 - docs: update REPL namespace documentation (#2086) (by stdlib-bot, Philipp Burckhardt)
  • faddc92 - docs: update REPL namespace documentation (#2052) (by stdlib-bot, Philipp Burckhardt)
  • 846f9b8 - docs: update REPL namespace documentation (#2048) (by stdlib-bot, Athan Reines)
  • 7abac40 - docs: update REPL namespace documentation (#2045) (by stdlib-bot, Philipp Burckhardt)
  • 6737428 - docs: update REPL namespace documentation (#2043) (by stdlib-bot)
  • ec283ec - feat: add auto-completion preview for REPL (#1832) (by Tudor Pagu, Athan Reines, Tudor Stefan Pagu, stdlib-bot)
  • 719ac3e - docs: update REPL namespace documentation (#2033) (by stdlib-bot, Athan Reines)
  • 3a06280 - docs: update REPL namespace documentation (#2023) (by stdlib-bot, Philipp Burckhardt)
  • d761a25 - docs: update REPL namespace documentation (#2022) (by stdlib-bot, Philipp Burckhardt)
  • f580092 - docs: update REPL namespace documentation (#2017) (by stdlib-bot, Athan Reines)
  • cb2d15b - docs: update REPL namespace documentation (#2013) (by stdlib-bot, Philipp Burckhardt)
  • 1259ab4 - docs: update REPL namespace documentation (#2004) (#2004) (by stdlib-bot, Philipp Burckhardt)
  • 8a40170 - docs: update REPL namespace documentation (#2002) (by stdlib-bot, Athan Reines)
  • 7715b47 - docs: update REPL namespace documentation (#1986) (by stdlib-bot, Athan Reines)
  • 9aef63d - docs: update REPL namespace documentation (#1985) (by stdlib-bot, Athan Reines)
  • 0541c04 - docs: update REPL namespace documentation (#1983) (by stdlib-bot, Philipp Burckhardt)
  • fabfd65 - docs: update REPL namespace documentation (#1982) (by stdlib-bot, Philipp Burckhardt)
  • 0b8a3d4 - docs: update REPL namespace documentation (#1979) (by stdlib-bot, Philipp Burckhardt)
  • b9d0c57 - docs: update REPL namespace documentation (#1977) (by stdlib-bot, Athan Reines)
  • 8dc9d13 - docs: update REPL namespace documentation (#1973) (by stdlib-bot, Athan Reines)
  • 7945e17 - docs: update REPL namespace documentation (#1972) (by stdlib-bot, Athan Reines)
  • c0993fa - docs: update REPL namespace documentation (#1956) (by stdlib-bot, kgryte)
  • 7f3f555 - docs: update REPL namespace documentation (#1928) (by stdlib-bot, Planeshifter)
  • d7798af - feat: add isNonNegativeFinite to namespace (by Athan Reines)
  • b5f1824 - docs: update REPL namespace documentation (#1877) (by stdlib-bot, Philipp Burckhardt)
  • e65e1fc - docs: update REPL namespace documentation (#1858) (by stdlib-bot, Athan Reines)
  • 8282820 - docs: update REPL namespace documentation (#1843) (by stdlib-bot, Philipp Burckhardt)
  • fee1564 - docs: update REPL namespace documentation (#1817) (by stdlib-bot, Athan Reines)
  • 8a7e337 - docs: update REPL namespace documentation (#1768) (by stdlib-bot, Philipp Burckhardt)
  • 272e847 - docs: update REPL namespace documentation (#1765) (by stdlib-bot, Philipp Burckhardt)
  • 6cb4de2 - docs: update REPL namespace documentation (#1737) (by stdlib-bot, Planeshifter)
  • 13a8841 - docs: update REPL namespace documentation (#1708) (by stdlib-bot, Athan Reines)
  • e330815 - docs: update REPL namespace documentation (#1699) (by stdlib-bot, Philipp Burckhardt)
  • 103893f - docs: update REPL namespace documentation (#1688) (by stdlib-bot, Athan Reines)
  • c44cae7 - docs: update REPL namespace documentation (#1677) (by stdlib-bot, Athan Reines)
  • 15a1229 - docs: update REPL namespace documentation (#1456) (by stdlib-bot, Philipp Burckhardt)
  • 504dd47 - docs: update REPL namespace documentation (#1438) (by stdlib-bot, Philipp Burckhardt)
  • a48fab4 - docs: update REPL namespace documentation (#1407) (by stdlib-bot, Philipp Burckhardt)
  • 9d730e8 - docs: update REPL namespace documentation (#1390) (#1390) (by stdlib-bot, Philipp Burckhardt)
  • 517d2f9 - docs: update REPL namespace documentation (#1382) (by stdlib-bot, Athan Reines)
  • dc72590 - docs: update REPL namespace documentation (#1359) (by stdlib-bot, Philipp Burckhardt)
  • 2370b7a - feat: update REPL namespace (#1352) (by stdlib-bot, Athan Reines)
  • 503c398 - feat: add amskreject to namespace (by Athan Reines)
  • 04230cb - feat: add amskfilter to namespace (by Athan Reines)
  • 3eb2db4 - feat: add ArrayIndex to namespace (by Athan Reines)
  • 7ee6291 - feat: add atake to namespace (by Athan Reines)
  • 92abe29 - feat: add array2fancy to namespace (by Athan Reines)
  • c1d6282 - feat: add scalar2array to namespace (by Athan Reines)
  • 8c4047d - feat: add arrayMostlySafeCasts to namespace (by Athan Reines)
  • 840e2b2 - docs: update REPL docs (by Athan Reines)

0.2.1 (2024-02-05)

No changes reported for this release.

0.2.0 (2024-02-05)

Packages

Features
  • 7746224 - add add4 and add5 to namespace
  • c7f7cba - add base.factorial2 to namespace
Features
  • 4877282 - add random.strided.t to namespace
  • 44ac21f - add random.strided.rayleigh to namespace
  • 30aa5ec - add random.strided.poisson to namespace
  • 383a569 - add random.strided.geometric to namespace
  • a75f17e - add random.strided.chisquare to namespace
  • 91ffbcb - add random.strided.chi to namespace
  • f6feaf5 - add random.strided.bernoulli to namespace
  • 0d3e0b1 - add aslice to namespace
  • 24736d2 - add acartesianPower to namespace
  • 87ac458 - add acartesianProduct and acartesianSquare to namespace
  • e479c0b - add ndat to namespace
  • 183264d - add isSameArray to namespace
  • 8a9967b - add aoneToLike to namespace
  • 01c1a00 - add azeroToLike to namespace
  • 2771f9e - add aoneTo to namespace
  • 74e8faa - add azeroTo to namespace
  • cc219df - add isSameComplex64 to namespace
  • bda78f8 - add isSameComplex128 to namespace
  • c096551 - add isSameComplex64Array to namespace
  • 722bff4 - add isSameComplex128Array to namespace
  • 9042c6f - add isSameFloat32Array to namespace
  • 07979d6 - add isSameFloat64Array to namespace
  • 20b4078 - add NAN and FLOAT32_NAN to namespace
  • 8696241 - add COMPLEX64_NAN to namespace
  • a97c806 - add COMPLEX128_NAN to namespace
  • cd65542 - add COMPLEX64_ZERO to namespace
  • 8c0f26a - update related packages
  • 11d5c34 - add random.array.hypergeometric to namespace
  • e188958 - add random.array.frechet to namespace
  • 324dfed - add random.array.triangular to namespace
  • b92d0bb - add random.array.negativeBinomial to namespace
  • bc10bb7 - add random.array.binomial to namespace
  • d85313a - add random.array.kumaraswamy to namespace
  • a6efd1f - add random.array.pareto1 to namespace
  • eee8a07 - add random.array.weibull to namespace
  • 1da4138 - add random.array.logistic to namespace
  • ea7442a - add random.array.levy
  • c149857 - add random.array.laplace to namespace
  • 6c964b9 - add random.array.gumbel to namespace
  • fe367da - add random.array.f to namespace
  • 3cdc7dd - add random.array.erlang to namespace
  • cd115d4 - add random.array.cauchy to namespace
  • 3107668 - add random.array.t to namespace
  • 2ec1499 - add random.array.chisquare to namespace
  • 2c8abf3 - add random.array.chi to namespace
  • bfed92a - add random.array.rayleigh to namespace
  • 78c2c91 - add random.array.geometric and random.array.poisson to namespace
  • 0cb1c96 - add random.array.bernoulli to namespace
  • 06416f0 - add numelDimension to namespace
  • 5117239 - add ndarrayFlag to namespace
  • 8aad631 - add ndarrayFlags to namespace
  • 9874a20 - add maybeBroadcastArrays to namespace
  • 5e1d785 - add broadcastArrays to namespace
  • 49e7ac4 - update REPL namespace (#1164)
  • 9740fb4 - add ndsliceFrom to namespace
  • 2d253ca - add assertion utilities to namespace
  • e2d086c - add ndarrayStride to namespace
  • bc6cb8e - add ndsliceTo to namespace
  • 7746224 - add add4 and add5 to namespace
  • 26aef28 - add base.add3 to namespace
  • 9554641 - add base.cnegf to namespace
  • 4cda914 - add base.div and base.divf to namespace
Features
  • 4877282 - add random.strided.t to namespace
  • 44ac21f - add random.strided.rayleigh to namespace
  • 30aa5ec - add random.strided.poisson to namespace
  • 383a569 - add random.strided.geometric to namespace
  • a75f17e - add random.strided.chisquare to namespace
  • 91ffbcb - add random.strided.chi to namespace
  • f6feaf5 - add random.strided.bernoulli to namespace
  • 0d3e0b1 - add aslice to namespace
  • 24736d2 - add acartesianPower to namespace
  • 87ac458 - add acartesianProduct and acartesianSquare to namespace
  • e479c0b - add ndat to namespace
  • 183264d - add isSameArray to namespace
  • 8a9967b - add aoneToLike to namespace
  • 01c1a00 - add azeroToLike to namespace
  • 2771f9e - add aoneTo to namespace
  • 74e8faa - add azeroTo to namespace
  • cc219df - add isSameComplex64 to namespace
  • bda78f8 - add isSameComplex128 to namespace
  • c096551 - add isSameComplex64Array to namespace
  • 722bff4 - add isSameComplex128Array to namespace
  • 9042c6f - add isSameFloat32Array to namespace
  • 07979d6 - add isSameFloat64Array to namespace
  • 20b4078 - add NAN and FLOAT32_NAN to namespace
  • 8696241 - add COMPLEX64_NAN to namespace
  • a97c806 - add COMPLEX128_NAN to namespace
  • cd65542 - add COMPLEX64_ZERO to namespace
  • 19b63c2 - add COMPLEX128_ZERO to namespace
  • 8c0f26a - update related packages
  • 11d5c34 - add random.array.hypergeometric to namespace
  • e188958 - add random.array.frechet to namespace
  • 324dfed - add random.array.triangular to namespace
  • b92d0bb - add random.array.negativeBinomial to namespace
  • bc10bb7 - add random.array.binomial to namespace
  • d85313a - add random.array.kumaraswamy to namespace
  • a6efd1f - add random.array.pareto1 to namespace
  • eee8a07 - add random.array.weibull to namespace
  • 1da4138 - add random.array.logistic to namespace
  • ea7442a - add random.array.levy
  • c149857 - add random.array.laplace to namespace
  • 6c964b9 - add random.array.gumbel to namespace
  • fe367da - add random.array.f to namespace
  • 3cdc7dd - add random.array.erlang to namespace
  • cd115d4 - add random.array.cauchy to namespace
  • 3107668 - add random.array.t to namespace
  • 2ec1499 - add random.array.chisquare to namespace
  • 2c8abf3 - add random.array.chi to namespace
  • bfed92a - add random.array.rayleigh to namespace
  • 78c2c91 - add random.array.geometric and random.array.poisson to namespace
  • 0cb1c96 - add random.array.bernoulli to namespace
  • 06416f0 - add numelDimension to namespace
  • 5117239 - add ndarrayFlag to namespace
  • 8aad631 - add ndarrayFlags to namespace
  • 9874a20 - add maybeBroadcastArrays to namespace
  • 5e1d785 - add broadcastArrays to namespace
  • 49e7ac4 - update REPL namespace (#1164)
  • 9740fb4 - add ndsliceFrom to namespace
  • 2d253ca - add assertion utilities to namespace
  • e2d086c - add ndarrayStride to namespace
  • bc6cb8e - add ndsliceTo to namespace
  • 7746224 - add add4 and add5 to namespace
  • 26aef28 - add base.add3 to namespace
  • 9554641 - add base.cnegf to namespace
  • 4cda914 - add base.div and base.divf to namespace
  • c7f7cba - add base.factorial2 to namespace
Features
  • 4877282 - add random.strided.t to namespace
  • 44ac21f - add random.strided.rayleigh to namespace
  • 30aa5ec - add random.strided.poisson to namespace
  • 383a569 - add random.strided.geometric to namespace
  • a75f17e - add random.strided.chisquare to namespace
  • 91ffbcb - add random.strided.chi to namespace
  • f6feaf5 - add random.strided.bernoulli to namespace
  • 0d3e0b1 - add aslice to namespace
  • 24736d2 - add acartesianPower to namespace
  • 87ac458 - add acartesianProduct and acartesianSquare to namespace
  • e479c0b - add ndat to namespace
  • 183264d - add isSameArray to namespace
  • 8a9967b - add aoneToLike to namespace
  • 01c1a00 - add azeroToLike to namespace
  • 2771f9e - add aoneTo to namespace
  • 74e8faa - add azeroTo to namespace
  • cc219df - add isSameComplex64 to namespace
  • bda78f8 - add isSameComplex128 to namespace
  • c096551 - add isSameComplex64Array to namespace
  • 722bff4 - add isSameComplex128Array to namespace
  • 9042c6f - add isSameFloat32Array to namespace
  • 07979d6 - add isSameFloat64Array to namespace
  • 20b4078 - add NAN and FLOAT32_NAN to namespace
  • 8696241 - add COMPLEX64_NAN to namespace
  • a97c806 - add COMPLEX128_NAN to namespace
  • cd65542 - add COMPLEX64_ZERO to namespace
  • 8c0f26a - update related packages
  • 11d5c34 - add random.array.hypergeometric to namespace
  • e188958 - add random.array.frechet to namespace
  • 324dfed - add random.array.triangular to namespace
  • b92d0bb - add random.array.negativeBinomial to namespace
  • bc10bb7 - add random.array.binomial to namespace
  • d85313a - add random.array.kumaraswamy to namespace
  • a6efd1f - add random.array.pareto1 to namespace
  • eee8a07 - add random.array.weibull to namespace
  • 1da4138 - add random.array.logistic to namespace
  • ea7442a - add random.array.levy
  • c149857 - add random.array.laplace to namespace
  • 6c964b9 - add random.array.gumbel to namespace
  • fe367da - add random.array.f to namespace
  • 3cdc7dd - add random.array.erlang to namespace
  • cd115d4 - add random.array.cauchy to namespace
  • 3107668 - add random.array.t to namespace
  • 2ec1499 - add random.array.chisquare to namespace
  • 2c8abf3 - add random.array.chi to namespace
  • bfed92a - add random.array.rayleigh to namespace
  • 78c2c91 - add random.array.geometric and random.array.poisson to namespace
  • 0cb1c96 - add random.array.bernoulli to namespace
  • 06416f0 - add numelDimension to namespace
  • 5117239 - add ndarrayFlag to namespace
  • 8aad631 - add ndarrayFlags to namespace
  • 9874a20 - add maybeBroadcastArrays to namespace
  • 49e7ac4 - update REPL namespace (#1164)
  • 9740fb4 - add ndsliceFrom to namespace
  • 2d253ca - add assertion utilities to namespace
  • e2d086c - add ndarrayStride to namespace
  • bc6cb8e - add ndsliceTo to namespace
  • 7746224 - add add4 and add5 to namespace
  • 26aef28 - add base.add3 to namespace
  • 9554641 - add base.cnegf to namespace
  • 4cda914 - add base.div and base.divf to namespace
Features
  • 4877282 - add random.strided.t to namespace
  • 44ac21f - add random.strided.rayleigh to namespace
  • 30aa5ec - add random.strided.poisson to namespace
  • 383a569 - add random.strided.geometric to namespace
  • a75f17e - add random.strided.chisquare to namespace
  • 91ffbcb - add random.strided.chi to namespace
  • f6feaf5 - add random.strided.bernoulli to namespace
  • 0d3e0b1 - add aslice to namespace
  • 24736d2 - add acartesianPower to namespace
  • 87ac458 - add acartesianProduct and acartesianSquare to namespace
  • e479c0b - add ndat to namespace
  • 183264d - add isSameArray to namespace
  • 8a9967b - add aoneToLike to namespace
  • 01c1a00 - add azeroToLike to namespace
  • 2771f9e - add aoneTo to namespace
  • 74e8faa - add azeroTo to namespace
  • cc219df - add isSameComplex64 to namespace
  • bda78f8 - add isSameComplex128 to namespace
  • c096551 - add isSameComplex64Array to namespace
  • 722bff4 - add isSameComplex128Array to namespace
  • 9042c6f - add isSameFloat32Array to namespace
  • 07979d6 - add isSameFloat64Array to namespace
  • 20b4078 - add NAN and FLOAT32_NAN to namespace
  • 8696241 - add COMPLEX64_NAN to namespace
  • a97c806 - add COMPLEX128_NAN to namespace
  • cd65542 - add COMPLEX64_ZERO to namespace
  • 8c0f26a - update related packages
  • 11d5c34 - add random.array.hypergeometric to namespace
  • e188958 - add random.array.frechet to namespace
  • 324dfed - add random.array.triangular to namespace
  • b92d0bb - add random.array.negativeBinomial to namespace
  • bc10bb7 - add random.array.binomial to namespace
  • d85313a - add random.array.kumaraswamy to namespace
  • a6efd1f - add random.array.pareto1 to namespace
  • eee8a07 - add random.array.weibull to namespace
  • 1da4138 - add random.array.logistic to namespace
  • ea7442a - add random.array.levy
  • c149857 - add random.array.laplace to namespace
  • 6c964b9 - add random.array.gumbel to namespace
  • fe367da - add random.array.f to namespace
  • 3cdc7dd - add random.array.erlang to namespace
  • cd115d4 - add random.array.cauchy to namespace
  • 3107668 - add random.array.t to namespace
  • 2ec1499 - add random.array.chisquare to namespace
  • 2c8abf3 - add random.array.chi to namespace
  • bfed92a - add random.array.rayleigh to namespace
  • 78c2c91 - add random.array.geometric and random.array.poisson to namespace
  • 0cb1c96 - add random.array.bernoulli to namespace
  • 06416f0 - add numelDimension to namespace
  • 5117239 - add ndarrayFlag to namespace
  • 8aad631 - add ndarrayFlags to namespace
  • 9874a20 - add maybeBroadcastArrays to namespace
  • 49e7ac4 - update REPL namespace (#1164)
  • 9740fb4 - add ndsliceFrom to namespace
  • 2d253ca - add assertion utilities to namespace
  • e2d086c - add ndarrayStride to namespace
  • bc6cb8e - add ndsliceTo to namespace
  • 7746224 - add add4 and add5 to namespace
  • 26aef28 - add base.add3 to namespace
  • 9554641 - add base.cnegf to namespace
  • 4cda914 - add base.div and base.divf to namespace
Features
  • 4877282 - add random.strided.t to namespace
  • 44ac21f - add random.strided.rayleigh to namespace
  • 30aa5ec - add random.strided.poisson to namespace
  • 383a569 - add random.strided.geometric to namespace
  • a75f17e - add random.strided.chisquare to namespace
  • 91ffbcb - add random.strided.chi to namespace
  • f6feaf5 - add random.strided.bernoulli to namespace
  • 0d3e0b1 - add aslice to namespace
  • 24736d2 - add acartesianPower to namespace
  • 87ac458 - add acartesianProduct and acartesianSquare to namespace
  • e479c0b - add ndat to namespace
  • 183264d - add isSameArray to namespace
  • 8a9967b - add aoneToLike to namespace
  • 01c1a00 - add azeroToLike to namespace
  • 2771f9e - add aoneTo to namespace
  • 74e8faa - add azeroTo to namespace
  • cc219df - add isSameComplex64 to namespace
  • bda78f8 - add isSameComplex128 to namespace
  • c096551 - add isSameComplex64Array to namespace
  • 722bff4 - add isSameComplex128Array to namespace
  • 9042c6f - add isSameFloat32Array to namespace
  • 07979d6 - add isSameFloat64Array to namespace
  • 20b4078 - add NAN and FLOAT32_NAN to namespace
  • 8696241 - add COMPLEX64_NAN to namespace
  • a97c806 - add COMPLEX128_NAN to namespace
  • cd65542 - add COMPLEX64_ZERO to namespace
  • 8c0f26a - update related packages
  • 11d5c34 - add random.array.hypergeometric to namespace
  • e188958 - add random.array.frechet to namespace
  • 324dfed - add random.array.triangular to namespace
  • b92d0bb - add random.array.negativeBinomial to namespace
  • bc10bb7 - add random.array.binomial to namespace
  • d85313a - add random.array.kumaraswamy to namespace
  • a6efd1f - add random.array.pareto1 to namespace
  • eee8a07 - add random.array.weibull to namespace
  • 1da4138 - add random.array.logistic to namespace
  • ea7442a - add random.array.levy
  • c149857 - add random.array.laplace to namespace
  • 6c964b9 - add random.array.gumbel to namespace
  • fe367da - add random.array.f to namespace
  • 3cdc7dd - add random.array.erlang to namespace
  • cd115d4 - add random.array.cauchy to namespace
  • 3107668 - add random.array.t to namespace
  • 2ec1499 - add random.array.chisquare to namespace
  • 2c8abf3 - add random.array.chi to namespace
  • bfed92a - add random.array.rayleigh to namespace
  • 78c2c91 - add random.array.geometric and random.array.poisson to namespace
  • 0cb1c96 - add random.array.bernoulli to namespace
  • 06416f0 - add numelDimension to namespace
  • 5117239 - add ndarrayFlag to namespace
  • 8aad631 - add ndarrayFlags to namespace
  • 9874a20 - add maybeBroadcastArrays to namespace
  • 49e7ac4 - update REPL namespace (#1164)
  • 9740fb4 - add ndsliceFrom to namespace
  • 2d253ca - add assertion utilities to namespace
  • e2d086c - add ndarrayStride to namespace
  • bc6cb8e - add ndsliceTo to namespace
  • 7746224 - add add4 and add5 to namespace
  • 26aef28 - add base.add3 to namespace
  • 9554641 - add base.cnegf to namespace
  • 4cda914 - add base.div and base.divf to namespace

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

Commits

  • 4877282 - feat: add random.strided.t to namespace (by Athan Reines)
  • 44ac21f - feat: add random.strided.rayleigh to namespace (by Athan Reines)
  • 30aa5ec - feat: add random.strided.poisson to namespace (by Athan Reines)
  • 383a569 - feat: add random.strided.geometric to namespace (by Athan Reines)
  • a75f17e - feat: add random.strided.chisquare to namespace (by Athan Reines)
  • 91ffbcb - feat: add random.strided.chi to namespace (by Athan Reines)
  • f6feaf5 - feat: add random.strided.bernoulli to namespace (by Athan Reines)
  • 0d3e0b1 - feat: add aslice to namespace (by Athan Reines)
  • 24736d2 - feat: add acartesianPower to namespace (by Athan Reines)
  • 87ac458 - feat: add acartesianProduct and acartesianSquare to namespace (by Athan Reines)
  • e479c0b - feat: add ndat to namespace (by Athan Reines)
  • 183264d - feat: add isSameArray to namespace (by Athan Reines)
  • 8a9967b - feat: add aoneToLike to namespace (by Athan Reines)
  • 01c1a00 - feat: add azeroToLike to namespace (by Athan Reines)
  • 2771f9e - feat: add aoneTo to namespace (by Athan Reines)
  • 74e8faa - feat: add azeroTo to namespace (by Athan Reines)
  • cc219df - feat: add isSameComplex64 to namespace (by Athan Reines)
  • bda78f8 - feat: add isSameComplex128 to namespace (by Athan Reines)
  • c096551 - feat: add isSameComplex64Array to namespace (by Athan Reines)
  • 722bff4 - feat: add isSameComplex128Array to namespace (by Athan Reines)
  • 9042c6f - feat: add isSameFloat32Array to namespace (by Athan Reines)
  • 07979d6 - feat: add isSameFloat64Array to namespace (by Athan Reines)
  • 20b4078 - feat: add NAN and FLOAT32_NAN to namespace (by Athan Reines)
  • 8696241 - feat: add COMPLEX64_NAN to namespace (by Athan Reines)
  • a97c806 - feat: add COMPLEX128_NAN to namespace (by Athan Reines)
  • cd65542 - feat: add COMPLEX64_ZERO to namespace (by Athan Reines)
  • 19b63c2 - feat: add COMPLEX128_ZERO to namespace (by Athan Reines)
  • 8c0f26a - feat: update related packages (by Athan Reines)
  • 11d5c34 - feat: add random.array.hypergeometric to namespace (by Athan Reines)
  • e188958 - feat: add random.array.frechet to namespace (by Athan Reines)
  • 324dfed - feat: add random.array.triangular to namespace (by Athan Reines)
  • b92d0bb - feat: add random.array.negativeBinomial to namespace (by Athan Reines)
  • bc10bb7 - feat: add random.array.binomial to namespace (by Athan Reines)
  • d85313a - feat: add random.array.kumaraswamy to namespace (by Athan Reines)
  • a6efd1f - feat: add random.array.pareto1 to namespace (by Athan Reines)
  • eee8a07 - feat: add random.array.weibull to namespace (by Athan Reines)
  • 1da4138 - feat: add random.array.logistic to namespace (by Athan Reines)
  • ea7442a - feat: add random.array.levy (by Athan Reines)
  • c149857 - feat: add random.array.laplace to namespace (by Athan Reines)
  • 6c964b9 - feat: add random.array.gumbel to namespace (by Athan Reines)
  • fe367da - feat: add random.array.f to namespace (by Athan Reines)
  • 3cdc7dd - feat: add random.array.erlang to namespace (by Athan Reines)
  • cd115d4 - feat: add random.array.cauchy to namespace (by Athan Reines)
  • 3107668 - feat: add random.array.t to namespace (by Athan Reines)
  • 2ec1499 - feat: add random.array.chisquare to namespace (by Athan Reines)
  • 2c8abf3 - feat: add random.array.chi to namespace (by Athan Reines)
  • bfed92a - feat: add random.array.rayleigh to namespace (by Athan Reines)
  • 78c2c91 - feat: add random.array.geometric and random.array.poisson to namespace (by Athan Reines)
  • 0cb1c96 - feat: add random.array.bernoulli to namespace (by Athan Reines)
  • 06416f0 - feat: add numelDimension to namespace (by Athan Reines)
  • 5117239 - feat: add ndarrayFlag to namespace (by Athan Reines)
  • 8aad631 - feat: add ndarrayFlags to namespace (by Athan Reines)
  • 9874a20 - feat: add maybeBroadcastArrays to namespace (by Athan Reines)
  • 5e1d785 - feat: add broadcastArrays to namespace (by Athan Reines)
  • fff6152 - docs: update contributor list (#1174) (by stdlib-bot, Athan Reines)
  • 49e7ac4 - feat: update REPL namespace (#1164) (by stdlib-bot, Philipp Burckhardt)
  • 9740fb4 - feat: add ndsliceFrom to namespace (by Athan Reines)
  • 2d253ca - feat: add assertion utilities to namespace (by Athan Reines)
  • e2d086c - feat: add ndarrayStride to namespace (by Athan Reines)
  • bc6cb8e - feat: add ndsliceTo to namespace (by Athan Reines)
  • 7746224 - feat: add add4 and add5 to namespace (by Athan Reines)
  • 26aef28 - feat: add base.add3 to namespace (by Athan Reines)
  • 9554641 - feat: add base.cnegf to namespace (by Athan Reines)
  • 4cda914 - feat: add base.div and base.divf to namespace (by Athan Reines)
  • c7f7cba - feat: add base.factorial2 to namespace (by Athan Reines)
  • c0ccd8a - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • 0946ad3 - docs: update REPL docs (by Athan Reines)
  • a49bb3d - docs: update REPL docs (by Athan Reines)
  • 661c948 - docs: update links (by Athan Reines)

0.1.1 (2023-11-08)

No changes reported for this release.

0.1.0 (2023-11-08)

Packages

Features
Bug Fixes
Features
  • d4f4054 - add nditerMatrixEntries to namespace
  • 6753c94 - add nditerColumnEntries to namespace
  • 0fc7b65 - add nditerRowEntries to namespace
  • aba8c1a - add ndsliceDimensionFrom to namespace
  • 6fda483 - add ndsliceDimensionTo to namespace
  • 2b304a0 - add ndarrayMostlySafeCasts to namespace
  • 110bfb3 - add ndsliceDimension to namespace
  • 7b6b703 - add ndarrayDataBuffer to namespace
  • 4227c05 - add ndarrayOrder to namespace and rename aliases
  • c709f38 - add ndarrayDataType to namespace
  • 895a173 - add ndstrides to namespace
  • 3a44e7e - add ndshape to namespace
  • d4c08ee - add ndims to namespace
  • 7ac268b - add numel to namespace
  • c8af478 - add maybeBroadcastArray to namespace
  • 34b1f69 - add nditerValues to namespace
  • fccaeba - add nditerEntries to namespace
  • 4968a1a - add nditerIndices to namespace
  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace
  • 015c2d9 - add FancyArray to namespace
  • 2eed6f3 - add seq2slice to namespace
  • 9d16b25 - add isMultiSlice to namespace
  • 794d9a7 - add MultiSlice to namespace
  • efe050d - update minimum TypeScript version
  • 775c156 - add base.forEachChar to namespace
  • a972d67 - add base.forEachCodePoint to namespace
  • 98ef4c5 - add base.forEachGraphemeCluster to namespace
  • 000b507 - add forEachChar to namespace
  • 87620ba - add dotcase to namespace
  • 334d7df - add ndemptyLike to namespace
  • 309afe9 - add ndempty to namespace
  • 462cd43 - update REPL namespace (#952)
  • f53f8ca - update namespace
  • ad6ce88 - update namespace
  • bf08114 - update REPL namespace (#925)
  • 23c8c4f - update namespace
  • 1dd8c2c - update namespace
  • 7de77db - update namespace
  • ce67626 - update REPL namespace (#920)
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
Features
  • d4f4054 - add nditerMatrixEntries to namespace
  • 6753c94 - add nditerColumnEntries to namespace
  • 0fc7b65 - add nditerRowEntries to namespace
  • 9fa9570 - add nditerMatrices to namespace
  • aba8c1a - add ndsliceDimensionFrom to namespace
  • 6fda483 - add ndsliceDimensionTo to namespace
  • 2b304a0 - add ndarrayMostlySafeCasts to namespace
  • 110bfb3 - add ndsliceDimension to namespace
  • 7b6b703 - add ndarrayDataBuffer to namespace
  • 4227c05 - add ndarrayOrder to namespace and rename aliases
  • c709f38 - add ndarrayDataType to namespace
  • 895a173 - add ndstrides to namespace
  • 3a44e7e - add ndshape to namespace
  • d4c08ee - add ndims to namespace
  • 7ac268b - add numel to namespace
  • c8af478 - add maybeBroadcastArray to namespace
  • 34b1f69 - add nditerValues to namespace
  • fccaeba - add nditerEntries to namespace
  • 4968a1a - add nditerIndices to namespace
  • 24d4d1c - add broadcastArray to namespace
  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace
  • 626a722 - add ndslice to namespace
  • 015c2d9 - add FancyArray to namespace
  • 2eed6f3 - add seq2slice to namespace
  • 9d16b25 - add isMultiSlice to namespace
  • 794d9a7 - add MultiSlice to namespace
  • a68770b - add Slice and isSlice to namespace
  • efe050d - update minimum TypeScript version
  • 34b78a0 - add headercase to namespace
  • 775c156 - add base.forEachChar to namespace
  • a972d67 - add base.forEachCodePoint to namespace
  • 98ef4c5 - add base.forEachGraphemeCluster to namespace
  • 000b507 - add forEachChar to namespace
  • 7caad0b - add string utilities to namespace
  • 87620ba - add dotcase to namespace
  • 8c05c4e - add aemptyLike to namespace
  • 334d7df - add ndemptyLike to namespace
  • 309afe9 - add ndempty to namespace
  • 279b85c - add aempty to namespace
  • a625e10 - add ndarray2array to namespace
  • 462cd43 - update REPL namespace (#952)
  • f53f8ca - update namespace
  • ad6ce88 - update namespace
  • 7477ab8 - update namespace
  • bf08114 - update REPL namespace (#925)
  • 23c8c4f - update namespace
  • 1dd8c2c - update namespace
  • 7de77db - update namespace
  • ce67626 - update REPL namespace (#920)
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
Features
  • d4f4054 - add nditerMatrixEntries to namespace
  • 6753c94 - add nditerColumnEntries to namespace
  • 0fc7b65 - add nditerRowEntries to namespace
  • aba8c1a - add ndsliceDimensionFrom to namespace
  • 6fda483 - add ndsliceDimensionTo to namespace
  • 2b304a0 - add ndarrayMostlySafeCasts to namespace
  • 110bfb3 - add ndsliceDimension to namespace
  • 7b6b703 - add ndarrayDataBuffer to namespace
  • 4227c05 - add ndarrayOrder to namespace and rename aliases
  • c709f38 - add ndarrayDataType to namespace
  • 895a173 - add ndstrides to namespace
  • 3a44e7e - add ndshape to namespace
  • d4c08ee - add ndims to namespace
  • 7ac268b - add numel to namespace
  • c8af478 - add maybeBroadcastArray to namespace
  • 34b1f69 - add nditerValues to namespace
  • fccaeba - add nditerEntries to namespace
  • 4968a1a - add nditerIndices to namespace
  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace
  • 015c2d9 - add FancyArray to namespace
  • 2eed6f3 - add seq2slice to namespace
  • 9d16b25 - add isMultiSlice to namespace
  • 794d9a7 - add MultiSlice to namespace
  • efe050d - update minimum TypeScript version
  • 34b78a0 - add headercase to namespace
  • 775c156 - add base.forEachChar to namespace
  • a972d67 - add base.forEachCodePoint to namespace
  • 98ef4c5 - add base.forEachGraphemeCluster to namespace
  • 000b507 - add forEachChar to namespace
  • 87620ba - add dotcase to namespace
  • 334d7df - add ndemptyLike to namespace
  • 309afe9 - add ndempty to namespace
  • 462cd43 - update REPL namespace (#952)
  • f53f8ca - update namespace
  • ad6ce88 - update namespace
  • bf08114 - update REPL namespace (#925)
  • 23c8c4f - update namespace
  • 1dd8c2c - update namespace
  • 7de77db - update namespace
  • ce67626 - update REPL namespace (#920)
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
Bug Fixes
Features
  • efe050d - update minimum TypeScript version
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
Features
  • d4f4054 - add nditerMatrixEntries to namespace
  • 6753c94 - add nditerColumnEntries to namespace
  • 0fc7b65 - add nditerRowEntries to namespace
  • aba8c1a - add ndsliceDimensionFrom to namespace
  • 6fda483 - add ndsliceDimensionTo to namespace
  • 2b304a0 - add ndarrayMostlySafeCasts to namespace
  • 110bfb3 - add ndsliceDimension to namespace
  • 7b6b703 - add ndarrayDataBuffer to namespace
  • 4227c05 - add ndarrayOrder to namespace and rename aliases
  • c709f38 - add ndarrayDataType to namespace
  • 895a173 - add ndstrides to namespace
  • 3a44e7e - add ndshape to namespace
  • d4c08ee - add ndims to namespace
  • 7ac268b - add numel to namespace
  • c8af478 - add maybeBroadcastArray to namespace
  • 34b1f69 - add nditerValues to namespace
  • fccaeba - add nditerEntries to namespace
  • 4968a1a - add nditerIndices to namespace
  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace
  • 015c2d9 - add FancyArray to namespace
  • 2eed6f3 - add seq2slice to namespace
  • 9d16b25 - add isMultiSlice to namespace
  • 794d9a7 - add MultiSlice to namespace
  • efe050d - update minimum TypeScript version
  • 34b78a0 - add headercase to namespace
  • 775c156 - add base.forEachChar to namespace
  • a972d67 - add base.forEachCodePoint to namespace
  • 98ef4c5 - add base.forEachGraphemeCluster to namespace
  • 000b507 - add forEachChar to namespace
  • 87620ba - add dotcase to namespace
  • 334d7df - add ndemptyLike to namespace
  • 309afe9 - add ndempty to namespace
  • 462cd43 - update REPL namespace (#952)
  • f53f8ca - update namespace
  • ad6ce88 - update namespace
  • bf08114 - update REPL namespace (#925)
  • 23c8c4f - update namespace
  • 1dd8c2c - update namespace
  • 7de77db - update namespace
  • ce67626 - update REPL namespace (#920)
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
Features
  • d4f4054 - add nditerMatrixEntries to namespace
  • 6753c94 - add nditerColumnEntries to namespace
  • 0fc7b65 - add nditerRowEntries to namespace
  • aba8c1a - add ndsliceDimensionFrom to namespace
  • 6fda483 - add ndsliceDimensionTo to namespace
  • 2b304a0 - add ndarrayMostlySafeCasts to namespace
  • 110bfb3 - add ndsliceDimension to namespace
  • 7b6b703 - add ndarrayDataBuffer to namespace
  • 4227c05 - add ndarrayOrder to namespace and rename aliases
  • c709f38 - add ndarrayDataType to namespace
  • 895a173 - add ndstrides to namespace
  • 3a44e7e - add ndshape to namespace
  • d4c08ee - add ndims to namespace
  • 7ac268b - add numel to namespace
  • c8af478 - add maybeBroadcastArray to namespace
  • 34b1f69 - add nditerValues to namespace
  • fccaeba - add nditerEntries to namespace
  • 4968a1a - add nditerIndices to namespace
  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace
  • 015c2d9 - add FancyArray to namespace
  • 2eed6f3 - add seq2slice to namespace
  • 9d16b25 - add isMultiSlice to namespace
  • 794d9a7 - add MultiSlice to namespace
  • efe050d - update minimum TypeScript version
  • 34b78a0 - add headercase to namespace
  • 775c156 - add base.forEachChar to namespace
  • a972d67 - add base.forEachCodePoint to namespace
  • 98ef4c5 - add base.forEachGraphemeCluster to namespace
  • 000b507 - add forEachChar to namespace
  • 87620ba - add dotcase to namespace
  • 334d7df - add ndemptyLike to namespace
  • 309afe9 - add ndempty to namespace
  • 462cd43 - update REPL namespace (#952)
  • f53f8ca - update namespace
  • ad6ce88 - update namespace
  • bf08114 - update REPL namespace (#925)
  • 23c8c4f - update namespace
  • 1dd8c2c - update namespace
  • 7de77db - update namespace
  • ce67626 - update REPL namespace (#920)
BREAKING CHANGES
  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

BREAKING CHANGES

  • efe050d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt
  • Planeshifter

Commits

  • d4f4054 - feat: add nditerMatrixEntries to namespace (by Athan Reines)
  • 6753c94 - feat: add nditerColumnEntries to namespace (by Athan Reines)
  • 0fc7b65 - feat: add nditerRowEntries to namespace (by Athan Reines)
  • 9fa9570 - feat: add nditerMatrices to namespace (by Athan Reines)
  • b8b0fbe - docs: update REPL namespace (#1123) (by stdlib-bot, Athan Reines)
  • aba8c1a - feat: add ndsliceDimensionFrom to namespace (by Athan Reines)
  • 6fda483 - feat: add ndsliceDimensionTo to namespace (by Athan Reines)
  • ff35f38 - fix: make CLI scripts executable (#1111) (by stdlib-bot, Philipp Burckhardt)
  • 2b304a0 - feat: add ndarrayMostlySafeCasts to namespace (by Athan Reines)
  • 110bfb3 - feat: add ndsliceDimension to namespace (by Athan Reines)
  • 7b6b703 - feat: add ndarrayDataBuffer to namespace (by Athan Reines)
  • 4227c05 - feat: add ndarrayOrder to namespace and rename aliases (by Athan Reines)
  • c709f38 - feat: add ndarrayDataType to namespace (by Athan Reines)
  • 895a173 - feat: add ndstrides to namespace (by Athan Reines)
  • 3a44e7e - feat: add ndshape to namespace (by Athan Reines)
  • d4c08ee - feat: add ndims to namespace (by Athan Reines)
  • 7ac268b - feat: add numel to namespace (by Athan Reines)
  • c8af478 - feat: add maybeBroadcastArray to namespace (by Athan Reines)
  • 34b1f69 - feat: add nditerValues to namespace (by Athan Reines)
  • fccaeba - feat: add nditerEntries to namespace (by Athan Reines)
  • 4968a1a - feat: add nditerIndices to namespace (by Athan Reines)
  • 24d4d1c - feat: add broadcastArray to namespace (by Athan Reines)
  • 518c4a6 - feat: add nditer2arrayEach to namespace (by Athan Reines)
  • de48915 - feat: add nditerRows and nditerColumns to namespace (by Athan Reines)
  • b9dfb43 - feat: add ndsliceAssign to namespace (by Athan Reines)
  • 626a722 - feat: add ndslice to namespace (by Athan Reines)
  • 7f160b3 - docs: update REPL namespace (#1104) (by stdlib-bot, Athan Reines)
  • acea23e - docs: update REPL namespace (#1101) (by stdlib-bot, Athan Reines)
  • 015c2d9 - feat: add FancyArray to namespace (by Athan Reines)
  • 2eed6f3 - feat: add seq2slice to namespace (by Athan Reines)
  • 9d16b25 - feat: add isMultiSlice to namespace (by Athan Reines)
  • 794d9a7 - feat: add MultiSlice to namespace (by Athan Reines)
  • a68770b - feat: add Slice and isSlice to namespace (by Athan Reines)
  • 4f044cf - docs: update REPL namespace docs (#1090) (by stdlib-bot, Athan Reines)
  • efe050d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • a9e7f23 - docs: update REPL namespace (#1077) (by stdlib-bot, Athan Reines)
  • c300118 - fix: rename to avoid duplicate variable name (by Philipp Burckhardt)
  • ab5d324 - chore: resolve lint errors (by Philipp Burckhardt)
  • b449faa - docs: update REPL namespace docs (#1069) (by stdlib-bot, Athan Reines)
  • 34b78a0 - feat: add headercase to namespace (by Athan Reines)
  • 775c156 - feat: add base.forEachChar to namespace (by Athan Reines)
  • a972d67 - feat: add base.forEachCodePoint to namespace (by Athan Reines)
  • 98ef4c5 - feat: add base.forEachGraphemeCluster to namespace (by Athan Reines)
  • 000b507 - feat: add forEachChar to namespace (by Athan Reines)
  • 7caad0b - feat: add string utilities to namespace (by Athan Reines)
  • 87d19fc - docs: update REPL namespace docs (#1049) (by stdlib-bot, Athan Reines)
  • 87620ba - feat: add dotcase to namespace (by Athan Reines)
  • 8c05c4e - feat: add aemptyLike to namespace (by Athan Reines)
  • 7444ac5 - docs: update REPL namespace (#1040) (by stdlib-bot, Planeshifter)
  • f637078 - docs: update REPL namespace (#1025) (by stdlib-bot, Athan Reines)
  • 15cde7c - feat: update REPL namespace (#1020) (#1020) (by stdlib-bot, Philipp Burckhardt)
  • c211d3b - docs: update REPL namespace (#999) (by stdlib-bot, Athan Reines)
  • d22c7ad - docs: update REPL namespace (#994) (by stdlib-bot, Athan Reines)
  • 334d7df - feat: add ndemptyLike to namespace (by Athan Reines)
  • 309afe9 - feat: add ndempty to namespace (by Athan Reines)
  • 279b85c - feat: add aempty to namespace (by Athan Reines)
  • 02a3539 - docs: update REPL namespace (#979) (by stdlib-bot, Athan Reines)
  • a625e10 - feat: add ndarray2array to namespace (by Athan Reines)
  • 9cdb3e1 - docs: update REPL namespace (#963) (by stdlib-bot, Athan Reines)
  • 7770e27 - docs: update REPL namespace (#961) (by stdlib-bot, Athan Reines)
  • 5c4c206 - docs: update REPL namespace (#959) (by stdlib-bot, Athan Reines)
  • d79ba96 - docs: update REPL namespace (#955) (by stdlib-bot, Athan Reines)
  • 462cd43 - feat: update REPL namespace (#952) (by stdlib-bot, Athan Reines)
  • f53f8ca - feat: update namespace (by Athan Reines)
  • ad6ce88 - feat: update namespace (by Athan Reines)
  • 7477ab8 - feat: update namespace (by Athan Reines)
  • bf08114 - feat: update REPL namespace (#925) (by stdlib-bot, Athan Reines)
  • 23c8c4f - feat: update namespace (by Athan Reines)
  • 1dd8c2c - feat: update namespace (by Athan Reines)
  • 7de77db - feat: update namespace (by Athan Reines)
  • ce67626 - feat: update REPL namespace (#920) (by stdlib-bot, Athan Reines)

0.0.11 (2021-08-23)

No changes reported for this release.

0.0.10 (2021-07-10)

No changes reported for this release.

0.0.9 (2021-07-07)

No changes reported for this release.

0.0.8 (2021-06-27)

No changes reported for this release.

0.0.7 (2021-06-16)

No changes reported for this release.

0.0.6 (2021-06-15)

No changes reported for this release.

0.0.5 (2021-06-13)

No changes reported for this release.

0.0.4 (2021-06-12)

No changes reported for this release.

0.0.3 (2021-06-12)

No changes reported for this release.

0.0.2 (2021-06-10)

No changes reported for this release.

0.0.1 (2021-06-10)

No changes reported for this release.