Skip to content

Releases: conda-forge/conda-smithy

v0.10.2

13 May 05:12
Compare
Choose a tag to compare

Fixed the case where conda-forge.yml is badly defined.

v0.10.1

12 May 14:21
Compare
Choose a tag to compare

Improve the consistency between matrix item ordering from v0.9 to v0.10.

v0.10.0

12 May 08:05
Compare
Choose a tag to compare
Merge pull request #159 from pelson/custom_matrix

Added ability to define a custom matrix item.

v0.9.2

28 Apr 11:41
Compare
Choose a tag to compare
Merge pull request #147 from pelson/circle_check

Remove the check, and just always register with CircleCI.

v0.9.1

25 Apr 20:38
Compare
Choose a tag to compare

Fixes for:

  • py3k linting
  • incorrect building due to conda-build v1.20.1 on Win py34 x86
  • linting recipes with undefined Jinja variables

v0.9.0

19 Apr 13:07
Compare
Choose a tag to compare
  • General improvements to the linter, including assertions of build/number existing.
  • Minor tweak to the feedstock which improves the visibility of channels when building.

v0.8.4

07 Apr 08:02
Compare
Choose a tag to compare

Use curl instead of wget for OSX

v0.8.3

04 Apr 14:56
Compare
Choose a tag to compare
  • Removes all homebrew from the TravisCI image
  • Corrects AppVeyor url with . in them

v0.8.2

02 Apr 14:03
Compare
Choose a tag to compare
Merge pull request #113 from pelson/pass_the_lint_context

Fixed the CLI so that the full recipe context can be checked.

v0.8.1

02 Apr 11:49
Compare
Choose a tag to compare

Limit our numpy version matrix to >=1.10