Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: add new sub-package wnb.stats to keep distribution-related modules #36

Merged
merged 5 commits into from
Sep 22, 2024

Conversation

msamsami
Copy link
Owner

  • Add a new sub-package wnb.stats to contain distribution-related modules
  • Move base.py to stats/base.py directory, add decorators to abstract methods in mixin classes
  • Move enums.py and utils.py to stats/enums.py and stats/utils.py directories, respectively
  • Move distribution classes from dist.py to stats/continuous.py and stats/discrete.py, keep them accessible from dist.py for backward compatibility
  • Rename _typing.py to typing.py
  • Rename DistibutionLike to DistributionLike (fix typo), move it from typing.py to stats/typing.py, keep it accessible from typing.py for backward compatibility
  • Add necessary depreciation warnings
  • Update imports in other scripts according to the changes above
  • Bump version to 0.3.0

@msamsami msamsami added the enhancement New feature or request label Sep 22, 2024
@msamsami msamsami merged commit f2e6657 into main Sep 22, 2024
2 checks passed
@msamsami msamsami changed the title patch: Add a new sub-package wnb.stats to keep distribution-related modules patch: add new sub-package wnb.stats to keep distribution-related modules Sep 22, 2024
@msamsami msamsami deleted the stats-sub-package branch October 29, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant