1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed sample app. A better one will be written sometime.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Deleted bunch of ancient stuff from scrap/
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Refactor to simplify the use of subspaces.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Sees prime chains now, and even ((3, 5)(3, 5, 7))
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Preparing to see "3 5 7 11" in a proper way!
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Added some debugging code. It appears that the graph is sometimes corrupted.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
LTM viewer improved, some LTM fixes. Now, ((1 2)(1 2 3)(1 2 3 4)) is seen!
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Minor cleanup.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Group viewer for the UI.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Serious LTM refactoring. The silly "Create" on several classes replaced by something saner (where I control the object creation and the right thing happens).
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Moved meta class to own file.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Refactored categories to be objects instead of classes: until now, there was a problem with parametrized categories whose categories were generated classes and hence not loved by the pickler.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
StructuralMapping now stores the frozenset instead; makes things easier for serializing and deserializing.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Make structuralmapping LTMStorable. Make all constructor calls go through Construct.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Fixed several errors in calls: MappingBasedCategory should be created using a Create call. Now require that the dict-like arguments for creating a structural mapping be frozensets of pairs. This will make memoization possible.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Fix broken test.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Added some documentation.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Fringe overlap testing started.
amahabal
as Abhijit Mahabal
More... almost 13 years ago
Refactored some code into apps/seqsee/testing_utils.py
amahabal
as Abhijit Mahabal
More... about 13 years ago
Added tests to check that specified codelets are generated in similarity affordances.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Started test_fringe_overlap.py; This tests overlap of fringes and similarity affordances.
amahabal
as Abhijit Mahabal
More... about 13 years ago
For 1 2 3 4 5 6 7, now sees full group.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Carved out anchored.py
amahabal
as Abhijit Mahabal
More... about 13 years ago
Minor. Lint cleanup.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Started adding code for Replace. Updated test, fixed bug which prevented proper checking of conflict.
amahabal
as Abhijit Mahabal
More... about 13 years ago
tests added for PlonkIntoPlace
amahabal
as Abhijit Mahabal
More... about 13 years ago
Fix test broken by WS changes.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Bug causing attempt to make holey groups fixed.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Updated documentation and added _PlonkIntoPlace.
amahabal
as Abhijit Mahabal
More... about 13 years ago
Modified code to identify conflicting groups, updates WS documentation.
amahabal
as Abhijit Mahabal
More... about 13 years ago