Package changelog.
No changes reported for this release.
83f2a61- remove unused imports
-
8b1548f: update namespace declarations- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the
blas/*namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.
- To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the
Details
226d13a- docs: set doctest alias and update example code (by Philipp Burckhardt)45bea12- feat: updaterandom/array/toolsTypeScript declarations (by Philipp Burckhardt)5c7040c- docs: fix method name in example code (by Philipp Burckhardt)54da286- test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)08c640b- test: fix type bug (by Athan Reines)479c50a- test: fix type bug (by Athan Reines)83f2a61- fix: remove unused imports (by Athan Reines)8b1548f- feat: update namespace TypeScript declarations (#3190) (by stdlib-bot, Philipp Burckhardt)aad48ea- chore: resolve lint errors (by Philipp Burckhardt)8e110d6- docs: update examples forrandom/array/tools(by Jenish Thapa, Philipp Burckhardt)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jenish Thapa
- Philipp Burckhardt
No changes reported for this release.
-
0adcae5: rename exported aliases- To migrate, users should consult the relevant namespace documentation and associated commits in order to determine which aliases have been renamed.
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines
No changes reported for this release.
60d37a0- addrandom/array/toolsnamespace packagef0d8be9- addrandom/array/tools/ternary-factory292f38d- addrandom/array/tools/ternary7a98dfa- addrandom/array/tools/binary-factory84cf136- addrandom/array/tools/binaryadad88f- refactor to support top-level output array default and currying PRNG parameters4ea8f4b- addrandom/array/tools/nullarya30b64a- addrandom/array/tools/unary-factory9f1aad3- addrandom/array/tools/unary
-
adad88f: update signatures to supporting currying- To migrate, users should (1) specify a default output array data type when invoking the main export, instead of the returned function, and (2) specify a PRNG parameter when invoking the returned function in order to curry PRNG parameters. Specifying an output array data type can still be done via the returned function; however, instead of a positional argument, one needs to provide an options object.
Details
3ca6b26- docs: update namespace table of contents (#1297) (by stdlib-bot, Philipp Burckhardt)4ee18f5- docs: fix copyright year (by Athan Reines)60d37a0- feat: addrandom/array/toolsnamespace package (by Athan Reines)720902c- docs: remove unnecessaryrequirestatement (by Athan Reines)f0d8be9- feat: addrandom/array/tools/ternary-factory(by Athan Reines)292f38d- feat: addrandom/array/tools/ternary(by Athan Reines)29add29- docs: fix parameter descriptions and fix tests (by Athan Reines)250aa76- test: fix tests to ensure testing intended behavior (by Athan Reines)7a98dfa- feat: addrandom/array/tools/binary-factory(by Athan Reines)6b16ced- docs: update examples (by Athan Reines)760edc1- docs: update example (by Athan Reines)84cf136- feat: addrandom/array/tools/binary(by Athan Reines)f7af7f6- docs: simplify examples (by Athan Reines)5ca2b6b- docs: simplify examples (by Athan Reines)b44cd7f- docs: fix typo (by Athan Reines)a16ad62- docs: update examples (by Athan Reines)9762e88- docs: update signatures and add partial application docs (by Athan Reines)d7ca9e4- bench: update description (by Athan Reines)8b4cc29- docs: update copy (by Athan Reines)44f8243- bench: fix function invocations (by Athan Reines)e38a7cc- docs: fix signatures (by Athan Reines)9c2c4eb- docs: fix example (by Athan Reines)db6c048- docs: fix example (by Athan Reines)adad88f- feat: refactor to support top-level output array default and currying PRNG parameters (by Athan Reines)0c69eee- docs: remove throws annotations (by Athan Reines)4ea8f4b- feat: addrandom/array/tools/nullary(by Athan Reines)c5cadd8- docs: fix throws tags and update description (by Athan Reines)2328e56- docs: update copy (by Athan Reines)aa40fc7- docs: add README and update descriptions (by Athan Reines)a30b64a- feat: addrandom/array/tools/unary-factory(by Athan Reines)eb30a23- docs: add comment (by Athan Reines)f38a4b0- docs: add comments (by Athan Reines)9f1aad3- feat: addrandom/array/tools/unary(by Athan Reines)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt