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

hex2num is deprecated #7

Closed
stevengj opened this issue Oct 20, 2017 · 2 comments
Closed

hex2num is deprecated #7

stevengj opened this issue Oct 20, 2017 · 2 comments

Comments

@stevengj
Copy link
Member

hex2num and num2hex are now deprecated (JuliaLang/julia#22088).

You currently use these functions, but as I mentioned in another issue (JuliaLang/julia#22031 (comment)), you would be much better off using reinterpret anyway.

@chakravala
Copy link
Contributor

chakravala commented Oct 20, 2017

alright, I was planning to create another pull request to make this package compatible with 0.7, when I do that I may look into this issue as well.

@chakravala
Copy link
Contributor

chakravala commented Feb 14, 2019

This change has now been implemented in the new pull request #8 for Julia 0.7+ and 1.1+

however, the tests are not passing yet, there seems to be some numerical error

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

No branches or pull requests

3 participants