-
Notifications
You must be signed in to change notification settings - Fork 109
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
Remove deprecations #362
Remove deprecations #362
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
===========================================
- Coverage 84.42% 73.38% -11.04%
===========================================
Files 22 22
Lines 3307 3307
===========================================
- Hits 2792 2427 -365
- Misses 515 880 +365 ☔ View full report in Codecov by Sentry. |
I'm a little confused, maybe I'm too out of it now
|
This PR has been merged and a new release of |
Think we may have to wait the full cycle for base/deps to rebuild.. why did we put some testing requirements in that layer anyways? Shouldn't they get picked up when we install |
This PR is ready @marcomangano @ArshSaja |
@nwu63 yeah, we need to wait for the deps images to be updated for an updated
Primarily, since they are intended for testing we chose to install packages that are common to all downstream layers upfront. Aside from that I think at the time many package had an "incomplete" |
I think explicitly listing the testing requirements is good regardless. I don't believe we are fixing the testflo version in the constraint file, but that is fine as long as the requirements are consistent across packages. In the most ideal case, we would be testing each package separately even in the nightly Docker cronjobs, so one package does not affect another downstream. Maybe that's discussion for another time. Please approve/merge this soon as the nightly builds will start failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. Deprecation warnings are gone (tested with same case locally as #359). Did not explicitly test numpy 2.0 changes, but these are straight forward.
@marcomangano @ArshSaja please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have the bandwidth to test this right now, but LGTM
* np.float_ -> np.float64 * fix numpy 1.25 deprecations * we now test everything * revert change to fact * trigger new build * remove multi-objective test instead of skipping
Purpose
Closes #361,
Closes #359.
Also updated the
testflo
flag since we now have IPOPT on Intel images.Expected time until merged
1 week
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable