Commit graph

1,097 commits

Author SHA1 Message Date
jevans
ec15eb5ad0 fix for case of single slice with start, stop or step that is not none 2014-10-06 19:46:19 -04:00
John Evans
e565a71e88 add test for issue 268 2014-10-06 11:30:56 -04:00
John Evans
332b3ef00b refactoring 2014-10-06 11:06:44 -04:00
jevans
9ab1ffff50 add test for two ellipses and one full slice 2014-10-05 21:03:42 -04:00
jevans
14e428b1ae removed unneeded block of code
Checking for ints in the argument tuple was being done twice.
2014-10-05 20:23:19 -04:00
jevans
6338eb4e22 updated for python2, some refactoring 2014-10-04 23:10:04 -04:00
jevans
50cccf89be additional ellipsis cases 2014-10-04 22:16:09 -04:00
jevans
1fd0527c3c implemented most common ellipsis use cases 2014-10-04 19:43:40 -04:00
jevans
26fc4e7dfe Merge branch 'master' into devel 2014-10-04 17:33:35 -04:00
John Evans
e17c5d6092 Merge branch 'release-0.7.1' 2014-10-02 08:26:43 -04:00
John Evans
454afec67b bumping to 0.7.1 2014-10-02 08:21:04 -04:00
John Evans
af699fedfe updated README to mention Python 3.4 2014-10-02 08:18:40 -04:00
jevans
9ae8e8bd2f Merge branch 'master' into devel
Conflicts:
	CHANGES.txt
	docs/source/conf.py
	docs/source/roadmap.rst
	glymur/version.py
2014-10-01 19:02:18 -04:00
jevans
6af4b7f0a7 fix merge conflict 2014-10-01 18:55:19 -04:00
jevans
074bc588a8 Merge branch 'release-0.7.0rc1'
Conflicts:
	docs/source/conf.py
	glymur/version.py
2014-10-01 18:54:53 -04:00
jevans
fc56012dce release 0.7.0 2014-10-01 18:53:46 -04:00
John Evans
0e2aa4492c housecleaning for 0.7.0 release
Add testing mention of CentOS, windows.
Skipping some tests on versions 1.3 and 1.4
Minor doc mods.
For whatever stupid reason, np.log2(x) cannot be relied upon to be an
integer when x is a power of 2 ON WIN32!!!  All hail win32!
Better error message if array-style slice other than [:]
2014-09-30 18:41:02 -04:00
jevans
83df953389 more doc updates 2014-09-25 18:52:19 -04:00
John Evans
a2a6b62316 minor doc mods 2014-09-25 15:26:34 -04:00
John Evans
653db644b5 skipping some tests on versions 1.3 and 1.4 2014-09-25 15:26:19 -04:00
John Evans
4284adb387 add testing mention of CentOS 2014-09-25 14:51:39 -04:00
John Evans
55ef875275 clarification of wording 2014-09-25 14:51:23 -04:00
John Evans
7feb71e55b skip one test for openjpeg versions < 1.5 2014-09-25 14:50:53 -04:00
John Evans
873bb0c900 housecleaning for 0.7.0 release 2014-09-25 09:12:46 -04:00
jevans
64fa597b18 Merge branch 'issue266' into devel 2014-09-24 21:48:21 -04:00
jevans
f22a653110 TestParsing tearDown was not being done correctly
By just passing, the correct test state was not being restored.
2014-09-24 21:47:09 -04:00
jevans
2e55a0a8a8 pinpointed test_main_header as culprit for 3 unexplained failures 2014-09-24 20:59:39 -04:00
jevans
f6c1f57177 Merge branch 'issue248' into devel 2014-09-23 20:06:03 -04:00
jevans
9bebd6438c box_id and longname are class attributes now instead of instance attributes
Some simplification of the individual box constructors, and a palette box
error message became a bit more clear because of this.
2014-09-23 20:00:47 -04:00
jevans
a45e653a0a Merge branch 'devel' into issue248 2014-09-23 18:53:12 -04:00
jevans
6035517831 Merge branch 'issue265' into devel 2014-09-22 21:17:47 -04:00
jevans
d2dc37bd5e fixed two bugs unknowingly introduced into cinema2k/4k testing 2014-09-22 21:15:49 -04:00
jevans
4ac5b575d2 config module refactor 2014-09-22 21:15:12 -04:00
jevans
cf6d40904f Merge branch 'issue263' into devel 2014-09-20 12:59:41 -04:00
John Evans
82466f2b80 refactor of test suite 2014-09-20 12:56:14 -04:00
John Evans
3366812936 refactor of CME testing 2014-09-19 09:17:40 -04:00
John Evans
b1cd14c6a5 __setitem__ working for writing an entire image at once 2014-09-19 08:17:15 -04:00
John Evans
a580fe5097 UTs written for __setitem__ support 2014-09-18 20:14:13 -04:00
John Evans
91b7ccbbe0 Merge branch 'issue258' into devel 2014-09-18 19:08:46 -04:00
John Evans
a6a9b5215b folded jp2dump module into command_line module 2014-09-18 19:08:14 -04:00
John Evans
262089f6f7 Merge branch 'issue260' into devel 2014-09-18 18:38:09 -04:00
John Evans
2afb7590dc reorganized test infrastructure, only runs on 3.x
Three tests skipped due to unexplained failures.  Several tests had
to be skipped where the python3-six version was earlier than 1.7.0.
Tested on 32-bit Fedora, Mac 10.6, Linux Mint 32 and 64-bit, Anaconda3.
2014-09-18 18:33:34 -04:00
John Evans
ebc05648eb Merge branch 'issue261' into devel 2014-09-16 10:45:21 -04:00
John Evans
6114b0f474 Merge branch 'devel' into issue261 2014-09-16 08:54:40 -04:00
John Evans
72a65943a1 Progress... 1000 lines fewer code. 2014-09-16 08:11:56 -04:00
jevans
14b19dd1e2 Merge branch 'issue246' into devel 2014-09-15 20:09:03 -04:00
John Evans
b5c4b98913 Added slice protocol support.
This includes 1.5.x, which means adding read area support.
2014-09-15 20:08:07 -04:00
jevans
4f5e6968bf Merge branch 'devel' of https://github.com/quintusdias/glymur into issue246 2014-09-11 20:01:35 -04:00
John Evans
e02217e214 Merge branch 'issue259' into devel 2014-09-11 11:58:07 -04:00
John Evans
cde16a062e Add six to travis harness requirements. 2014-09-11 11:47:01 -04:00