You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated to Python 3.12
* Handle infinity Unicode symbol and fix infinite value comparison
Added ∞ as an alias for oo so students can use the Unicode infinity
symbol as input. Fixed comparison of infinite expressions by using
direct sympy comparison instead of subtraction, since oo - oo yields
nan rather than 0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Handled exceptions for is_infinite checks during symbolic expression comparison
* Updated sympy to 1.13
* Updated sympy to 1.14 and mpath to 1.4.1
* Update CI to use Python 3.12
* Changed mpmath version
* Switched Dockerfile base image to apt package manager for Git installation.
* Switched to use dnf
* Added find to installed requirements
* Set PYTHONPATH in Dockerfile and updated CMD entrypoint format
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments