Releases: mapsme/Alohalytics
Releases · mapsme/Alohalytics
Events accuracy refactoring
Encode DictEvents into json in python3
Fix for bytes as keys in DictEvents
Raw aloha_id support
Unmodified aloha_id can now be extracted from binary events
Fix None in first dict elements
0.1.1 version up
Events refactoring
+new base event type
+factory function to create right instance as we get it from the stream
Fix events times
Merge pull request #38 from mapsme/event_time_fix fix mixed up parameters order
Fixes for C-Python interaction
Final version of C-Python interaction fixes.
Now objects are copied and can be used in Python regardless of lifetime of their C-side predcessors.
Fixes for extractiong many events
0.0.2 make a copy of userinfo and eventtime structures (are created on the …
First pypi
Merge pull request #32 from vicpopov/avoid_decoding_in_2.7 Do not decode already decoded str in python 2.7