A week or so out from release 9.0.0 #1424
Replies: 3 comments
-
It's been a couple of weeks, so let me give an update on the next release. @mmatera has been working on the correct selection of a Rule when several match, and correcting the Set builtin functions, This is very useful and important work. The plan for work after the 9.0.0 release is to start revising Boxing and formatting. I imagine that will make heavy use of Rules and different Set functions, so we may as well get the correction out of the way now. |
Beta Was this translation helpful? Give feedback.
-
Going over assignment ( #1441: Conditions in the RHS of an expression must stay at the RHS, but must be considered when rules are ordered for application priority. Also, this means we have to check if in a Definition values, there are rules with equal LHS, but with different conditions in the RHS, to avoid overwrite inequivelent rules. There are more adjustments to do: just as an example, how to process Also, these changes would make it possible to reimplement the MakeBoxes rules as WL rules instead of writing them as Python code, as @rocky suggested some time ago. |
Beta Was this translation helpful? Give feedback.
-
It's been quite more than a couple of weeks, more like a month, but at this point, all of the core pieces have been updated and are available from both PyPI and GitHub. But I think (or hope) it has been worth it. There are some fundamental improvements that move us closer to WMA conformance. Some of the important changes:
What remains to be updated are the conglomerates Mathics3 omnibus and updating pyodide. I will try to update these soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think we are about a week or so out from of Mathics3 9.0.0. There are still some small bugs to be addressed.
In preparation for that I just pushed a new Docker image. The announcement on Mathics3-omnibus has more information on this image and what's in the next release.
Beta Was this translation helpful? Give feedback.
All reactions