Skip to content

Releases: mapsme/Alohalytics

Events accuracy refactoring

05 Nov 12:28
b509697
Compare
Choose a tag to compare

Correctly calculate is_accurate attribute of events

Encode DictEvents into json in python3

09 Oct 15:16
Compare
Choose a tag to compare

Fix for bytes as keys in DictEvents

Raw aloha_id support

09 Oct 09:40
Compare
Choose a tag to compare

Unmodified aloha_id can now be extracted from binary events

Fix None in first dict elements

11 Sep 14:28
Compare
Choose a tag to compare

Events refactoring

11 Sep 10:12
Compare
Choose a tag to compare

+new base event type
+factory function to create right instance as we get it from the stream

Fix events times

10 Sep 16:31
c29d0e8
Compare
Choose a tag to compare
Merge pull request #38 from mapsme/event_time_fix

fix mixed up parameters order

Fixes for C-Python interaction

10 Sep 10:05
Compare
Choose a tag to compare

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

09 Sep 18:21
Compare
Choose a tag to compare
make a copy of userinfo and eventtime structures (are created on the …

…stack in C)

First pypi

15 Aug 12:14
cb293a0
Compare
Choose a tag to compare
Merge pull request #32 from vicpopov/avoid_decoding_in_2.7

Do not decode already decoded str in python 2.7