Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Julia 1.0 compatibility changes. #158

Merged
merged 5 commits into from
Aug 28, 2018

Commits on Aug 21, 2018

  1. Add Julia 1.0 compatibility changes.

    Basically change `warn` to `@warn`, `info` to `@info` and migrate iterators to the
    new format.
    hessammehr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c4d74b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f58165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54eca7e View commit details
    Browse the repository at this point in the history
  4. Update replace to Julia 1.0 convention.

    More `replace` revisions.
    hessammehr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    3c216b0 View commit details
    Browse the repository at this point in the history
  5. Adapt to new Process API.

    hessammehr committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    5d10419 View commit details
    Browse the repository at this point in the history