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
dff5c1bf Correct README.rst location of sphinx html docs from setup.py build. Shane-J-Latham <S****m@u****m> over 8 years ago
4a1b749a Add array_split.egg-info to .gitignore. Shane-J-Latham <S****m@u****m> over 8 years ago
4799c5ac autopep8 Shane-J-Latham <S****m@u****m> over 8 years ago
a71d7751 Added inherits_TestCase_class.rst template for TestCase class doc. Shane-J-Latham <S****m@u****m> over 8 years ago
0e93ccb4 Build sphinx doc in doc/_build. Shane-J-Latham <S****m@u****m> over 8 years ago
156326ea Bump version to 0.4.x. Shane-J-Latham <S****m@u****m> over 8 years ago
2dc410a5 merge Merge branch '0.3.x_rc' into dev. Shane-J-Latham <S****m@u****m> over 8 years ago
ec5ed07e Version bump to 0.3.0. Shane-J-Latham <S****m@u****m> over 8 years ago
931c1dcd Version bump to 0.3.0rc2. Shane-J-Latham <S****m@u****m> over 8 years ago
d835450a Removed references to python 3.2, 3.3, added reference to python 3.6 in setup... Shane-J-Latham <S****m@u****m> over 8 years ago
066f529c flake8 fix in array_split.split_test. Shane-J-Latham <S****m@u****m> over 8 years ago
505347be Require sphinx>=1.4,<1.6. Shane-J-Latham <S****m@u****m> over 8 years ago
1da23272 Version bump to 0.3.0rc0 Shane-J-Latham <S****m@u****m> over 8 years ago
ecf4c407 Minor addition to unit tests. Shane-J-Latham <S****m@u****m> over 8 years ago
8826489a Fix for array_split.split.ShapeSplitter.calculate_split_from_extents for case... Shane-J-Latham <S****m@u****m> over 8 years ago
d8952ecc Added array_split.split.ShapeSplitter.calculate_split_halos_from_extents meth... Shane-J-Latham <S****m@u****m> over 8 years ago
987a7b70 Refactored array_split.split.ShapeSplitter.convert_halo_to_array_form method ... Shane-J-Latham <S****m@u****m> over 8 years ago
b51e34e7 Factored halo conversion to (ndim, 2) shaped array to array_split.split.Shape... Shane-J-Latham <S****m@u****m> over 8 years ago
c96b539f Bump version.txt to 0.3.x. Shane-J-Latham <S****m@u****m> almost 9 years ago
7c1c63f1 merge Merge branch '0.2.x_rc' into dev Shane-J-Latham <S****m@u****m> almost 9 years ago
28932ae1 Bump version.txt to 0.2.0rc0. Shane-J-Latham <S****m@u****m> almost 9 years ago
63ffb3de Minor update README.rst. Shane-J-Latham <S****m@u****m> almost 9 years ago
0ae3f50e Sphinx doc update, fix reference to use :name: attribute in toctree. Shane-J-Latham <S****m@u****m> almost 9 years ago
6206a0a2 Sphinx doc updates, move to read-the-docs theme. Shane-J-Latham <S****m@u****m> almost 9 years ago
d01fbe65 flake8 corrections. Shane-J-Latham <S****m@u****m> almost 9 years ago
0405d133 Exclude python-2.6 from sphinx build in .travis.yml. Shane-J-Latham <S****m@u****m> almost 9 years ago
7246cbee Remove python version 3.2 and 3.3 from .travis.yml. Shane-J-Latham <S****m@u****m> almost 9 years ago
91118ef9 Remove deploy section from .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
4bbfbe63 Bump version to 0.2.0. Shane-J-Latham <S****m@u****m> over 9 years ago
632addf1 merge Merge branch '0.1.0rc0' into dev. Shane-J-Latham <S****m@u****m> over 9 years ago
4b15c7e3 Bump version to 0.1.3. Shane-J-Latham <S****m@u****m> over 9 years ago
0a151cfa Add quotes around distributions in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
1269f912 merge Merge branch '0.1.0rc0' into dev. Shane-J-Latham <S****m@u****m> over 9 years ago
a2bf70a0 Bump version to 0.1.2. Shane-J-Latham <S****m@u****m> over 9 years ago
1c1fa848 Adjusted readthedocs badge to stable version. Shane-J-Latham <S****m@u****m> over 9 years ago
ec8c5e5d Added universal=1 to bdist_wheel section in setup.cfg. Shane-J-Latham <S****m@u****m> over 9 years ago
2581ef8f merge Merge branch '0.1.0rc0' into dev. Shane-J-Latham <S****m@u****m> over 9 years ago
fc54e003 Fix for 8b5e7d21e95393a4ea93112d8c07b4288990a0a6 in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
8b5e7d21 Also run tests on installed array_split package in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
685ee3e2 Bump version to 0.1.0. Shane-J-Latham <S****m@u****m> over 9 years ago
5827e49b Sphinx docstring updates. Shane-J-Latham <S****m@u****m> over 9 years ago
5a874ea4 More badges in README.rst. Leave badges in long_description in setup.py. Shane-J-Latham <S****m@u****m> over 9 years ago
4370b5f0 Fix typo in .travis.yml and also only run coveralls for python versions != 3.2. Shane-J-Latham <S****m@u****m> over 9 years ago
03aec0b3 Use doctest unittest API to run doctests tests as test-cases in array_split.t... Shane-J-Latham <S****m@u****m> over 9 years ago
bc50bd25 Add coveralls coverage analysis. Shane-J-Latham <S****m@u****m> over 9 years ago
8e132440 Added array_split.split.ShapeSplitter.check_split_parameters method to check ... Shane-J-Latham <S****m@u****m> over 9 years ago
1d5c57fc Added skip_cleanup to .travis.yml deploy section. Shane-J-Latham <S****m@u****m> over 9 years ago
5695e10d autopep8 and flake8 fixes. Shane-J-Latham <S****m@u****m> over 9 years ago
92650049 merge Merge branch 'dev' of github.com:array-split/array_split into dev. Shane-J-Latham <S****m@u****m> over 9 years ago
d62c12df Added 'deploy' section in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
9b7c27bd Replace github sphinx documentation url with readthedocs url. Shane-J-Latham <S****m@u****m> over 9 years ago
0ff17854 Read setup.py long_description from README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
36d45afe Sphinx doc tweaks and typo corrections. Shane-J-Latham <S****m@u****m> over 9 years ago
51dbd774 Try to use absolute paths in docs/source/conf.py for reading version.txt, etc... Shane-J-Latham <S****m@u****m> over 9 years ago
8822b569 Sphinx doc changes. Shane-J-Latham <S****m@u****m> over 9 years ago
e36e594d Refactor of array_split.split.ShapeSplitter to replace data-members with prop... Shane-J-Latham <S****m@u****m> over 9 years ago
d40bf660 Improved flake8 fix from 642e269340046b5ef7ea4d5446575feb1022ddb9. Shane-J-Latham <S****m@u****m> over 9 years ago
642e2693 Flake8 warning fix. Shane-J-Latham <S****m@u****m> over 9 years ago
868c3d8b Sphinx documentation mods. Filled out halo parameter section in examples. Shane-J-Latham <S****m@u****m> over 9 years ago
6e01f04f Added unit-tests for 2D split with halo parameter. Shane-J-Latham <S****m@u****m> over 9 years ago
97bbe9fa Set .travis.yml clone depth to 200. Shane-J-Latham <S****m@u****m> over 9 years ago
ef35bf9b Set git user.name and user.email in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
de582093 Add assert for tile_bounds_policy=NO_BOUNDS in array_split.split_test unit test. Shane-J-Latham <S****m@u****m> over 9 years ago
00fa595b Initial implementation of tiles with halos. Shane-J-Latham <S****m@u****m> over 9 years ago
af18a207 Minor mod to halo initialisation in array_split.split.ShapeSplitter.__init__. Shane-J-Latham <S****m@u****m> over 9 years ago
2840231c Added unit-tests for array_start argument, heed array_start in the calculated... Shane-J-Latham <S****m@u****m> over 9 years ago
5c700505 Revert "Correct array_split.unittest.TestCase docstrings for methods which ge... Shane-J-Latham <S****m@u****m> over 9 years ago
597aad75 Explicitly define the arguments for array_split.split.array_split function...... Shane-J-Latham <S****m@u****m> over 9 years ago
d3285cf8 autopep8 Shane-J-Latham <S****m@u****m> over 9 years ago
941ed91f More sphinx doc in examples.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
647ad052 Run doctest on README.rst in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
b63af848 Correct array_split.unittest.TestCase docstrings for methods which generate s... Shane-J-Latham <S****m@u****m> over 9 years ago
bb9d7c78 Remove 'sleep' from .travis.yml. Couple of to-do sections in examples.index.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
fd5bd33c Minor mod in array_split.split.calculate_tile_shape_for_max_bytes, set max_ti... Shane-J-Latham <S****m@u****m> over 9 years ago
976341a3 More sphinx doc in examples/index.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
4648f651 More sphinx doc in examples/index.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
6c6cbc08 Correction to split logic for max_tile_bytes cases. Shane-J-Latham <S****m@u****m> over 9 years ago
adb090c4 Change back to top-level directory after running doctest in .travis.yml. Shane-J-Latham <S****m@u****m> over 9 years ago
3b6c25c4 Correct typo in 5abec23b9d226bcc5b3dfc6f71715756c3757e01. Shane-J-Latham <S****m@u****m> over 9 years ago
f2f0feeb Try and get the travis python-3.5 build to finish last. Shane-J-Latham <S****m@u****m> over 9 years ago
3aa153c7 Change to .travis.yml to reflect a6f4270bb061c7cca2ac3755c59e1027942fd9f4 ren... Shane-J-Latham <S****m@u****m> over 9 years ago
a61b2789 Renamed docs/source/examples/examples.rst to docs/source/examples/index.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
fdfe5989 flake8 fix. Shane-J-Latham <S****m@u****m> over 9 years ago
255fb8f8 Don't execute 'python -m array_test' for python-2.6, can't execute package fo... Shane-J-Latham <S****m@u****m> over 9 years ago
2fb11f6d Fix setting of __doc__ string for ShapeSplitter.__init__ for python-3. Shane-J-Latham <S****m@u****m> over 9 years ago
a90edada More examples.rst sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
a863a443 autopep8 Shane-J-Latham <S****m@u****m> over 9 years ago
ed3f95cc Correction to indices_or_sections and axis argument logic in array_split.spli... Shane-J-Latham <S****m@u****m> over 9 years ago
e2a9fdd0 autopep8 and add license and copyright to array_split.__main__. Shane-J-Latham <S****m@u****m> over 9 years ago
7585c1d8 Run doctest tests in script. Shane-J-Latham <S****m@u****m> over 9 years ago
5f051d45 Run doctest from array_split.__main__. Mods to array_split.split source so do... Shane-J-Latham <S****m@u****m> over 9 years ago
40524320 Changed long_description in setup.py to match README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
5b03fa59 Refactored array_split.split.ShapeSplitter.compute_split. Shane-J-Latham <S****m@u****m> over 9 years ago
09769afd More sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
59a9ed0b Fix typo in examples.rst, also correct copyright typo in generated sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
5b9ccdae Start of examples in docs/source/examples/examples.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
b3ad77db Add split by tile_shape and split by max_tile_bytes ability to array_split.sp... Shane-J-Latham <S****m@u****m> over 9 years ago
4db8772c Sphinx doc. Shane-J-Latham <S****m@u****m> over 9 years ago
70877691 Corrected RST for link to array_split travis-ci page in README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago
4d238465 Added link to array_split travis-ci page in README.rst. Shane-J-Latham <S****m@u****m> over 9 years ago

← Back to repository