Kamil Cholewiński
c52411bd39
Python 3 support: remove check in setup.py
2015-04-10 15:02:29 +02:00
Kamil Cholewiński
e220f4f66e
Python 3 support: add six
2015-04-10 15:02:29 +02:00
Kamil Cholewiński
41be2e3061
Python 3 support: octal syntax
2015-04-10 12:17:07 +02:00
Kamil Cholewiński
3eef18c008
Python 3 support: print_function
2015-04-10 11:23:17 +02:00
Mahmoud Hashemi
c6d1328ca2
Merge branch 'master' of github.com:mahmoud/boltons
2015-04-10 00:41:59 -07:00
Mahmoud Hashemi
71ae1e5f38
dictutils passes on Python 3
2015-04-10 00:21:43 -07:00
Mahmoud Hashemi
5982382c52
Merge pull request #4 from dirn/chunked-with-islice
...
Simplify logic of iterutils.chunked
2015-04-10 00:13:20 -07:00
Mahmoud Hashemi
69ef72d51c
iterutils Python 3 compat (izip/xrange)
2015-04-10 00:08:24 -07:00
Mahmoud Hashemi
ea0b475999
cacheutils now python3 compatible
2015-04-10 00:01:59 -07:00
Andy Dirnberger
4b4dfed1b4
Fix reference to islice
2015-04-10 02:52:47 -04:00
Andy Dirnberger
18788e8b57
Simplify logic of iterutils.chunked
...
Rather than building and calculating a new list when setting a limit to
the items returned by `iterutils.chunked`, `itertools.islice` can be
used to reduce the code and take advantage of any optimizations in the
itertools module.
2015-04-10 02:52:12 -04:00
Mahmoud Hashemi
2da3a37383
bumping for development (0.5.2dev)
2015-04-09 22:33:45 -07:00
Mahmoud Hashemi
80378fedea
bumping to 0.5.1 for release
2015-04-09 22:32:45 -07:00
Mahmoud Hashemi
9cbccb6cc8
OMD not exactly a dropin for OrderedDict in many cases
2015-04-09 22:21:24 -07:00
Mahmoud Hashemi
a12580b1c2
adding pypy to travis and tox
2015-04-09 22:17:47 -07:00
Mahmoud Hashemi
b7f7733665
tweaking the mro_items doctest to work on pypy and cpython
2015-04-09 22:17:37 -07:00
Mahmoud Hashemi
ab78989a03
conditional availability of get_all based on pypy or cpython, also is_tracked was added in 2.7, so making get_all work with 2.6
2015-04-09 22:16:58 -07:00
Mahmoud Hashemi
845f6b80a2
wrap up a couple of float display issues so travis goes green for 2.6
2015-04-09 21:58:36 -07:00
Mahmoud Hashemi
368ca1965e
best-effort namedutils backwards compatibilty for python 2.6
2015-04-09 21:46:27 -07:00
Mahmoud Hashemi
40c4b33555
Merge branch 'master' of github.com:mahmoud/boltons
2015-04-09 21:37:20 -07:00
Mahmoud Hashemi
bca4985ffe
adding initial .travis.yml, hold onto yr butts
2015-04-09 21:37:13 -07:00
Mahmoud Hashemi
9a6a375ada
adding initial tox.ini (just 2.7 for now)
2015-04-09 21:34:24 -07:00
Mahmoud Hashemi
0ba5e29f6a
fixing potential doctest failures due to dict key ordering
2015-04-09 21:33:49 -07:00
Mahmoud Hashemi
807b45e609
moving 'tests' directory out and under root as 'misc' (these are really more like utilities and examples)
2015-04-09 20:56:42 -07:00
Mahmoud Hashemi
e65b1d1024
Merge pull request #8 from fahhem/patch-1
...
Fix invalid part_path usage in fileutils
2015-04-09 19:51:19 -07:00
Fahrzin Hemmati
5e97bd615d
Fix invalid part_path usage in fileutils
2015-04-09 18:31:32 -07:00
Mahmoud Hashemi
e5b7582178
double the typos, double the fun
2015-04-09 15:17:28 -07:00
Mahmoud Hashemi
6061a7ccbf
fix a link and update the docs nominal version (should automate this)
2015-04-09 14:34:58 -07:00
Mahmoud Hashemi
651d0f828e
small fix to a doctest
2015-04-09 14:34:40 -07:00
Mahmoud Hashemi
0c715f8d18
bumping version for dev
2015-04-09 12:41:44 -07:00
Mahmoud Hashemi
9bcd8d5969
bumping version for release
2015-04-09 12:40:13 -07:00
Mahmoud Hashemi
d4ea131a00
clear out __init__, as planned
2015-04-09 01:00:01 -07:00
Mahmoud Hashemi
43e66ecf58
make README highly linkful
2015-04-09 00:58:20 -07:00
Mahmoud Hashemi
3d5336c155
tweak links in index.rst
2015-04-09 00:36:48 -07:00
Mahmoud Hashemi
aee394a5f4
tweaking index copy and adding proper linkage
2015-04-08 21:24:57 -07:00
Mahmoud Hashemi
6fbaa8cc26
minor update to date format
2015-04-08 21:24:37 -07:00
Mahmoud Hashemi
7c66eed238
linking themes and adding architecture info blurb
2015-04-08 21:24:17 -07:00
Mahmoud Hashemi
7a4be7bdce
Stats attr docstrings
2015-04-08 05:21:53 -07:00
Mahmoud Hashemi
024bfe46a4
making median use _get_quantile and add trimean
2015-04-07 21:29:29 -07:00
Mahmoud Hashemi
a023e833a0
switching the Stats type to be more sorted-data oriented, since it's only for offline analysis of unordered data
2015-04-07 21:21:53 -07:00
Mahmoud Hashemi
b22608e63d
index docs tweaks
2015-04-07 20:18:16 -07:00
Mahmoud Hashemi
d5733ed9e8
hooray epilog replace. boltons now advertises its stats (might need to find a better place for them tho)
2015-04-07 02:39:47 -07:00
Mahmoud Hashemi
9145a4fb92
added the facilities necessary to automatically document how many modules, types, and functions there are in boltons.
2015-04-07 02:20:28 -07:00
Mahmoud Hashemi
9208ec53e0
splitting out the architecture into a separate document
2015-04-07 01:21:59 -07:00
Mahmoud Hashemi
b0148ae05a
add a note about online vs offline stats
2015-04-07 00:57:39 -07:00
Mahmoud Hashemi
1b9a01f43a
adding some robust stats definitions and a bit of example code. made stats_helper take a default.
2015-04-07 00:48:05 -07:00
Mahmoud Hashemi
3f8142edf4
WIP adding robust statistics section and links
2015-04-06 21:08:58 -07:00
Mahmoud Hashemi
33719b42bd
move new statsutils into place
2015-04-06 21:08:44 -07:00
Mahmoud Hashemi
ec253ac4e2
rename DataAnalyzer to just plain Stats
2015-04-06 20:06:07 -07:00
Mahmoud Hashemi
b801d2d762
WIP index.rst refresh
2015-04-06 02:36:58 -07:00