- Dec 15, 2015
-
-
Masood Malekghassemi authored
-
- Dec 08, 2015
-
-
Masood Malekghassemi authored
-
- Dec 04, 2015
-
-
Masood Malekghassemi authored
This reorganizes the Python code, scraps the current testing infrastructure, and implements a simple test discovery and run script based on the standard Python unittest library so we can trust that our tests are running.
-
- Nov 05, 2015
-
-
Masood Malekghassemi authored
-
- Oct 08, 2015
-
-
Masood Malekghassemi authored
-
- Sep 22, 2015
-
-
Masood Malekghassemi authored
-
- Sep 11, 2015
-
-
Nathaniel Manista authored
These changes probably should have been in 3b0fefb2 but were overlooked.
-
- Sep 10, 2015
-
-
Masood Malekghassemi authored
-
- Sep 01, 2015
-
-
Nathaniel Manista authored
-
- Aug 06, 2015
-
-
Masood Malekghassemi authored
-
- Jul 31, 2015
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
-
- Jul 29, 2015
-
-
Masood Malekghassemi authored
-
- Jul 14, 2015
-
-
Nathaniel Manista authored
This code branches out of the alpha/early_adopter code and begins building toward the beta API.
-
- Jul 11, 2015
-
-
Nicolas "Pixel" Noble authored
-
Masood Malekghassemi authored
-
- Jul 10, 2015
-
-
Craig Tiller authored
-
Masood Malekghassemi authored
Conflicts: src/python/src/setup.py
-
- Jul 09, 2015
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).
-
- Jul 01, 2015
-
-
Masood Malekghassemi authored
Also set up environment-related details needed for a smooth Cython experience: have the test script avoid rebuilding all dependencies if the virtualenv directory already exists, have the PyPI distribution script distribute the Cython generated C code rather than the .pyx files.
-
- Jun 04, 2015
-
-
Masood Malekghassemi authored
-
- May 29, 2015
-
-
Masood Malekghassemi authored
Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now).
-
- May 26, 2015
-
-
Masood Malekghassemi authored
Updated to version 0.9.0a0.
-
- May 19, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 30, 2015
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Apr 28, 2015
-
-
Masood Malekghassemi authored
-
- Apr 07, 2015
-
-
Alexander Staubo authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Mar 18, 2015
-
-
Masood Malekghassemi authored
Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
-
Nathaniel Manista authored
They were two halves of the same whole.
-
- Mar 16, 2015
-
-
murgatroid99 authored
-
- Mar 10, 2015
-
-
Nathaniel Manista authored
This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
-
- Mar 02, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Feb 25, 2015
-
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
- Feb 21, 2015
-
-
Nathaniel Manista authored
This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
-