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

Updates for julia-0.7 #2

Closed
wants to merge 4 commits into from
Closed

Updates for julia-0.7 #2

wants to merge 4 commits into from

Commits on May 12, 2018

  1. use nothing

    ederag committed May 12, 2018
    Configuration menu
    Copy the full SHA
    bf0b229 View commit details
    Browse the repository at this point in the history
  2. Void => Nothing

    ederag committed May 12, 2018
    Configuration menu
    Copy the full SHA
    1f4d916 View commit details
    Browse the repository at this point in the history
  3. isdefined(:GLPlot) => @isdefined(GLPlot)

    Attempt at solving the following
    Warning: `isdefined(:symbol)` is deprecated, use `@isdefined symbol` instead
    But the warning remains
    ederag committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f87ab40 View commit details
    Browse the repository at this point in the history
  4. linspace => range

    solves
    Warning: `linspace(start, stop, length::Integer)` is deprecated,
             use `range(start, stop=stop, length=length)` instead.
    ederag committed May 12, 2018
    Configuration menu
    Copy the full SHA
    c140ea5 View commit details
    Browse the repository at this point in the history