https://github.com/Doist/bitmapist

sort by:
Revision Author Date Message Commit Date
b36677c Updated version to 3.4 27 October 2014, 20:08:25 UTC
fc1d862 Added period_start/period_end methods to events API 27 October 2014, 20:06:32 UTC
0eebb35 Created .gitignore 27 October 2014, 20:06:03 UTC
df05f01 Updated version to 3.3 27 October 2014, 16:22:46 UTC
2d876d0 More improvements to Events API All event classes have a `from_date` static method which acts as a constructor to create events from datetime objects. 27 October 2014, 16:21:35 UTC
9557dae Updated version to 3.2 27 October 2014, 14:50:26 UTC
6f21e5e Events API extended with a bunch of useful methods - prev/next/delta allow you to iterate over event objects - if dates/times of events aren't explicitly defined, use `utcnow()` as meaningul default - __eq__ operator added for convenience 27 October 2014, 14:48:35 UTC
89901a5 Minor test cleanup 27 October 2014, 14:39:40 UTC
24b7910 Updated version to 3.1 22 October 2014, 18:01:39 UTC
5b25b3f Bitmapist.cohort updated Added freatures: - export to .csv - suport for yearly metrics - third variable to analyze 22 October 2014, 12:07:02 UTC
d574a6c Updated version 22 October 2014, 10:57:58 UTC
108c29c Removed unused import 22 October 2014, 10:47:23 UTC
116b9c5 Added support for YearEvents and BitOpNot operation 22 October 2014, 10:46:00 UTC
aa60158 Added support for __iter__ Iterator by event returns the sorted sequence of all uuids matching the event >>> bitmapist.mark_event('foo', 5) >>> bitmapist.mark_event('foo', 50) >>> bitmapist.mark_event('foo', 500) >>> list(bitmapist.DayEvents('foo', y, m, d)) [5, 50, 500] 22 October 2014, 10:44:27 UTC
b6d6f7d Tests improvement The test suite starts the Redis server on port 6399 and shuts it down it process end 22 October 2014, 10:34:42 UTC
662c7a9 Fixed usage of Redis pipeline Use plain pipeline objects instead of wrapping the code in context managers. Thanks to @Suor. 13 November 2013, 16:19:38 UTC
ead7c84 Added a obj.delete() that can be used to delete events (especially temporary calculations) 20 March 2013, 17:47:33 UTC
8bca1da Fixed an issue with isocalendar and year 08 March 2013, 22:10:03 UTC
19da5d4 Important: Disabled tracking hourly as default (possible to override this). This is done to save memory (and because hourly stats are not that interesting for most cases). 03 March 2013, 18:03:55 UTC
474082c Merge pull request #4 from dcramer/patch-1 Don't require mako 27 February 2013, 11:35:31 UTC
81e1a38 Don't require mako Since mako is only required for bitmapist.cohort it makes sense to maintain it as an optional dependency 27 February 2013, 05:44:16 UTC
8adc41a Merge pull request #3 from skimbrel/master Make cohort library pass 'system' through to BitOp 01 February 2013, 10:47:35 UTC
9147871 Version bump 31 January 2013, 19:12:13 UTC
d388946 Make cohort pass system through to BitOpAnd 31 January 2013, 19:02:04 UTC
dfa8503 Merge pull request #2 from skimbrel/master Add dateutil to setup.py requirements 29 January 2013, 08:57:18 UTC
0b5e1fb Add dateutil to requirements (for cohort) 29 January 2013, 00:47:15 UTC
1846751 Fixed an issue with tmpl not being included in setup.py 13 December 2012, 16:44:27 UTC
9a9f613 Added req for mako 13 December 2012, 16:10:56 UTC
7425e2e Added bitmapist.cohort 13 December 2012, 16:07:24 UTC
5280df0 Added events.has_events_marked() 04 December 2012, 20:41:52 UTC
32e4fb6 Update README.markdown Added a link to the PHP port by jeremyFreeAgent 08 November 2012, 15:52:41 UTC
3073317 Don't include the test package 28 October 2012, 18:00:02 UTC
bc9db99 Fixed a problem with deleteing all data if there is no data 25 October 2012, 20:29:46 UTC
75aebc9 Another smaller optimizations to documentation 25 October 2012, 18:44:58 UTC
4b3da06 Updated a bit the documentation (1) 25 October 2012, 18:39:41 UTC
c5fef0f Updated a bit the documentation 25 October 2012, 18:37:31 UTC
7c222a7 Fixed name change on th test module 25 October 2012, 17:09:08 UTC
10f871a Smaller fixes 25 October 2012, 17:08:11 UTC
72ce0d1 Syntax hl (fixed syntax) 25 October 2012, 16:59:47 UTC
e369c4e Updated the style of the readme file 25 October 2012, 16:58:45 UTC
1d3dc99 Initial commit 25 October 2012, 16:52:10 UTC
back to top