openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pypolibox
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 12 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rules(): rule generating methods are now called automatically by self.__init__, as long as they are named 'genrule_...'
guido
More...
over 14 years ago
introduced lastbook_id_core. added Rule()s to cover books to compare them w/ other books.
guido
More...
over 14 years ago
added rules to Rules(). now covers all books that don't have a 'lastbook' to compare it to. split 'id' into 'id_core' + 'id_additional' in Messages(). renamed allpropositions to propositions_list in AllMessages().
guido
More...
over 14 years ago
added exists() to docplanner and Rules() to pypolibox
guido
More...
over 14 years ago
Rule() finally works
guido
More...
over 14 years ago
replaced map-lambda-foo w/ list comprehension in __bottom_up_search
guido
More...
over 14 years ago
replaced |= with set_a.union(set_b) in __bottom_up_search
guido
More...
over 14 years ago
minor indentation fuckup
guido
More...
over 14 years ago
removed weird str -> int: score = self.__name_eval(self.heuristic, group)
guido
More...
over 14 years ago
removed map-lambda-foo from bottom_up_plan
guido
More...
over 14 years ago
document_planner: minor renaming, cleaning
guido
More...
over 14 years ago
replaced lists with frozensets (Message values). this is necessary for __name_eval which checks for duplicate messages.
guido
More...
over 14 years ago
added NameError to __name_eval: return False if we're querying a message that doesn't exist.
guido
More...
over 14 years ago
fixed bottom_up_search error. function call during assignment. function now works w/out map-lambda-foo. added documentation to bottom_up_plan
guido
More...
over 14 years ago
Rule.__get_return() doesn't need __name_eval() any longer. added tons of documentation to document_planner.py
guido
More...
over 14 years ago
Rule.get_options now removes ALL [] occurences from groups
guido
More...
over 14 years ago
Rule.get_options now filters satisfying groups w/out filter-lambda-foo
guido
More...
over 14 years ago
replaced utils.index_sets() w/ itertools.product() aka cartesian product
guido
More...
over 14 years ago
Rule.get_options type_groups w/out filter-lambda-foo
guido
More...
over 14 years ago
Rule().get_options return value "function" now properly integrated.
guido
More...
over 14 years ago
document_planner Rule().get_options now has a return function w/out map-filter-lambda-foo
guido
More...
over 14 years ago
added AllMessages() incl. __str__, added generate_lastbook_nomatch to Messages()
guido
More...
over 14 years ago
added generate_messages and generate_extra_messages to Messages(). removed signifiers_of_emtpyness (simple "if x:" is enough.
guido
More...
over 14 years ago
still broken
guido
More...
over 14 years ago
Books() BROKEN: Results().maxscore is ignored. in any case, the score division needs to account for DivisionByZero error (empty book query)!
guido
More...
over 14 years ago
Books() now has proper book ranking (also used in Books.__str__)
guido
More...
over 14 years ago
added get_book_score to Book()
guido
More...
over 14 years ago
Results() now has .query_type attribute (which type or query was used to obtain the results). removed get_ranked_results (should be part of Books(), not of Results()).
guido
More...
over 14 years ago
fixed: pypolibox.sqlite (had a None value in a plang key instead of an empty string)
guido
More...
over 14 years ago
Query() now uses if args.foo is not None. this way a value of zero is handled correctly.
guido
More...
over 14 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree