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

Update boundingbox.py #624

Merged
merged 2 commits into from
Dec 24, 2023
Merged

Update boundingbox.py #624

merged 2 commits into from
Dec 24, 2023

Conversation

YishGene
Copy link
Contributor

@YishGene YishGene commented Dec 3, 2023

changed np.int to np.int_ to make compatible with new versions of numpy where numpy.int is deprecated (>=1.20) or removed (>=1.24). This is compatible back to >=1.13 and possibly earlier (earliest version for which online documentation exists)

changed np.int to np.int_ to make compatible with new versions of numpy where numpy.int is deprecated (>=1.20) or removed (>=1.24). This is compatible back to >=1.13 and possibly earlier (earliest version for which online documentation exists)
@ssheorey ssheorey assigned ssheorey and unassigned ssheorey Dec 11, 2023
@ssheorey ssheorey self-requested a review December 11, 2023 05:53
ml3d/vis/boundingbox.py Outdated Show resolved Hide resolved
@ssheorey ssheorey changed the base branch from main to dev December 11, 2023 06:00
@ssheorey ssheorey changed the base branch from dev to main December 11, 2023 06:00
based on author comments.
@ssheorey ssheorey merged commit 1d1fe7a into isl-org:main Dec 24, 2023
0 of 2 checks passed
ssheorey pushed a commit that referenced this pull request Dec 29, 2023
…w versions of numpy (#624)

numpy.int is deprecated (>=1.20) or removed (>=1.24). This is
compatible back to >=1.13 and possibly earlier (earliest version for
which online documentation exists)

---------
Co-authored-by: Sameer Sheorey <sameer.sheorey@intel.com>
ssheorey pushed a commit that referenced this pull request Feb 9, 2024
…w versions of numpy (#624)

numpy.int is deprecated (>=1.20) or removed (>=1.24). This is
compatible back to >=1.13 and possibly earlier (earliest version for
which online documentation exists)

---------
Co-authored-by: Sameer Sheorey <sameer.sheorey@intel.com>
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.

None yet

2 participants