PSLmodels / Package-Builder

Policy Simulation Library tool that builds packages and uploads them to the Anaconda Cloud's PSLmodels channel for public distribution
4 stars 7 forks source link

Changes for version 0.3.0 #90

Closed martinholmer closed 6 years ago

martinholmer commented 6 years ago

This pull request makes a couple of changes in the code to handle the new warning messages emitted from recent versions of conda-build. Now calls to conda build often return these new lines of output:

read filter "zstd" is not supported
write filter "zstd" is not supported

Another substantive change is that now only packages for Python 3.6 can be generated (that is, no Python 2.7 packages are generated).

In addition, the code in packages.py has been reformatted so that pycodestyle generates fewer errors when run over all the *py files in the repository.