Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Joseph Hunkeler | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Do not count on verify attribute | Joseph Hunkeler | 2018-08-08 | 1 | -3/+2 |
| | |||||
* | Short circuit rendering data against invalid payload | Joseph Hunkeler | 2018-08-08 | 1 | -7/+20 |
| | |||||
* | Explicitly use a default python version if one is not specified. | Matt Rendina | 2018-05-04 | 2 | -23/+18 |
| | | | | | Remove redundant manifest filtering method. Wording changes. | ||||
* | Fix return value | Matt Rendina | 2018-05-04 | 1 | -3/+6 |
| | |||||
* | Add filter-nonpy flag; cleanup; minor refactor of culled -dev recipe | Matt Rendina | 2018-05-03 | 3 | -84/+136 |
| | | | | handling; enable culling when only --filter-nonpy specified. | ||||
* | Speed optimization of recipe rendering (#8) | Matt Rendina | 2018-01-10 | 3 | -22/+155 |
| | | | * Subsume rendering speed optimization behavior under the --culled flag. | ||||
* | Quck test; disable output_yaml call1.0.0b3 | Matt Rendina | 2017-09-19 | 1 | -1/+1 |
| | | | ...to address error that occurs during rendering of recipes with empty build: and run: requirements fields. | ||||
* | Output rendered recipe and display canonical build name | Matt Rendina | 2017-09-19 | 1 | -1/+7 |
| | |||||
* | Pass manifest channel URL as config value to render call | Matt Rendina | 2017-09-18 | 1 | -4/+9 |
| | |||||
* | Force old build string behavior under conda-build 3.x for now; bump version | Matt Rendina | 2017-09-15 | 2 | -6/+12 |
| | |||||
* | Remove line | Matt Rendina | 2017-09-06 | 1 | -1/+0 |
| | |||||
* | Take numpy version from cmd line argument, not manifest | Matt Rendina | 2017-09-06 | 2 | -5/+12 |
| | |||||
* | Correctly handle platform-arch string | Matt Rendina | 2017-08-03 | 2 | -11/+17 |
| | |||||
* | conda-build API compat.; platform default behavior | Matt Rendina | 2017-07-27 | 2 | -14/+46 |
| | | | | | * Accommodate both conda-build 2.x and 3.x APIs. * Default platform used if not specified as argument | ||||
* | Version bump | Matt Rendina | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Skip directive; better platform spec | Matt Rendina | 2017-07-07 | 2 | -8/+13 |
| | |||||
* | Revert "Skip directive; platform selection" | Matt Rendina | 2017-07-07 | 2 | -13/+8 |
| | |||||
* | Skip directive removes from build list; conda platform now set by argument | Matt Rendina | 2017-07-07 | 2 | -8/+13 |
| | |||||
* | File rename and associated reference changes | Matt Rendina | 2017-06-06 | 3 | -8/+8 |
| | |||||
* | PEP8 and other minor adjustments | Matt Rendina | 2017-06-06 | 3 | -12/+11 |
| | |||||
* | Add print function support | Matt Rendina | 2017-05-24 | 1 | -0/+1 |
| | |||||
* | Restore state | Matt Rendina | 2017-05-24 | 1 | -95/+0 |
| | |||||
* | merge | Matt Rendina | 2017-05-24 | 1 | -0/+95 |
|\ | |||||
| * | Turning into a package | Matt Rendina | 2017-05-23 | 3 | -0/+494 |
| | |||||
* | Bludgenoning into shape for desired package behavior | Matt Rendina | 2017-05-24 | 3 | -0/+104 |
| | |||||
* | Trimmed down to work better in a package; fixed attribute error when running ↵ | Matt Rendina | 2017-05-24 | 1 | -0/+383 |
without providing channel information. |