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

[MRG] Do not lose precision when inserting floating point values into standalone code #698

Merged
merged 3 commits into from May 16, 2016

Commits on May 12, 2016

  1. Use the "repr" (instead of "str") representation for values inserted …

    …into the code to not lose precision in standalone mode
    
    Fixes #695
    mstimberg committed May 12, 2016
    Configuration menu
    Copy the full SHA
    0566ba1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Mention the bug in the release notes

    [ci skip]
    mstimberg committed May 13, 2016
    Configuration menu
    Copy the full SHA
    ca13fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edfb288 View commit details
    Browse the repository at this point in the history