- Correct file extension for Pypi description
- Add classmethod find_groups to the model Store. Returns all missing intervals and the prms/keys concerned.
- Remove automatic registering of test model + add packaging in requirements.txt
- Added download_timeseries_from_store admin action : download zipped timeseries content from django admin
- Added TimeseriesStore encode_serie and decoded_ts_data : allow to access to decoded data from object
- Added TimeseriesStore.set_ts replace kwarg : allow to replace existing serie
- Added TimeseriesStore : simple store for generic time series (generic multiple keys indexing)
- Store class : store (double keys client_id+prm indexing)