Skip to content

Releases: NarrativeScience-old/pypants

Version 1.0.0

06 Nov 15:09
42c4f9d
Compare
Choose a tag to compare
  • 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

30 Oct 16:54
Compare
Choose a tag to compare
Version 0.6.0.dev1 Pre-release
Pre-release

Changes how BUILD files are generated to be compatible with Pants 1.30.0.

Version 0.5.1

15 May 17:10
deea4e4
Compare
Choose a tag to compare

Add the check for include_test_coverage when generating coverage information for pytest component and content

Version 0.5.0

12 May 21:27
5182935
Compare
Choose a tag to compare

*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

28 Apr 17:59
757bbd9
Compare
Choose a tag to compare

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

21 Apr 18:15
a355bd9
Compare
Choose a tag to compare

Updates the location for build files on Py2sfn project targets. This reflects changes in py2sfn.

Version 0.3.2

21 Apr 14:55
9bdde1a
Compare
Choose a tag to compare

Pinned dependency due to breaking changes caused by the 1.7.1 release of cookiecutter.

Version 0.3.1

19 Mar 02:45
00e5b7b
Compare
Choose a tag to compare

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

17 Mar 19:22
d53d680
Compare
Choose a tag to compare

Adds the ability to optionally generate a local binary server in a target. This is a specific use case for py2sfn.

Initial code commit

08 Jan 17:52
Compare
Choose a tag to compare
  • 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