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

Chaging the type of Volume from int64 to float64. #127

Merged
merged 1 commit into from
Oct 21, 2023
Merged

Chaging the type of Volume from int64 to float64. #127

merged 1 commit into from
Oct 21, 2023

Conversation

cinar
Copy link
Owner

@cinar cinar commented Oct 21, 2023

Fixes #126 by changing the Volume from int64 to float64. This is going to be a breaking change for the projects depending to this module, so I will be incrementing the minor version number.

@cinar cinar linked an issue Oct 21, 2023 that may be closed by this pull request
@cinar cinar merged commit def9908 into master Oct 21, 2023
3 checks passed
@cinar cinar deleted the fix-126 branch October 21, 2023 22:37
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.

Why is volume an []int64 and not []float64 ?
1 participant