0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 22, 2024 — Aug 22, 2025
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_...' More... over 14 years ago
introduced lastbook_id_core. added Rule()s to cover books to compare them w/ other books. 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(). More... over 14 years ago
added exists() to docplanner and Rules() to pypolibox More... over 14 years ago
Rule() finally works More... over 14 years ago
replaced map-lambda-foo w/ list comprehension in __bottom_up_search More... over 14 years ago
replaced |= with set_a.union(set_b) in __bottom_up_search More... over 14 years ago
minor indentation fuckup More... over 14 years ago
removed weird str -> int: score = self.__name_eval(self.heuristic, group) More... over 14 years ago
removed map-lambda-foo from bottom_up_plan More... over 14 years ago
document_planner: minor renaming, cleaning More... over 14 years ago
replaced lists with frozensets (Message values). this is necessary for __name_eval which checks for duplicate messages. More... over 14 years ago
added NameError to __name_eval: return False if we're querying a message that doesn't exist. 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 More... over 14 years ago
Rule.__get_return() doesn't need __name_eval() any longer. added tons of documentation to document_planner.py More... over 14 years ago
Rule.get_options now removes ALL [] occurences from groups More... over 14 years ago
Rule.get_options now filters satisfying groups w/out filter-lambda-foo More... over 14 years ago
replaced utils.index_sets() w/ itertools.product() aka cartesian product More... over 14 years ago
Rule.get_options type_groups w/out filter-lambda-foo More... over 14 years ago
Rule().get_options return value "function" now properly integrated. More... over 14 years ago
document_planner Rule().get_options now has a return function w/out map-filter-lambda-foo More... over 14 years ago
added AllMessages() incl. __str__, added generate_lastbook_nomatch to Messages() More... over 14 years ago
added generate_messages and generate_extra_messages to Messages(). removed signifiers_of_emtpyness (simple "if x:" is enough. More... over 14 years ago
still broken 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)! More... over 14 years ago
Books() now has proper book ranking (also used in Books.__str__) More... over 14 years ago
added get_book_score to Book() 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()). More... over 14 years ago
fixed: pypolibox.sqlite (had a None value in a plang key instead of an empty string) More... over 14 years ago
Query() now uses if args.foo is not None. this way a value of zero is handled correctly. More... over 14 years ago