Fix one more instance of incorrect precision#89
Merged
Conversation
mdickinson
added a commit
that referenced
this pull request
Dec 30, 2019
(cherry picked from commit 3451f00)
mdickinson
added a commit
that referenced
this pull request
Dec 30, 2019
* More changelog updates for 0.4.0. (cherry picked from commit c25e101) * Combine two changelog entries about supported Python versions (cherry picked from commit e4040f5) * Update tutorial for behaviour changes. (cherry picked from commit c5d17dd) * Make similar updates to the README. (cherry picked from commit 0232d73) * Fix tests that change the context (#92) * Fix context-modifying tests to reset context at tearDown * Fix doctests that assumed double precision (cherry picked from commit e676476) * Fix one more instance of incorrect precision (#89) (cherry picked from commit 3451f00) * Fix initialisation of thread-local context (#91) * Fix initialisation of thread-local context * Don't initialise __context_stack__ until we need it (cherry picked from commit e5ef303) * Changelog updates (#93) * Add a couple more missing changelog entries * Acknowledge third-party contributions * Add release date (cherry picked from commit 37a38d4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One more precision update that was accidentally missed in #87.