Skip to content

Conversation

ksmcreynolds
Copy link
Contributor

  • Added undef to array constructors
  • Replaced linspace with range
    • Also updated README example. Not sure if there is a better way to show both 0.6 and 0.7 syntax.
  • Miscellaneous updates to fix depwarns in tests

test/runtests.jl Outdated
using Test
end

!isdefined(Base, :Base64) && using Base64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a VERSION >= v"0.7.0" && using Base64 above. But maybe this can be removed? I don't see any usage of the Base64 module in the test script.

The whole using Test logic can also be replaced with using Compat.Test

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, sorry I missed that when merging. Base64 is needed for stringmime.

@stevengj stevengj merged commit 3bd36da into JuliaPy:master Aug 23, 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.

2 participants