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

Julia v1.0 Compatibility Updates #9

Merged
merged 6 commits into from
Aug 19, 2018
Merged

Julia v1.0 Compatibility Updates #9

merged 6 commits into from
Aug 19, 2018

Conversation

joseraulgonzalez
Copy link
Contributor

New mean, median, and std functions have mode from Base to Statistics: https://docs.julialang.org/en/stable/stdlib/Statistics/

@joseraulgonzalez joseraulgonzalez changed the title New Statistics Standard Library in Julia v1.0 Julia v1.0 Compatibility Updates Aug 15, 2018
@joseraulgonzalez
Copy link
Contributor Author

I have only looked at QuantumBayesian.jl but there are still some issues pending.

  • gradient is deprecated and it has been removed in v1.0: 23816
  • Replace sub2ind and ind2sub with CartesianIndices and LinearIndices in the rest of the codebase. I replaced the libraries being imported and the functions being exported in QuantumBayesian.jl. See 24715 for more info on how this change in Julia v1.0 was implemented.

@justindressel justindressel merged commit cfc4ef4 into justindressel:master Aug 19, 2018
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.

None yet

2 participants