--------------------
* Renamed this package to ``hamster-lib`` as it now an offical part of
`projecthamster <https://github.com/projecthamster>`_. It was previously
named and distributed as `hamsterlib <https://pypi.python.org/pypi/hamsterlib/0.1.0>`_
* Add documentation checker ``pep257`` to testsuite.
* Fixed docstrings.
* Removed ``hamster_lib.objects.Fact.serialized_name``.
* Improved test factories
* Made ``hamster_lib.objects.*`` *hashable*.
* Provide consistent and improved ``__repr__`` methods for
``hamster_lib.objects`` classes.
* ``FactManager._get_all`` can now return facts completely*or* partially within
the timeframe. As a consequence, we removed
``FactManager._timeframe_is_free``.
* Added a set of helper function to ease common configuration related tasks.
In particular they make it easy to store a given config at its canonical
file system location.
* Improved ``ActivityManager.get_all`` to enable it to return *all* activities.