Stella Laurenzo
|
2d4b0843c1
|
Fix evaluation message reporting and add checks to tests.
|
2020-06-29 17:48:17 -07:00 |
Stella Laurenzo
|
7ca292ade5
|
Add partial evaluator for explicit numpy ufuncs.
* This enables emission of "numpy.add(a, b)" and several dozen others.
* Will deprecate original ufunc infra in a follow-on.
|
2020-06-29 15:27:39 -07:00 |
Stella Laurenzo
|
a4f3ce1ed3
|
Add value coding for ndarray.
* This lets us import arrays from the outer environment, which is the first step to actually handling numpy ops.
|
2020-06-28 18:42:08 -07:00 |
Stella Laurenzo
|
bccfd5f6fc
|
Refactor environment.py into components.
* Creates a new top level Configuration class
* Adds a module for creating test configs, getting some hard coding out of core classes
|
2020-06-28 16:52:25 -07:00 |