-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from NKeleher/rename-to-statsframe
Rename to statsframe
- Loading branch information
Showing
12 changed files
with
44 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing | ||
|
||
Contributions to `pydatasummary` are welcome and encouraged! The goal of this | ||
Contributions to `statsframe` are welcome and encouraged! The goal of this | ||
project is to make summarizing data and statistical models in python easier and | ||
more intuitive. If you have an idea for a new feature, or a bug fix, please make | ||
a suggestion. Every contribution is appreciated and will be considered. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,12 +1,12 @@ | ||
# Define pydatasummary version | ||
# Define statsframe version | ||
from importlib_metadata import version as _v | ||
|
||
# __version__ = "0.0.1" | ||
__version__ = _v("pydatasummary") | ||
__version__ = _v("statsframe") | ||
|
||
del _v | ||
|
||
# Import pydatasummary objects | ||
# Import statsframe objects | ||
# from ._tbl_data import * # noqa: F401, F403, E402 | ||
# from ._databackend import * # noqa: F401, F403, E402 | ||
from .ds import * # noqa: F401, F403, E402 | ||
from .datasummary import * # noqa: F401, F403, E402 |
File renamed without changes.
File renamed without changes.
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