updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2011-10-01 01:33:04 +04:00
parent 51a917d5c2
commit daf804767d
2 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,12 @@
[_] 25% general tasks
[X] need unique image id
[_] 16% general tasks
[_] 0% save diffs in pickle overlays...
| need fast and simple way to save changes to a new spot...
[_] 0% IDEA: use pli.logictypes.DictUnion
[_] create a new layer on load
[_] save only updated layers and create a new empty layer on save
[_] 0% compleate the new tags module
[_] .relatedtags(...)
[_] concatinative mode or abbility to build new tagsets from selections
[_] import test images and ratings
[_] importer based on xmpgen
[X] need unique image id

10
tags.py
View File

@ -1,7 +1,7 @@
#=======================================================================
__version__ = '''0.0.01'''
__sub_version__ = '''20111001012545'''
__sub_version__ = '''20111001012751'''
__copyright__ = '''(c) Alex A. Naanou 2011'''
@ -220,8 +220,8 @@ if __name__ == '__main__':
from time import time
import cPickle as pickle
## ts = TagSet()
ts = TagSetWithObjectIndex()
ts = TagSet()
## ts = TagSetWithObjectIndex()
N = 100000
@ -250,8 +250,8 @@ if __name__ == '__main__':
return ts
populate_tagset()
## ts = load_tagset()
## populate_tagset()
ts = load_tagset()
print len(ts.tags())
print len(ts.objects())