Skip to content

Latest commit

 

History

History
625 lines (445 loc) · 47.5 KB

CHANGELOG.md

File metadata and controls

625 lines (445 loc) · 47.5 KB

CHANGELOG

Package changelog.

Unreleased (2024-09-09)

Features

  • 83db58c - add hasBtoaSupport to namespace
  • 48de2fd - add hasAtobSupport to namespace
  • 9a87aca - add isEqualArray to namespace
  • febd8ae - add ndarraylike2ndarray to namespace
  • 09ffebd - add nditerInterleaveSubarrays to namespace
  • 2939f56 - add nditerStacks to namespace
  • 082324e - add nditerSubarrays to namespace

Commits

  • 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)
  • 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)
  • 70eb789 - docs: update REPL namespace documentation (#2682) (by stdlib-bot, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.3.0 (2024-07-27)

Features

Commits

  • 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)
  • 60d2ac3 - docs: update REPL namespace documentation (#2608) (by stdlib-bot, Athan Reines)
  • 6a106fb - docs: update REPL namespace documentation (#2592) (by stdlib-bot, Athan Reines)
  • 8751c3d - docs: update REPL namespace documentation (#2570) (by stdlib-bot, Athan Reines)
  • 350aa53 - docs: update REPL namespace documentation (#2515) (by stdlib-bot, Athan Reines)
  • cfb39e4 - docs: update REPL namespace documentation (#2475) (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)
  • 1c27809 - docs: update REPL namespace documentation (#2426) (by stdlib-bot, Athan Reines)
  • ba4ce18 - feat: add amskput to namespace (by Athan Reines)
  • 642d473 - docs: update REPL namespace documentation (#2416) (by stdlib-bot, Athan Reines)
  • 379f259 - docs: update REPL namespace documentation (#2403) (by stdlib-bot, Athan Reines)
  • e9f214c - docs: update REPL docs (by Athan Reines)
  • aae2b85 - docs: update REPL namespace documentation (#2386) (by stdlib-bot, Athan Reines)
  • 34ef42e - docs: update REPL namespace documentation (#2246) (by stdlib-bot, Athan Reines)
  • 0f9acd1 - feat: add BooleanArray to namespace (by Athan Reines)
  • 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)
  • 7f3f555 - docs: update REPL namespace documentation (#1928) (by stdlib-bot, Planeshifter)
  • 2370b7a - feat: update REPL namespace (#1352) (by stdlib-bot, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Planeshifter

0.2.1 (2024-02-21)

Features

  • 503c398 - add amskreject to namespace
  • 04230cb - add amskfilter to namespace

Commits

  • 503c398 - feat: add amskreject to namespace (by Athan Reines)
  • 04230cb - feat: add amskfilter to namespace (by Athan Reines)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

0.2.0 (2024-02-14)

Features

  • 3eb2db4 - add ArrayIndex to namespace
  • 7ee6291 - add atake to namespace
  • 92abe29 - add array2fancy to namespace
  • c1d6282 - add scalar2array to namespace
  • 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
  • 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

Commits

  • 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)
  • 840e2b2 - docs: update REPL docs (by Athan Reines)
  • 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)
  • 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)
  • 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)
  • 0946ad3 - docs: update REPL docs (by Athan Reines)
  • a49bb3d - docs: update REPL docs (by Athan Reines)
  • 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)
  • 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)
  • 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)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2023-10-03)

Features

  • 518c4a6 - add nditer2arrayEach to namespace
  • de48915 - add nditerRows and nditerColumns to namespace
  • b9dfb43 - add ndsliceAssign to namespace

Commits

  • 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)
  • 7f160b3 - docs: update REPL namespace (#1104) (by stdlib-bot, Athan Reines)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

0.1.0 (2023-09-22)

Features

BREAKING CHANGES

  • efe050d: update minimum TypeScript version to 4.1

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

Commits

  • 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)
  • 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)
  • 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)
  • 87d19fc - docs: update REPL namespace docs (#1049) (by stdlib-bot, Athan Reines)
  • 87620ba - feat: add dotcase to namespace (by Athan Reines)
  • 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)
  • 02a3539 - docs: update REPL namespace (#979) (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)
  • 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)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.8 (2022-02-16)

No changes reported for this release.

0.0.7 (2021-08-23)

No changes reported for this release.

0.0.6 (2021-07-09)

No changes reported for this release.

0.0.5 (2021-07-06)

No changes reported for this release.

0.0.4 (2021-06-27)

No changes reported for this release.

0.0.3 (2021-06-16)

No changes reported for this release.

0.0.2 (2021-06-15)

No changes reported for this release.

0.0.1 (2021-06-14)

No changes reported for this release.