Package changelog.
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
88e4c0a
- docs: update related packages sections (#5074) (by stdlib-bot)769b921
- docs: update related packages sections (#4638) (by stdlib-bot, Athan Reines)bc279b5
- docs: update related packages sections (#4485) (by stdlib-bot, Philipp Burckhardt)0d8ee2d
- docs: update related packages sections (#4334) (by stdlib-bot)c322b66
- docs: update related packages sections (#4070) (by stdlib-bot, Philipp Burckhardt)b8c41df
- docs: update related packages sections (#3915) (by stdlib-bot)2825b42
- docs: update related packages sections (#3898) (by stdlib-bot)5cb36ef
- docs: update related packages sections (#3890) (by stdlib-bot)ac06419
- docs: update related packages sections (#3387) (by stdlib-bot)1c56b73
- docs: update related packages sections (#3380) (by stdlib-bot)
No changes reported for this release.
A total of 1 person contributed to this release. Thank you to this contributor:
- 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 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
f626b3d
- docs: update related packages sections (#2255) (by stdlib-bot)ec98887
- docs: update related packages sections (#2241) (by stdlib-bot)aaa391a
- chore: fix typos (by Philipp Burckhardt)9f02420
- docs: update related packages sections (#2203) (by stdlib-bot)39b8176
- docs: update namespace table of contents (#1341) (by stdlib-bot, Athan Reines)0adcae5
- feat: update namespace TypeScript declarations (#1340) (by stdlib-bot, Athan Reines)45564d8
- docs: revert moving horizontal rule (by Athan Reines)7473eb8
- docs: revert moving horizontal rule (by Athan Reines)b71eac5
- docs: move horizontal rules (by Athan Reines)860997b
- docs: move horizontal rules (by Athan Reines)406fb8c
- docs: fix method name (by Athan Reines)f6eb46d
- docs: fix method name (by Athan Reines)
No changes reported for this release.
b823b14
- addint2slice
to namespace
71c1bc4
- addslice/base/int2slice
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
949ec7d
- refactor: update to useslice/base/int2slice
(by Athan Reines)b823b14
- feat: addint2slice
to namespace (by Athan Reines)71c1bc4
- feat: addslice/base/int2slice
(by Athan Reines)f04074a
- docs: update related packages sections (#1276) (by stdlib-bot)dea49e0
- docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)74bf172
- docs: update related packages sections (#1165) (by stdlib-bot)26cf434
- docs: update related packages sections (#1156) (by stdlib-bot)d1ea078
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)b496b72
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)9502ed2
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)cab141b
- docs: update links (by Athan Reines)
No changes reported for this release.
7faffe3
- update namespace TypeScript declarations (#1122)764149e
- addargs2multislice
to namespace277bfbc
- addsargs2multislice
to namespace1ec2944
- addreducedDimensions
to namespace92ccfd2
- addnonreducedDimensions
to namespacee18b248
- update namespace TypeScript declarations (#1100)16cf3fd
- addseq2multislice
to namespaced08b3c1
- addsliceShape
to namespaced895c68
- addsliceLength
to namespace2b49372
- addnormalizeMultiSlice
to namespacef04c363
- addnormalizeSlice
to namespacea50b6b1
- addslice2seq
to namespaced75d35c
- addstr2multislice
to namespacecc8c988
- addstr2slice
to namespace58acf08
- addslice/base
namespace
a96ad2e
- addslice/base/args2multislice
29ade00
- addslice/base/length
74b8842
- addslice/base/nonreduced-dimensions
82bf60c
- addslice/base/reduced-dimensions
3a90e24
- addslice/base/sargs2multislice
3bf733b
- addslice/base/seq2multislice
10ef571
- addslice/base/shape
fb675fb
- addslice/base/slice2seq
cabc1f3
- addslice/base/str2slice
-
a2ba8cb
: support argument omission- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
null
for "empty" slice parameters.
- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
-
82dea00
: rename error codes- To migrate, if users were checking for particular error codes, they
should add the
SLICE_
prefix to their checks.
- To migrate, if users were checking for particular error codes, they
should add the
-
a2ba8cb
: support argument omission- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
null
for "empty" slice parameters.
- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
d73bbf4
- build: replace lint directives (by Philipp Burckhardt)7faffe3
- feat: update namespace TypeScript declarations (#1122) (by stdlib-bot, Athan Reines)a17f2aa
- docs: update namespace table of contents (#1116) (by stdlib-bot, Athan Reines)f9854ba
- refactor: use utility to create a MultiSlice from a list of arguments (by Athan Reines)109746a
- refactor: use utility to create a MultiSlice from a list of arguments (by Athan Reines)50fe529
- refactor: use package to create a MultiSlice from list of arguments (by Athan Reines)764149e
- feat: addargs2multislice
to namespace (by Athan Reines)a96ad2e
- feat: addslice/base/args2multislice
(by Athan Reines)03dcf4a
- docs: remove private annotation (by Athan Reines)10e5804
- docs: fix typo (by Athan Reines)c8ffc1c
- fix: ensure proper string serialization (by Athan Reines)277bfbc
- feat: addsargs2multislice
to namespace (by Athan Reines)3a90e24
- feat: addslice/base/sargs2multislice
(by Athan Reines)98414a0
- test: fix description (by Athan Reines)e273dbf
- docs: fix example (by Athan Reines)1ec2944
- feat: addreducedDimensions
to namespace (by Athan Reines)82bf60c
- feat: addslice/base/reduced-dimensions
(by Athan Reines)043fa6d
- bench: fix assertion (by Athan Reines)87baa70
- docs: fix example (by Athan Reines)92ccfd2
- feat: addnonreducedDimensions
to namespace (by Athan Reines)74b8842
- feat: addslice/base/nonreduced-dimensions
(by Athan Reines)4f2310d
- docs: update namespace table of contents (#1102) (by stdlib-bot)e18b248
- feat: update namespace TypeScript declarations (#1100) (by stdlib-bot, Athan Reines)16cf3fd
- feat: addseq2multislice
to namespace (by Athan Reines)3bf733b
- feat: addslice/base/seq2multislice
(by Athan Reines)983270f
- fix: grammar (by Athan Reines)a0ed323
- docs: fix grammar (by Athan Reines)fa2d0aa
- docs: fix grammar (by Athan Reines)0ac72b2
- docs: fix grammar (by Athan Reines)82dea00
- feat: rename error codes (by Athan Reines)d08b3c1
- feat: addsliceShape
to namespace (by Athan Reines)3da4aa1
- style: disable lint rule (by Athan Reines)10ef571
- feat: addslice/base/shape
(by Athan Reines)5a694f7
- docs: fix comment (by Athan Reines)a5041c0
- bench: update assertion (by Athan Reines)d205fcd
- docs: fix missing period (by Athan Reines)d895c68
- feat: addsliceLength
to namespace (by Athan Reines)29ade00
- feat: addslice/base/length
(by Athan Reines)aa6865c
- docs: fix return values (by Athan Reines)dae16d6
- fix: clamp to just after the last index when an integer exceeds index bounds (by Athan Reines)2b49372
- feat: addnormalizeMultiSlice
to namespace (by Athan Reines)680a0d4
- feat: addslice/base/normalize-multi-slice
(by Athan Reines)f04c363
- feat: addnormalizeSlice
to namespace (by Athan Reines)b3a05c7
- feat: addslice/base/normalize-slice
(by Athan Reines)6e461e6
- style: disable lint rule (by Athan Reines)ad6be3a
- test: fix broken test (by Athan Reines)f0bc593
- fix: account for negative increment when clamping a starting index (by Athan Reines)bdbeddd
- docs: update comment (by Athan Reines)a269a74
- docs: fix missing import (by Athan Reines)941b40e
- feat: add support for performing bounds checking (by Athan Reines)2b7b89a
- feat: add support for performing bounds checking (by Athan Reines)61295ba
- refactor: support returning an out-of-bounds error code when resolving end index (by Athan Reines)a50b6b1
- feat: addslice2seq
to namespace (by Athan Reines)fb675fb
- feat: addslice/base/slice2seq
(by Athan Reines)d75d35c
- feat: addstr2multislice
to namespace (by Athan Reines)88f5f72
- feat: addslice/base/str2multislice
(by Athan Reines)7e21499
- test: fix assertion (by Athan Reines)cc8c988
- feat: addstr2slice
to namespace (by Athan Reines)cabc1f3
- feat: addslice/base/str2slice
(by Athan Reines)19ce482
- docs: add TODO comments regarding exception handling for out-of-bounds slices (by Athan Reines)9c434b1
- feat: addbase
to namespace (by Athan Reines)58acf08
- feat: addslice/base
namespace (by Athan Reines)db2a0aa
- refactor: use base implementation (by Athan Reines)ac9f95d
- feat: addslice/base/seq2slice
(by Athan Reines)2571d5f
- feat: addseq2slice
to namespace (by Athan Reines)12e59f2
- feat: addslice/seq2slice
(by Athan Reines)1a9294b
- fix: prevent index increments to zero (by Athan Reines)b611203
- docs: add comment (by Athan Reines)b39bf6a
- fix: add missing namespace files (by Athan Reines)9da72fd
- test: add property test (by Athan Reines)5bfaca0
- test: add property test (by Athan Reines)7f27694
- feat: addslice
namespace (by Athan Reines)c3ea036
- style: disable lint rule (by Athan Reines)0b83f22
- feat: addslice/multi
(by Athan Reines)482990c
- docs: update copy (by Athan Reines)d627bb1
- docs: fix heading (by Athan Reines)cf13ba9
- docs: fix parameter types and fix class name (by Athan Reines)74d7015
- docs: fix syntax errors in examples (by Athan Reines)4a6d756
- style: disable lint rules (by Athan Reines)671cb3d
- fix: ensure default values arenull
when providedundefined
(by Athan Reines)a2ba8cb
- feat: refactor to support eliding arguments (by Athan Reines)1f41686
- docs: fix copyright year (by Athan Reines)02c09a3
- feat: addslice/ctor
(by Athan Reines)