Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 15, 2024
1 parent 2e435d6 commit 9e8913e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 178 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ For more information on the project, filing bug reports and feature requests, an

---

## License

See [LICENSE][stdlib-license].


## Copyright

Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
Expand All @@ -215,8 +220,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-fancy-slice.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-base-fancy-slice

[test-image]: https://github.com/stdlib-js/array-base-fancy-slice/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/array-base-fancy-slice/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/array-base-fancy-slice/actions/workflows/test.yml/badge.svg?branch=v0.3.0
[test-url]: https://github.com/stdlib-js/array-base-fancy-slice/actions/workflows/test.yml?query=branch:v0.3.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-fancy-slice/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-fancy-slice?branch=main
Expand Down Expand Up @@ -246,6 +251,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[esm-readme]: https://github.com/stdlib-js/array-base-fancy-slice/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/array-base-fancy-slice/blob/main/branches.md

[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-fancy-slice/main/LICENSE

[@stdlib/slice/ctor]: https://github.com/stdlib-js/slice-ctor

[@stdlib/array/dtype]: https://github.com/stdlib-js/array-dtype
Expand Down
52 changes: 4 additions & 48 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 0 additions & 112 deletions dist/main.js

This file was deleted.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-base-fancy-slice",
"version": "0.2.0",
"version": "0.3.0",
"description": "Return a shallow copy of a portion of an array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,29 +37,29 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-zeros": "^0.1.1",
"@stdlib/array-dtype": "^0.1.0",
"@stdlib/blas-base-gcopy": "^0.1.0",
"@stdlib/slice-base-length": "^0.1.1",
"@stdlib/slice-base-normalize-slice": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/array-base-zeros": "^0.2.0",
"@stdlib/array-dtype": "^0.2.0",
"@stdlib/blas-base-gcopy": "^0.2.0",
"@stdlib/slice-base-length": "^0.2.0",
"@stdlib/slice-base-normalize-slice": "^0.2.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/types": "^0.3.1"
},
"devDependencies": {
"@stdlib/array-base-accessor": "^0.1.0",
"@stdlib/array-float64": "^0.1.1",
"@stdlib/array-int32": "^0.1.1",
"@stdlib/array-float64": "^0.2.0",
"@stdlib/array-int32": "^0.2.0",
"@stdlib/array-zero-to": "^0.1.0",
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/assert-is-collection": "^0.1.0",
"@stdlib/assert-is-float64array": "^0.1.1",
"@stdlib/assert-is-int32array": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
"@stdlib/assert-is-array": "^0.2.0",
"@stdlib/assert-is-collection": "^0.2.0",
"@stdlib/assert-is-float64array": "^0.2.0",
"@stdlib/assert-is-int32array": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.2.0",
"@stdlib/slice-ctor": "^0.2.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.1.2"
"@stdlib/bench-harness": "^0.2.0"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 9e8913e

Please sign in to comment.