Nemo:
- 2018-08-22 Nemo-0.9.0
- 2017-12-31 Nemo-0.7.3
- 2016-04-13 Nemo-0.6
- 2016-07-26 Nemo-0.5
- 2015-12-04 Nemo-0.4
- 2015-09-26 Nemo-0.3.1
To obtain Nemo, follow these steps:
- Install Julia-0.6 or later.
- julia> Pkg.add(“Nemo”)
- julia> using Nemo
If Nemo doesn’t automatically start building, you may have to issue:
- julia> Pkg.build(“Nemo”)
To run the Nemo test suite:
- julia> Pkg.test(“Nemo”)
If the standard build above failed, or you wish to be a Nemo developer, you can switch to the master branch of our repository. This is done by issuing:
- julia> Pkg.checkout(“Nemo”)
The master development branch usually contains more recent updates and can be more unstable. However, it can sometimes be a lifeline.