fixed a typo...
[pli.git] / CHANGES
blob23371c3860171f6d87352e13f87710af4bc70bee
1 # this file was generated on [200803210508]
2 pli changes:
4 version 0.0.244 (200803210507):
5 - moving to git.
6 - all the new changes will be maintained in git commit messages.
8 version 0.0.244 (200803071454):
9 - added gc to pli.tags.generic
10 - fixed several issues with the tag engine...
11 - added .chains(...) to pli.tags.tag.TagSetTagChainMixin
12 - some refactoring...
13 - added more functionality to pli.pattern.proxy.utils.proxymethod (see docs).
15 version 0.0.243 (200802110313):
16 - added proxyproperty and proxyproperties to pli.pattern.proxy.utils (not yet final, but the interface will likely not change).
18 version 0.0.241 (200802051617):
19 - fixed several bugs in pli.net.rpcsession2...
21 version 0.0.240 (200802022059):
22 - did a full rewrite of the pli.net.rpcsession (now pli.net.rpcsession2)... heads-up: will migrate to the new version quite soon.
24 version 0.0.219 (200801270511):
25 - added pli.pattern.mixin.mappingutils module and moved there several mixins form pli.pattern.mixin.mapping...
26 - added DictChain to pli.logictypes
28 version 0.0.217 (200801020225):
29 - added tag chain support... (still both incomplete and experimental)
30   still todo:
31         - search interface... (currently nothing changed and nothing special added)
32         - do some testing...
34 version 0.0.209 (200712281559):
35 - added exclude and excludeiter to pli.tags.generic
36 - need to rethink the tag engine...
38 version 0.0.205 (200711061536):
39 - added pli.tags.utils
41 version 0.0.205 (200711061427):
42 - added callback interface to pli.tags.tree.NodeConstructor* as a mixin...
44 version 0.0.205 (200711031638):
45 - added pli.objutils.termsuper (see doc for details).
47 version 0.0.203 (200711011608):
48 - merged pli.tags.tree with the version from another project of mine... (still needs cleaning).
50 version 0.0.201 (200710311812):
51 - added decorator support for pli.pattern.proxy.utils.proxymethod and proxymethods...
53 version 0.0.199 (200710311349):
54 changed the default tags for the pli.tags.generic... (not yet final)
56 version 0.0.195 (200707280022):
57 - added new suff to pli.event.decorator...
60 version 0.0.194 (200707261656):
61 - replaced the tag OO inteface... may not be stable yet..
62 - several typos and minor bugs fixed...
64 version 0.0.189 (200707171720):
65 - created pli.tags.generic tag engine ...prepating to move the pli.tags.tag to the new engine...
67 version 0.0.185 (200707080008):
68 added tag engine... (pli.tags.tag)
70 version 0.0.182 (200701212005):
71 added pli.event.timer.FireInSeconds event constructor...
73 version 0.0.181 (200701050206):
74 added support for None in persistence.sql...
76 version 0.0.166 (200512090249):
77 - added pli.pattern.mixin.history.StateHistoryWithArchiveMixin.
79 version 0.0.165 (200512082036):
80 - fixed a bug in the pli.logictypes.DictUnion.tailunite method...
82 version 0.0.164 (200512051748):
83 - added pli.apps.pluginloader2...
85 version 0.0.162 (200511031616):
86 - added the folowing to pli.logictypes:
87         OfType (originaly named oftype. the old name is still there and will likely be used on as an inline constructor)
88         OfTypeWithPredicate
89         OfTypeWithArgPredicate
91         isodd
92         iseven
94 version 0.0.161 (200510131908):
95 - added sf patch #1260933.... ToDo revise :)
97 version 0.0.160 (200510120807):
98 - at last!! the pli.persistance.sql.shelve appears to be working!!! :)
99   still todo:
100         - auto commit/commit wrappers.
101         - support delete on the LL.
102         - cleaner shelve delitem.
103         - add deflate sql/python function (SQL data GC :) ).
105 version 0.0.157 (200509030104):
106 - moved the StateHistoryProxy from pli.pattern.mixin.monitor to pli.pattern.proxy.history...
108 version 0.0.156 (200509021731):
109 - updated pli.pattern.mixin.monitor (still needs optimisation)...
111 version 0.0.155 (200508300106):
112 - added the __auto_start__ option to the pli.pattern.state.fsm.FiniteStateMachine...
114 version 0.0.153 (200508241508):
115 - refactored pli.logictypes.DictUnion
116 - added pli.logictypes.AbstractDictChain
117 - added pli.logictypes.BasicDictChain
119 version 0.0.152 (200508241358):
120 - added pli.persistance module (still quite raw...)
122 version 0.0.143 (200507051502):
123 - added pli.event.event.bindcount and pli.event.bindonce...
124 - added more docs for pli.pattern.state.fsm...
126 version 0.0.140 (200504060442):
127 + added pli.logictypes.WritableDictUnion class...
129 version 0.0.138 (200503310620):
130 - added support for proxy objects (module pli.pattern.proxy.generic) to be safely pickled and unpickled (needs more testing).
131 - added two functions to pli.pattern.proxy.generic, the _reduceproxyobject and _reconstructproxyobject which enable to breakup a proxy object and safely restore it respectively... these are used for the pickle protocol (see above) (needs nor testing).
132 - defined a simple proxy (pli.pattern.proxy.generic) pickle protocol extension... actually one configuration option (WARNING: this might change in the near future re).
133 - several bug-fixes...
135 version 0.0.132 (200412311609):
136 - added pli.event.decorator module.
138 version 0.0.131 (200412261457):
139 - add pli.event.event.isused function...
141 version 0.0.128 (200412021636):
142 - added persistent sessions an session based timeouts to pli.net.rpcsession (still needs more testing...)
144 version 0.0.127 (200411211520):
145 - added transition mode to pli.pattern.fsm...
147 version 0.0.109 (200410170040):
148 - refactored the pli.pattern.proxy.generic (some incompatibilities may arise..).
149 - lots of changes and bug-fixes in pli.interface since last writing...
151 version 0.0.84 (200409091457):
152 - moved the dispatch module to the pli.dispatch package.... (old.py)
154 version 0.0.83 (200409060449):
155 - did a full rewrite of the pli.pattern.proxy.generic
157 version 0.0.82 (200409050022):
158 - fixed ComparableMapping in pli.pattern.mixin.mapping.... (now it actually works! :) ) ...though there is no __cmp__ method...
160 version 0.0.82 (200408310058):
161 - split the pli/interface.py into several modules now in the pli.interface package....
164 version 0.0.79 (200408291438):
165 - updated pli.logictypes.DictUnion to use the pli.pattern.mixin.mapping module...
166 - rewriting the pli.interface using pli.logictypes.DictUnion.
168 version 0.0.78 (200408290203):
169 - done a redesign and a full rewrite of the pli.interface... (currently in the testing phase...).
171 version 0.0.73 (200408252219):
172 - added unix file format filtering to the cvs_commit script.... (NOTE: this might introduce some bugs!)
174 version 0.0.73 (200408250410):
175 - added pli.apps.pluginloader module...
177 version 0.0.72 (200408212051):
178 - added the pli.pattern.store.storeproxy.... (name might still change!)
180 version 0.0.71 (200408200305):
181 - test version of pli.pattern.store.store.BaseStore (using the pli.pattern.mixin.mapping)
183 version 0.0.70 (200408200247):
184 - added pli.pattern.mixin.mapping.AbstractMapping...
185 - added pli.pattern.mixin.mapping.BasicMappingProxy...
187 version 0.0.69 (200408200006):
188 - started transfer of pli.pattern.store.store to use the pli.pattern.mixin.mapping.... (needs more testing)
190 version 0.0.68 (200408191647):
191 - added the pli.pattern.mixin package
192 - added the pli.pattern.mixin.mapping module
194 version 0.0.67 (200408191635):
195 this is the first changes script test...