Wolf Vollprecht
|
cca067a87c
|
attempt to fix tests
|
2020-01-13 11:19:34 +01:00 |
Wolf Vollprecht
|
7826fa1037
|
port to python 3.7 and use requests
|
2019-12-27 16:07:17 +01:00 |
Felix Lohmeier
|
d82c7b28fb
|
Revert "refactor to allow module execution"
This reverts commit a0123e9511 .
|
2019-08-03 13:23:32 +02:00 |
Felix Lohmeier
|
a0123e9511
|
refactor to allow module execution
|
2019-08-01 17:23:40 +02:00 |
Paul Makepeace
|
bbd4d84c96
|
Google Refine -> OpenRefine
|
2013-10-10 16:41:10 +05:00 |
Paul Makepeace
|
5b701821a9
|
incorrectly class attributes
|
2013-10-10 15:32:56 +05:00 |
Paul Makepeace
|
bc0a8e7c7b
|
Whitespace & minor renaming to bring in line with PEP8 guidelines
|
2013-10-09 23:16:43 +05:00 |
Paul Makepeace
|
bd43d001c4
|
Clean up interface to passing multiple facets into Engine()
|
2011-06-23 09:49:25 +00:00 |
Paul Makepeace
|
9a461607b9
|
Ensure clearing facet map
|
2011-06-23 09:48:16 +00:00 |
Paul Makepeace
|
d3163dd693
|
Add ReconJudgmentFacet
|
2011-06-10 14:31:05 +00:00 |
Paul Makepeace
|
550b3d9f51
|
Line wrap
|
2011-06-09 10:50:13 +00:00 |
Paul Makepeace
|
1fa9679b23
|
Apply GPL
|
2011-05-01 17:24:12 +00:00 |
Paul Makepeace
|
5c4930cc78
|
Couple Engine to FacetsResponse to enable looking up computed facet by their originating object handle/id. Remove unused Engine.as_dict(). Add some commentary.
|
2011-04-26 23:52:13 -04:00 |
Paul Makepeace
|
a0e4ce60e8
|
Add NumericFacet.reset that clears the range (from, to)
|
2011-04-26 19:31:10 -04:00 |
Paul Makepeace
|
dbe0ba518a
|
Add expression to NumericFacet
|
2011-04-26 19:24:32 -04:00 |
Paul Makepeace
|
fe68217fba
|
Take expression out of Facet and put it in TextFacet. Add case_sensitive to TextFilterFacet
|
2011-04-26 19:09:52 -04:00 |
Paul Makepeace
|
b23147ce48
|
Fix TextFilterFacet and make query most important option.
|
2011-04-26 18:56:59 -04:00 |
Paul Makepeace
|
423a887f56
|
Add Engine.set_facets() so RefineProject.{compute_facets,get_rows}() don't lose the Engine's other attrs (i.e. mode). Split TestFacet into component classes in test_facet.py.
|
2011-04-26 16:59:17 -04:00 |
Paul Makepeace
|
51d2294878
|
Break facet & engine out into facet.py; move refine.py into refine/refine.py. Tidy up (c) notice.
|
2011-04-26 02:02:44 -04:00 |