Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

List of outdated packages in Julia

Is there a way to list all outdated packages in Julia? An equivalent of pip3 list --outdated in Python.

I made a couple searches (1, 2), but couldn’t find an answer.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

This feature is implemented for the upcoming Julia 1.8 release as the --outdated flag to the status command:

(v1) pkg> status
Status `~/.julia/environments/v1/Project.toml`
  [7876af07] Example v0.5.1

(v1) pkg> status --outdated
Status `~/.julia/environments/v1/Project.toml`
  [7876af07] Example v0.5.1 (<v0.5.3)
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading