Skip to content

Tags: pythological/etuples

Tags

v0.3.11

Toggle v0.3.11's commit message
Migrate as much of the setup.cfg file to the pyproject.toml file as w… …e can.

v0.3.10

Toggle v0.3.10's commit message
Migrate as much of the setup.cfg file to the pyproject.toml file as w… …e can.

v0.3.9

Toggle v0.3.9's commit message
Use reification input type to construct the output 

v0.3.8

Toggle v0.3.8's commit message
Use the current `op` to determine which `etuple` function to use The first argument passed to `etuple` determines which of the registered functions is called. The first argument is generally an `ExpressionTuple`, the etuplized version of the operator. However, when using subclasses of `ExpressionTuple` to customize evaluation, we want `etuple` to depend on the current operator and not its etuplized version.

v0.3.7

Toggle v0.3.7's commit message
Add a method to specify ExpressionTuple evaluation function 

v0.3.6

Toggle v0.3.6's commit message
Add a method for generic ExpressionTuple evaluation 

v0.3.5

Toggle v0.3.5's commit message
Add rator and rands transform options to etuplize 

v0.3.4

Toggle v0.3.4's commit message
Remove an unnecessary stack overflow-generating test 

v0.3.3

Toggle v0.3.3's commit message
Allow generator evaluation results 

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from brandonwillard/unify-kwdargs Make keyword arguments unifiable and reifiable