- Initial effort.
- Added testing with tox and
gevent
andasyncio
. - Firt cut of the docs.
- small doc fixes.
- more tests.
- allow __set__ if generator is not defined.
- refactoring of Value's code.
- Fix behavior if Value's accessed when tracking isn't active.
- Provide a mechanism to halt tracking while computing if system
suspension is needed (
gevent
,asyncio
). - Updates to the doc.
- Code is now tested in a pre-production environment.
- fix a small bug in __delete__().
- require flush only when there are dependents.
- documentation updates.
- add a
@computation
decorator.