Merged
Conversation
…atical operators.
…nction2D and Function 3D.
Fixed missing newline at the end of the pxd file.
Fix python function coercion in FunctionXD special methods.
Adding error function and square root into function1D framewrok
Raise Error when sqrt of negative value is requested Add appropriate tests for negative values Fix copy paste errors in docstring
Fix copy paste typo in the docstring Use assertAlmostEqual with 10 decimal places precision for tests of values of erf
Add erf and sqrt into function1D framework
Tidied up test messages.
Enable arithmetic comparison operations between FunctionxD objects and python callables, which return 1.0 if the comparison returns True, or 0.0 if the comparison returns false.
This enables taking the absolute value of a Function2D object. The Function2D/Function2D rich comparison unit test has been modified to take advantage of this.
Add rich comparison operators to FunctionxD
… adaptive samplers.
…reduction method.
…d unnecessary reassignments of memoryview objects.
Spectral adaptive samplers
…s and producer are terminated and the exception re-raise from the main process. Fixes #334.
Lowered supported numpy version for the binary wheel (updated notes).
mkgessen
pushed a commit
to mkgessen/raysect
that referenced
this pull request
Jun 1, 2021
Release 0.6.1
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.
No description provided.