-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nd expression testing #52
Commits on Jun 4, 2024
-
initial changes to begin enabling nd expressions
Transurgeon committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 0438115 - Browse repository at this point
Copy the full SHA 0438115View commit details
Commits on Jun 8, 2024
-
Transurgeon committed
Jun 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 047214a - Browse repository at this point
Copy the full SHA 047214aView commit details
Commits on Jun 12, 2024
-
adding initial testing prototype for nd sum atom
William Zijie Zhang authored and William Zijie Zhang committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c03a0d - Browse repository at this point
Copy the full SHA 3c03a0dView commit details -
adding more tests for elementwise operations
William Zijie Zhang authored and William Zijie Zhang committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 531d281 - Browse repository at this point
Copy the full SHA 531d281View commit details -
updating test docstrings thanks to philipp
William Zijie Zhang authored and William Zijie Zhang committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for abf41bc - Browse repository at this point
Copy the full SHA abf41bcView commit details
Commits on Jun 13, 2024
-
some progress but still missing out on test cases
William Zijie Zhang authored and William Zijie Zhang committedJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 746fc8a - Browse repository at this point
Copy the full SHA 746fc8aView commit details
Commits on Jun 14, 2024
-
fixing issue with output shape instead of input
William Zijie Zhang authored and William Zijie Zhang committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 9bbf5ab - Browse repository at this point
Copy the full SHA 9bbf5abView commit details -
William Zijie Zhang authored and William Zijie Zhang committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for f8d853a - Browse repository at this point
Copy the full SHA f8d853aView commit details -
William Zijie Zhang authored and William Zijie Zhang committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 79fd4b2 - Browse repository at this point
Copy the full SHA 79fd4b2View commit details -
William Zijie Zhang authored and William Zijie Zhang committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 1dd6e0c - Browse repository at this point
Copy the full SHA 1dd6e0cView commit details -
removing type annotation for constant.py
William Zijie Zhang authored and William Zijie Zhang committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for a800dda - Browse repository at this point
Copy the full SHA a800ddaView commit details -
copying implementation over to scipy backend, will look into optimiza…
…tions later
William Zijie Zhang authored and William Zijie Zhang committedJun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for dfeebcb - Browse repository at this point
Copy the full SHA dfeebcbView commit details
Commits on Jun 16, 2024
-
update axis atom to allow multiple axes, removing some tests
William Zijie Zhang authored and William Zijie Zhang committedJun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 8d3bc71 - Browse repository at this point
Copy the full SHA 8d3bc71View commit details
Commits on Jun 17, 2024
-
adding tests for passing multiple axes to the sum atom
William Zijie Zhang authored and William Zijie Zhang committedJun 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 53ae854 - Browse repository at this point
Copy the full SHA 53ae854View commit details
Commits on Jun 18, 2024
-
fixing all tests for scipy and numpy
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for ea47fcd - Browse repository at this point
Copy the full SHA ea47fcdView commit details -
adding back axis atom error and disabling cumsum for now
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 1cef190 - Browse repository at this point
Copy the full SHA 1cef190View commit details -
trying to setback default canon backend to cpp
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a1df0a6 - Browse repository at this point
Copy the full SHA a1df0a6View commit details -
adding case for lin-util to differentiate with cpp backend
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 756d903 - Browse repository at this point
Copy the full SHA 756d903View commit details -
fixing case for data for numpy backend
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 98ac1c7 - Browse repository at this point
Copy the full SHA 98ac1c7View commit details -
adding passing tests for nd sum
William Zijie Zhang authored and William Zijie Zhang committedJun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 89c73ba - Browse repository at this point
Copy the full SHA 89c73baView commit details
Commits on Jun 24, 2024
-
fixing issues with difference in backends, will need to make changes …
…to solving chain as well
William Zijie Zhang authored and William Zijie Zhang committedJun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 03b6060 - Browse repository at this point
Copy the full SHA 03b6060View commit details -
adding changes to backend choice depending on number of dimensions of…
… vars and params
William Zijie Zhang authored and William Zijie Zhang committedJun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 728ed8b - Browse repository at this point
Copy the full SHA 728ed8bView commit details
Commits on Jun 25, 2024
-
fixing ndim of problem and constraints check to be more accurate
William Zijie Zhang authored and William Zijie Zhang committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 02f7fb2 - Browse repository at this point
Copy the full SHA 02f7fb2View commit details -
final changes, removing comments for assertions and updating docstrings
William Zijie Zhang authored and William Zijie Zhang committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e29f893 - Browse repository at this point
Copy the full SHA e29f893View commit details -
adding backend strings from settings, adjusting test accordingly
William Zijie Zhang authored and William Zijie Zhang committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for d417839 - Browse repository at this point
Copy the full SHA d417839View commit details
Commits on Jun 27, 2024
-
fixing changes from review by steven
William Zijie Zhang authored and William Zijie Zhang committedJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8df43ef - Browse repository at this point
Copy the full SHA 8df43efView commit details -
removing axis type check with iterable
William Zijie Zhang authored and William Zijie Zhang committedJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 15cf2fd - Browse repository at this point
Copy the full SHA 15cf2fdView commit details
Commits on Jul 1, 2024
-
making changes following Parth's review
William Zijie Zhang authored and William Zijie Zhang committedJul 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 08111d9 - Browse repository at this point
Copy the full SHA 08111d9View commit details -
Update cvxpy/expressions/constants/constant.py
Co-authored-by: Parth Nobel <parthnobel@berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for b0bec73 - Browse repository at this point
Copy the full SHA b0bec73View commit details
Commits on Jul 2, 2024
-
Update cvxpy/lin_ops/canon_backend.py
Co-authored-by: Parth Nobel <parthnobel@berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for 76025da - Browse repository at this point
Copy the full SHA 76025daView commit details -
adding more changes to parth's review part 2
William Zijie Zhang authored and William Zijie Zhang committedJul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for efe8370 - Browse repository at this point
Copy the full SHA efe8370View commit details -
fixing assertion suggestion by parth
William Zijie Zhang authored and William Zijie Zhang committedJul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 5ca0bba - Browse repository at this point
Copy the full SHA 5ca0bbaView commit details