Closed Giulero closed 2 years ago
Given that the version that is currently in master (i.e. after https://github.com/ami-iit/ADAM/pull/20) has been the default one installed if somebody cloned the repo in the last two months, could it make sense to tag it as 0.0.2 and then merge this PR?
Given that the version that is currently in master (i.e. after https://github.com/ami-iit/ADAM/pull/20) has been the default one installed if somebody cloned the repo in the last two months, could it make sense to tag it as 0.0.2 and then merge this PR?
Sure! I'll update also 5c54e46.
Thanks @traversaro! Merging.
I want to update the installation procedure for pruning dependencies that the user might not need in this PR. For example, the installation would require
PyTorch
even if the user just needs theCasAdi
interface.Now the installation would need:
jax interface:
casadi interface:
or, if the user does not want to clone the repo:
I took also the occasion to change the import syntax. Before:
After:
The import syntax used before is still working, so the old code using adam does not need to be updated.