From c60a858c9c28b99bea270bc63bd6126fcb3ee20b Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Sun, 28 Sep 2014 21:18:25 -0400 Subject: added doc folder --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2bb614a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +Jinja2==2.7.3 +MarkupSafe==0.23 +Pygments==1.6 +Sphinx==1.2.3 +docutils==0.12 +pyparsing==2.0.2 +svgwrite==1.1.6 +wsgiref==0.1.2 -- cgit From f8449ad2b60b8a715d0867325e257a8297193b49 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Tue, 30 Sep 2014 23:42:02 -0400 Subject: tests update --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2bb614a..338cb65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,11 @@ +## The following requirements were added by pip --freeze: Jinja2==2.7.3 MarkupSafe==0.23 Pygments==1.6 Sphinx==1.2.3 +coverage==3.7.1 docutils==0.12 +nose==1.3.4 pyparsing==2.0.2 svgwrite==1.1.6 wsgiref==0.1.2 -- cgit From 0b8e2e4b8b552e90d55eabe39aefba0b5b3daef5 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Wed, 1 Oct 2014 14:39:32 -0400 Subject: added numpydoc --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 338cb65..4fada51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,5 @@ nose==1.3.4 pyparsing==2.0.2 svgwrite==1.1.6 wsgiref==0.1.2 +numpydoc==0.5 + -- cgit From 1ccab332cc9961b90c03911d17a77e5fe00a93ee Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Sun, 26 Oct 2014 22:36:29 -0400 Subject: update requirements --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 1605e3d..29f0717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,13 @@ Jinja2==2.7.3 MarkupSafe==0.23 Pygments==1.6 Sphinx==1.2.3 +cairocffi==0.6 +cffi==0.8.6 coverage==3.7.1 docutils==0.12 nose==1.3.4 numpydoc==0.5 +pycparser==2.10 pyparsing==2.0.2 svgwrite==1.1.6 wsgiref==0.1.2 -- cgit From e71d7a24b5be3e68d36494869595eec934db4bd2 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Wed, 18 Feb 2015 21:14:30 -0500 Subject: Python 3 tests passing --- requirements.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 29f0717..a97b5f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,4 @@ ## The following requirements were added by pip --freeze: -Jinja2==2.7.3 -MarkupSafe==0.23 -Pygments==1.6 -Sphinx==1.2.3 cairocffi==0.6 -cffi==0.8.6 -coverage==3.7.1 -docutils==0.12 -nose==1.3.4 -numpydoc==0.5 -pycparser==2.10 -pyparsing==2.0.2 svgwrite==1.1.6 -wsgiref==0.1.2 + -- cgit From 7e2e469f5e705bcede137f15555da19898bf1f44 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Sun, 15 Nov 2015 22:31:36 -0200 Subject: Remove svgwrite backend We moved the functionality to cairo backend, it can write png and svg and maybe more (pdfs?) --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index a97b5f3..a7f5f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ ## The following requirements were added by pip --freeze: cairocffi==0.6 -svgwrite==1.1.6 - -- cgit From 5476da8aa3f4ee424f56f4f2491e7af1c4b7b758 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Thu, 21 Jan 2016 03:57:44 -0500 Subject: Fix a bunch of rendering bugs. - 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index a7f5f01..014e92b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ ## The following requirements were added by pip --freeze: cairocffi==0.6 +pyhull==1.5.6 -- cgit From a7f1f6ef0fdd9c792b3234931754dac5d81b15e5 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Fri, 18 Nov 2016 08:05:57 -0500 Subject: Finish adding square hole support, fix some primitive calculations, etc. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 014e92b..e049232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ## The following requirements were added by pip --freeze: cairocffi==0.6 -pyhull==1.5.6 +scipy -- cgit From 1cb6ec667a43c98e252a2c215487656c29cc5e2a Mon Sep 17 00:00:00 2001 From: Kliment Yanev Date: Sat, 16 Sep 2017 14:52:44 +0200 Subject: Remove scipy from requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e049232..a7f5f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ ## The following requirements were added by pip --freeze: cairocffi==0.6 -scipy -- cgit From e5094c04a785e10aefc306d86755fcc57f39fc34 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Mon, 25 Nov 2019 15:34:10 -0300 Subject: Rename requirements for docs and dev and upgrade nose and coverage packages --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index a7f5f01..1f769f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -## The following requirements were added by pip --freeze: +# cairo rendering support cairocffi==0.6 -- cgit