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

Bump most packages and improved Impression attributes to use standard Python bool #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glhuilli
Copy link

@glhuilli glhuilli commented Nov 23, 2023

Issue #, if available: #6

Description of changes: Updated all packages and changed Impression np.bool to use standard Python bool

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@glhuilli glhuilli changed the title Bump most packages and improved Impression outcome and won attributes Bump most packages and improved Impression attributes to use standard Python bool Nov 23, 2023
matplotlib==3.8.2
numba==0.58.1
numpy==1.26.2
packaging==23.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rebase? I have updated package versions

@@ -14,8 +14,8 @@ class ImpressionOpportunity:
estimated_CTR: np.float32
price: np.float32
second_price: np.float32
outcome: np.bool
won: np.bool
outcome: bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the existing np.bool creating any issues for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants