Commit graph

10 commits

Author SHA1 Message Date
John Evans
2ffdf716c0 remove test requirement for six, doc modifications, doctest fix
The test requirement for six was problematic, as some versions cause
problems with assertWarns and some do not.  We are already filtering
out versions that we know cause problems and it can unintentionally
cause an upgrade superceding the system version if it remains as a
"test_requires" option, so best to get rid of it.  Additionally, the
"test_requires" option was entirely removed as pip doesn't recognize it
upon install, so "mock" would not be installed on Python2.7 via pip.

The doctest fix was the real fix for #316, not sure why this did
not show up when testing on linux mint
2015-01-10 19:48:09 -05:00
John Evans
873bb0c900 housecleaning for 0.7.0 release 2014-09-25 09:12:46 -04:00
jevans
f88218d482 Releasing 0.6.0
Skipping a test that segfaults only on 1.5.0 and 2.0.0.  The test was
test_NR_DEC_issue188_beach_64bitsbox_jp2_41_decode.  It was not introduced
until the 2.1.x series and the fix was backported to 2.0.1.

glymur.test.test_jp2k.TestJp2k.test_no_cxform_pclr_jpx was failing on
1.5.2 only.  It's a pretty obscure test, so just skipping it on that
release.

Some tests for warnings are being skipped.
2014-08-17 17:42:57 -04:00
jevans
133205d66b Changed look and feel of changelog to match 0.5.12. #237 2014-05-20 20:52:27 -04:00
John Evans
0feca73399 Added changelog section to docs. #171 2014-02-11 08:23:03 -05:00
jevans
a0af8e26ef Split off detailed installation instructions into their own page. 2013-06-20 19:21:54 -04:00
jevans
d18d6aa0b0 Reordering documents, make api go last. Fixes #25
Should revisit this, is it a bug in sphinx?
2013-06-10 18:43:52 -04:00
jevans
949671aa12 Added Exif support. Closes #11. 2013-06-05 20:42:42 -04:00
jevans
a1b5daf65d Added roadmap. Fixed #16 2013-06-02 20:50:35 -04:00
John Evans
e056e898cc Initial commit. 2013-05-27 00:10:10 -04:00