v6.1.0 - Bugfixing, matrix and expression performance, better stubs #1187
Joao-Dionisio
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This was a very active month. Thank you to @Zeroto521 for all your work on improving PySCIPOpt's performance, and thank you, @jonathanberthias, for the introduction and continued support of type stubs. Thank you to all the others who helped during this time, either with PRs or by reporting bugs.
Several of the repo's oldest issues have been addressed (for the curious, #1150, #993, #1161, #1151, #1132).
PySCIPOpt is entering a new phase, with more people contributing and becoming active participants in the repo. Makes me very happy; it's a sign of a vibrant community. This does increase the maintenance effort, so if you would like to help in that regard, please contact me by email (joao.goncalves.dionisio@gmail.com).
What's Changed
stubtestto check stubs are complete by @jonathanberthias in Runstubtestto check stubs are complete #1141MatrixExpr.sum(axis=...)viaquicksumby @Zeroto521 in Speed upMatrixExpr.sum(axis=...)viaquicksum#1135Constant @ MatrixExprby @Zeroto521 in Speed upConstant @ MatrixExpr#1159MatrixExpr.add.reduceviaquicksumby @Zeroto521 in Speed upMatrixExpr.add.reduceviaquicksum#1157getValfromGenExprby @Zeroto521 in BUG: can't callgetValfromGenExpr#1148__array_ufunc__as numpy ufunc enter by @Zeroto521 in API: use__array_ufunc__as numpy ufunc enter #1163@np.vectorizedecorator syntax by @Zeroto521 in BUG: numpy 1.16 doesn't support@np.vectorizedecorator syntax #1164NotImplementedErrorforMatrixExprCons.__eq__by @Zeroto521 in BUG: RaiseNotImplementedErrorforMatrixExprCons.__eq__#1171__next__from Expr by @Zeroto521 in DEP: remove__next__from Expr #1169getPrimalDualIntegral()from C API by @justinokamoto in AddgetPrimalDualIntegral()from C API #1174__array_priority__forMatrixExprandMatrixExprConsby @Zeroto521 in API: Set__array_priority__forMatrixExprandMatrixExprCons#1172addConsLocal(),addConsNode()to accept ExprCons by @Joao-Dionisio in ChangeaddConsLocal(),addConsNode()to accept ExprCons #1151_is_number(Expr)from expr.pyi file by @Zeroto521 in DEP: remove_is_number(Expr)from expr.pyi file #1168abs(abs(x))should returnabs(x)rather thanabs(abs(x))by @Zeroto521 inabs(abs(x))should returnabs(x)rather thanabs(abs(x))#1176Expr * Exprby @Zeroto521 in Speed upExpr * Expr#1175Model.getSolValsupportsMatrixExprby @Zeroto521 in API:Model.getSolValsupportsMatrixExpr#1183New Contributors
getPrimalDualIntegral()from C API #1174Full Changelog: v6.0.0...v6.1.0
This discussion was created from the release v6.1.0 - Bugfixing, matrix and expression performance, better stubs.
Beta Was this translation helpful? Give feedback.
All reactions