Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Replace nan(T) with convert(T, NaN) to stop deprecation warnings in Julia v0.4 #52

Merged
merged 1 commit into from
Oct 29, 2014
Merged

Replace nan(T) with convert(T, NaN) to stop deprecation warnings in Julia v0.4 #52

merged 1 commit into from
Oct 29, 2014

Conversation

swt30
Copy link
Contributor

@swt30 swt30 commented Oct 29, 2014

Looks like Julia v0.4 will deprecate the nan(T) function in favour of convert(T, NaN). I was trying to get Grid working on v0.4 and changed this to stop the deprecation warnings.

Grid won't pass the rest of its tests on the v0.4 nightlies because of [#51], which I don't yet understand well enough to fix, but on v0.3 everything is fine.

timholy added a commit that referenced this pull request Oct 29, 2014
Replace nan(T) with convert(T, NaN) to stop deprecation warnings in Julia v0.4
@timholy timholy merged commit 500298d into timholy:master Oct 29, 2014
@timholy
Copy link
Owner

timholy commented Oct 29, 2014

Thanks!

@swt30 swt30 deleted the fix-deprecations-v0.4 branch October 30, 2014 12:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants