Closed mileslucas closed 4 years ago
Hi @mileslucas
Thanks for this PR. It looks all fine to me except that the version should be 1.0.0. NEWS.md was updated in preparation of the new release. We will fix the failing tests outside of this PR.
Updated the version number to be 1.0.0
I created a Project.toml in October without seeing this pull request so unfortunately it is now redundant. Apologies!
Hello,
I've taken the current Master branch and added a
Project.toml
, deleting the old REQUIRE files in base and test. I've matched the[compat]
section with the versions from REQUIRE.In addition I've added julia 1.1 to the CI matrices since nightly now points to 1.2
The current version is
1.0.1
based on what I saw in NEWS.mdI wasn't able to get the tests to pass, but this seems like an issue not related directly to project.toml but perhaps compatibility issues. If it's the latter we just have to pin the correct versions of dependencies.