RuleBasedIntegration / Rubi

Rubi for Mathematica
http://rulebasedintegration.org
MIT License
225 stars 22 forks source link

Automatic way of installing latest version? #31

Open paulcabbott opened 4 years ago

paulcabbott commented 4 years ago

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.

asdasd1dsadsa commented 3 years ago

This requirement can be met easily by building a paclet server: #40 .