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
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 11 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed lastbook_id_core generation from AllMessages
guido
More...
over 14 years ago
still unfinished: trying to add id and lastbook_id stuff to all messages. trying to this via generate_message() and add_identification_to_message() BUT that lastbook_id stuff (aka lastbook_id_core) is not genuinely in propositions but is added AFTER the fact by AllMessages().
guido
More...
over 14 years ago
unfinished: adding title, authors, lastbook_title, lastbook_authors to messages other than id (w/in generate_message())
guido
More...
over 14 years ago
merges messages 'id_core' and 'id_additional' to 'id'
guido
More...
over 14 years ago
minor fix: filerule() now has a return value and "creates" the rules on its own.
guido
More...
over 14 years ago
fixed gendocplans: accepts querynumber int and prints as well as returns docplans
guido
More...
over 14 years ago
fixed helper functions: genprops, genmessages now accept integers of a query instead of argv[10] style queries. genmessages now returns a Messages instance instead of a list of messages
guido
More...
over 14 years ago
minor edit: fixed comment
guido
More...
over 14 years ago
FIXED ERROR: genrule_book_similarities now combines Elaboration(id_usermodelmatch, lastbook_match) instead of Elaboration(id_usermodelmatch, lastbook_nomatch)
guido
More...
over 14 years ago
renamed Propositions().other_propositions to already_used_propositions
guido
More...
over 14 years ago
new ERROR: changes in get_conditions (calling __name_eval) seem to produce incomplete docplans (where there were no docplans produced at all before), cf. argv[10], book=9.
guido
More...
over 14 years ago
added exception handler to __bottom_up_search().
guido
More...
over 14 years ago
added: Rule()s to account for comparisons w/out a lastbook_match: genrule_no_lastbookmatch_statement, no_similarities_concession1/2. added: helper function test_all_docplans(). added: exception handling for find_applicable_rules()
guido
More...
over 14 years ago
book_score now completely integrated: DocPlan(), DocumentPlans(), bottom_up_plans()
guido
More...
over 14 years ago
added book_score to Messages.book_score
guido
More...
over 14 years ago
added book_score to Propositions.book_score
guido
More...
over 14 years ago
added book_score to Facts.query_facts
guido
More...
over 14 years ago
renamed book_score to book_matches and get_book_score() to get_number_of_book_matches()
guido
More...
over 14 years ago
renamed maxscore to possible_matches and get_maxscore() to get_number_of_possible_matches(). fixed AllPropositions.__str__().
guido
More...
over 14 years ago
added genrule_book_similarities
guido
More...
over 14 years ago
Rule.__name_eval now handles ALL messages that were passed to Rule() -- not only those mentioned in Rule.inputs. added new Rule()s: genrule_id_usermodelmatch_extra, genrule_book_differences2.
guido
More...
over 14 years ago
added update_messages(): debug function to check which rules can be applied consecutively. added genrule_id_usermodelmatch(): Elaboration(id_complete, usermodel_match), iff there's no usermodel_nomatch.
guido
More...
over 14 years ago
added __str__() to Rules(). document_planner.py: commented out string processing stuff.
guido
More...
over 14 years ago
added Rule()s to generate document plans w/out a lastbook_match Message() added find_applicable_rules(): lists all rules that can be directly applied to a list of Message()s msgtypes(): now handles ConstitutentSet()s as well
guido
More...
over 14 years ago
findrules() now lists Rule() names (aka methods beginning w/ genrule_). to achieve this, a Rules() instance now features a self.rules list AND a self.rule_dict dictionary.
guido
More...
over 14 years ago
added DocumentPlans(); msgtypes() now handles Messages() instances as well as lists of Message() instances
guido
More...
over 14 years ago
added gendocplans() for debugging -- generates all DocumentPlan()s for Messages() instance
guido
More...
over 14 years ago
added findrule(): find rules based on their type or one of their attrbutes. added genrule_additional_extra_sequence() to cover books w/ an extra message and a lastbook.
guido
More...
over 14 years ago
added msgtypes(): print message types of a messages in a list
guido
More...
over 14 years ago
added more erroneous queries to 'error_argv'
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