-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move some things out of internal (#975)
* chore: move storage out of internal Signed-off-by: Henry Schreiner <[email protected]> * chore: move AxesTuple out of _internal Signed-off-by: Henry Schreiner <[email protected]> * chore: move _internal.axis_transform to axis.transform Signed-off-by: Henry Schreiner <[email protected]> * chore: combine axestuple Signed-off-by: Henry Schreiner <[email protected]> * chore: move traits into axes Signed-off-by: Henry Schreiner <[email protected]> * chore: drop unused code Signed-off-by: Henry Schreiner <[email protected]> * chore: move typing out of _internal Signed-off-by: Henry Schreiner <[email protected]> * chore: move view out of _internal Signed-off-by: Henry Schreiner <[email protected]> * chore: move utils out of _internal Signed-off-by: Henry Schreiner <[email protected]> * chore: remove rest of _internals Signed-off-by: Henry Schreiner <[email protected]> * chore: put Histogram back into file Signed-off-by: Henry Schreiner <[email protected]> * chore: more Ruff checks Signed-off-by: Henry Schreiner <[email protected]> * chore: drop hack for docs Signed-off-by: Henry Schreiner <[email protected]> * fix: import location Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes * fix: use notes for Python 3.11+ Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a30cc81
commit c558211
Showing
32 changed files
with
1,267 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
from __future__ import annotations | ||
|
||
from . import accumulators, algorithm, axis, hist, storage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.