Releases: NarrativeScience-old/pypants
Version 1.0.0
- Changes how BUILD files are generated to be compatible with Pants 1.30.0.
- Adds the ability to add resource targets to library, behave, test, and python_package targets.
Version 0.6.0.dev1
Changes how BUILD files are generated to be compatible with Pants 1.30.0.
Version 0.5.1
Add the check for include_test_coverage when generating coverage information for pytest component and content
Version 0.5.0
*Adds the ability to generate BUILD files only for targets matching a given pattern.
*Updates the task package path for Py2sfn project targets. This reflects changes in py2sfn.
Version 0.4.0
Changes how BUILD files are generated to be compatible with Pants 1.25.0. This means using a list of patterns instead of globs()
.
Version 0.3.3
Updates the location for build files on Py2sfn project targets. This reflects changes in py2sfn.
Version 0.3.2
Pinned dependency due to breaking changes caused by the 1.7.1 release of cookiecutter.
Version 0.3.1
This caps the number of workers in a multiprocessing pool to CPUs - 1 or 1, whichever is greater. Using up all the cores was causing Python (or the OS?) to send SIGTERM to the main process, resulting in the flakey server startup.
Version 0.3.0
Adds the ability to optionally generate a local binary server in a target. This is a specific use case for py2sfn.
Initial code commit
- Auto-generate BUILD files based on the package type and import statements
- Generate new Python package folders through an interactive CLI
- Compute a topologically-sorted list of dependencies for a given Python build target