An open API service providing commit metadata for open source projects.

GitHub / array-split/array_split / commits

Python package for decomposing multi-dimensional arrays into sub-arrays (slices) according to multiple criteria.

SHA Message Author Date Stats
1db33f7c Try flake8 < version 3 for python 2.6. Shane-J-Latham <S****m@u****m> over 9 years ago
4a5130c6 flake8 conformance. Shane-J-Latham <S****m@u****m> over 9 years ago
bb096a1e Remove verbose option for flake8 call in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
3e946ee7 autopep8 and flake8. Shane-J-Latham <S****m@u****m> over 9 years ago
6deadf2d Added how to run unit-tests in README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
cbf71fd1 autopep8 and flake8 mods. Also added some sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
7db46824 Check python source with flake8. Shane-J-Latham <S****m@u****m> over 9 years ago
0915c54d Skip sphinx docs build/deploy for python 3.2. Shane-J-Latham <S****m@u****m> over 9 years ago
afdbff18 Renamed docs/source/tutorial to docs/source/examples. Renamed array_split.spl... Shane-J-Latham <S****m@u****m> over 9 years ago
8250d2be Deploy sphinx-docs to gh-pages using travis-sphinx. Shane-J-Latham <S****m@u****m> over 9 years ago
bd957a8a Correction to 4578c947a2e2f629edccd0e356e02accbb9a90e6. Shane-J-Latham <S****m@u****m> over 9 years ago
086bab66 Attempt to define TestCase.assertSequenceEqual for python-2.6. Shane-J-Latham <S****m@u****m> over 9 years ago
40d02c45 Fix for sphinx warning in array_split.unittest (assertWarnsRegex). Shane-J-Latham <S****m@u****m> over 9 years ago
fbcdfaa2 Fix for sphinx warning in array_split.unittest (python-3). Shane-J-Latham <S****m@u****m> over 9 years ago
0cfe2644 Replace file(...) calls with open(...) for python-3 in docs/source/conf.py. Shane-J-Latham <S****m@u****m> over 9 years ago
abb198c5 Remove html_static path from docs/source/conf.py. Shane-J-Latham <S****m@u****m> over 9 years ago
0a17a5c8 Mod to setup.cfg for 4290e9b5d5c2fedaa6903fe0ffff97d9342b14d1. Shane-J-Latham <S****m@u****m> over 9 years ago
02b5ef87 Renamed 'doc' dir to 'docs'. Shane-J-Latham <S****m@u****m> over 9 years ago
43305046 Get rid of the --user options for setup.py install and pip install. Shane-J-Latham <S****m@u****m> over 9 years ago
b6d5edfd Mods to .travis.yml to use travis-sphinx to build the sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
6d2e9c7d Correction to 5aa3a8c0341af1de3cf084194600b6c017981ace. Shane-J-Latham <S****m@u****m> over 9 years ago
df11f298 Added python-3.5 to .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
c6cb85e4 Decode pkg_resource.resource_string strings. Shane-J-Latham <S****m@u****m> over 9 years ago
c3d5d534 Mods to setup.py and .travis.yml for python 2.6. Shane-J-Latham <S****m@u****m> over 9 years ago
9324846d Another tweak to setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
ea216e33 Another setup.py fix. Shane-J-Latham <S****m@u****m> over 9 years ago
276fbc88 Echo python env vars in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
ce847486 subprocess related fix for setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
72795c30 Fix setup.py package_data. Use pkg_resources to read the package_data file text. Shane-J-Latham <S****m@u****m> over 9 years ago
e2bd59ba Fixes for setup.py and .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
970c08c0 Travis CI YML file. Shane-J-Latham <S****m@u****m> over 9 years ago
dcb9f49f Created array_split.split.calculate_tile_shape_for_max_bytes function for spl... Shane-J-Latham <S****m@u****m> over 9 years ago
1d004233 Minor correction to sphinx docstring. Shane-J-Latham <S****m@u****m> over 9 years ago
a1bd6d49 Minor comment update. Shane-J-Latham <S****m@u****m> over 9 years ago
1f222fc8 Added array_split.split.array_split function to mimic numpy.array_split. Shane-J-Latham <S****m@u****m> over 9 years ago
a07395a5 Mods to array_split.split_test source to avoid sphinx autodoc warning. Shane-J-Latham <S****m@u****m> over 9 years ago
20d26f8a Fix for sphinx warnings from some of the unittest.TestCase method doc-strings. Shane-J-Latham <S****m@u****m> over 9 years ago
5d8d4795 Mod to install_requires in setup.py for numpy version >= 1.6. Shane-J-Latham <S****m@u****m> over 9 years ago
d1390733 Mods to array_split.split.ArraySplitter to for splitting by specifying number... Shane-J-Latham <S****m@u****m> over 9 years ago
c56d7302 More asserts for array_split.split_test.SplitTest.test_split_by_per_axis_indi... Shane-J-Latham <S****m@u****m> over 9 years ago
c7d4d47c Initial split functionality (split by indices-per-axis). Added array_split.lo... Shane-J-Latham <S****m@u****m> over 9 years ago
e0891f0a Initial python source files for split implementation and unit-tests (and asso... Shane-J-Latham <S****m@u****m> over 9 years ago
2cb431c1 Correct package name in sphinx doc top level index.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
78468f38 Added license/copyright info and README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
afd0fb9a Added package_data and install_requires args in setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
94a4e08d Mods to classifiers in setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
05b59f44 Added classifiers in setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
6654ad28 Added .gitignore. Shane-J-Latham <S****m@u****m> over 9 years ago
49c7a3d3 Initial array_split commit. Shane-J-Latham <S****m@u****m> over 9 years ago

← Back to repository