JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
399 stars 105 forks source link

Project.toml and Manifest.toml files #229

Closed mohamed82008 closed 5 years ago

mohamed82008 commented 5 years ago

This PR replaces the REQUIRE files with adds Project.toml and Manifest.toml files. This also fixes the test failures in https://github.com/JuliaMath/IterativeSolvers.jl/pull/227 and https://github.com/JuliaMath/IterativeSolvers.jl/pull/228 due to the breaking changes in the latest release of RecipesBase v0.6.0.

fredrikekre commented 5 years ago

If you plan on registering new versions of the package you need REQUIRE still.

mohamed82008 commented 5 years ago

If you plan on registering new versions of the package you need REQUIRE still.

Oops, I followed JuAFEM as an example :) Fixing in progress.

mohamed82008 commented 5 years ago

Pump.