Skip to content

[functions] some improvements to ExpressionFunction/GenericFunction#315

Merged
sdrave merged 1 commit into
masterfrom
expressionfunction_improvements
Oct 31, 2016
Merged

[functions] some improvements to ExpressionFunction/GenericFunction#315
sdrave merged 1 commit into
masterfrom
expressionfunction_improvements

Conversation

@sdrave

@sdrave sdrave commented Oct 31, 2016

Copy link
Copy Markdown
Member
  • reshape evaluations if possible instead of failing (e.g.
    shape_range=(1,) vs. shape_range=())
  • rename locals_ parameter to values
  • inject values into global namespace to make them available inside
    lambdas
  • add 'norm' and 'polar' functions

- reshape evaluations if possible instead of failing (e.g.
  shape_range=(1,) vs. shape_range=())
- rename locals_ parameter to values
- inject values into global namespace to make them available inside
  lambdas
- add 'norm' and 'polar' functions
@coveralls

coveralls commented Oct 31, 2016

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.001%) to 81.111% when pulling 6222038 on expressionfunction_improvements into d82dfd9 on master.

@sdrave sdrave merged commit 67fc69c into master Oct 31, 2016
@sdrave sdrave deleted the expressionfunction_improvements branch October 31, 2016 16:41
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

Successfully merging this pull request may close these issues.

2 participants