Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/git-notes/fcca2dc42eb46f8957fc9e3a4fd0691917f38daf.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
type: amend-message
---
remove!: remove migrated `stats/strided/*` imports from `stats/base/*` namespace

This commit removes leftover symbols from package migration. The removed symbols are all now present in the `stats/strided/*` namespace.

BREAKING CHANGE: remove `d*` symbols from namespace

To migrate, users should access the same symbols in the `stats/strided/*` namespace.

PR-URL: https://github.com/stdlib-js/stdlib/pull/13103
Reviewed-by: Athan Reines <kgryte@gmail.com>
Loading