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

Update visualization branch for Julia v0.5+ #9

Open
wants to merge 6 commits into
base: visualization
Choose a base branch
from

Conversation

FND
Copy link

@FND FND commented Dec 1, 2017

This combines @Yemolai's and @joshtriplett's efforts (#6 and #7, respectively) to make the visualization work on Julia v0.5 and beyond (tested with Julia v0.6.1).

Disclaimer: I know nothing about Julia, but this seems to work.

joshtriplett and others added 5 commits December 22, 2016 13:40
Current versions of Julia have deprecated the types Uint{8,16} with a
lowercase 'i', in favor of the same type names with an uppercase 'I'.
Current versions of Julia deprecated the use of the "bool" function to
convert integer values to boolean type.
Current versions of Julia deprecated the "int" function in favor of
"Int".
Current versions of Julia deprecated the [x:y] syntax in favor of
collect(x:y).
apparently these were changed in Julia v0.5
@FND FND changed the base branch from master to visualization December 1, 2017 11:31
h/t @echox for pointing me in the right direction WRT arrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants