STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

Project.toml #116

Closed mileslucas closed 4 years ago

mileslucas commented 5 years ago

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.md

I 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.

jbrea commented 5 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.

mileslucas commented 5 years ago

Updated the version number to be 1.0.0

fairbrot commented 4 years ago

I created a Project.toml in October without seeing this pull request so unfortunately it is now redundant. Apologies!