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 3 hours
ago. based on code collected
about 3 hours
ago.
Aug 30, 2024 — Aug 30, 2025
Showing page 10 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
refactoring: moved exists() to util.py
guido
More...
over 14 years ago
refactoring: renamed argv to testqueries
guido
More...
over 14 years ago
refactoring: moved Query(), Results(), Book() and Books() to database.py renamed bottom_up_plan() to generate_textplan()
guido
More...
over 14 years ago
refactoring: moved sql_array_to_string() to util.py. moved test/debugging functions to debug.py
guido
More...
over 14 years ago
minor: renamed document_planner.py to textplan.py
guido
More...
over 14 years ago
removed pydocplanner folder
guido
More...
over 14 years ago
rearranged code into one folder. up next: refactoring
guido
More...
over 14 years ago
lots of minor fixes: added __abbrev() renamed update_messages() to apply_rule() fixed test_all_docplans() removed: maxscoretest(), testmsg()
guido
More...
over 14 years ago
fixed genrule_compare_eval(): generation of docplans seems to work now in most cases
guido
More...
over 14 years ago
helper function msgtypes now prints information about DocPlan() instances as well
guido
More...
over 14 years ago
helper function msgtypes() now works recursively for rst relations
guido
More...
over 14 years ago
helper function msgtypes now prints more info for rst relations: rulename(nucleus,satellite)
guido
More...
over 14 years ago
helper function genmessages() now returns a list of Message() instances
guido
More...
over 14 years ago
helper function update_messages() now uses Rule().name as the identifier of a Rule()
guido
More...
over 14 years ago
Rules() now uses proper names (Rule().name instead of the method's name of a rule generating method
guido
More...
over 14 years ago
Rule() now has a 'name' parameter. added 'name' to all Rule() instances.
guido
More...
over 14 years ago
added more rules. removed references to 'id_core'. find_applicable_rules() now accepts both a list of Message() instances as well as a single Messages() instance as input.
guido
More...
over 14 years ago
in progress: adding new rules
guido
More...
over 14 years ago
renamed NewRule() to Rule()
guido
More...
over 14 years ago
not-that-epic fail: fortunately, the "pool of messages" from which generated rst relations are to be removed is not linked to self.input (but to the messages that are fed to bottom_up_plan).
guido
More...
over 14 years ago
epic fail: NewRule() "works" but since it doesn't have self.input we can't remove the newly created messages from the "input pool"
guido
More...
over 14 years ago
removed self.inputs from NewRule(), renamed self.aux to self.satellite. self.nucleus und self.satellite now represent lists of (name, Message/ConstituentSet) tuples to allow for simpler rules with boolean OR.
guido
More...
over 14 years ago
beginning rewrite of Rule() as NewRule()
guido
More...
over 14 years ago
AllMessages() now adds lastbook_title and lastbook_authors to Message()s that compare books (lastbook_match, lastbook_nomatch)
guido
More...
over 14 years ago
fixed empty message generation in Messages(). lastbook_title/authors still needs to be added to AllMessages()
guido
More...
over 14 years ago
title, authors is now added to messages in Messages() BUT empty messages aren't yet ignored. lastbook_title/authors needs to be put in AllMessages()
guido
More...
over 14 years ago
semi fail: AllPropositions now adds (lastbook)title/authors stuff BUT this way, we'll never have empty messages.
guido
More...
over 14 years ago
epic fail: Messages() needs to be rewritten. message generation needs to have ONE underlying function, from which ALL exceptions will branch (to cover simple and complex, as well as comparative and descriptive messages)!
guido
More...
over 14 years ago
added lastbook_id_core to propositions in AllPropositions()
guido
More...
over 14 years ago
add_identification_to_message: fixed error but still doesn't work!
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