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
But to find out what version is current, I first have to visit downloadRubi. Now, it's great to be able to install and try out the current version and compare to previous versions, but it would be nice it there was a shorthand, such as
To install the current version, I have to know the version number (presently 4.16.0.4) and so invoke
PacletInstall["https://github.com/RuleBasedIntegration/Rubi/releases/download/4.16.0.4/Rubi-4.16.0.4.paclet"]
But to find out what version is current, I first have to visit downloadRubi. Now, it's great to be able to install and try out the current version and compare to previous versions, but it would be nice it there was a shorthand, such as
PacletInstall["https://github.com/RuleBasedIntegration/Rubi/releases/download/Rubi.paclet"]
that always installed the current version. Running
First[PacletFind["Rubi"]]["Location"]
will then tell what the version number is.
The text was updated successfully, but these errors were encountered: