Skip to content

Latest commit

 

History

History
99 lines (81 loc) · 2.65 KB

History.md

File metadata and controls

99 lines (81 loc) · 2.65 KB

v1.0.5 / 2019-03-01

  • Merge pull request #36 from JorjMcKie/master
  • Update README.rst
  • add jpx example to fixtures
  • Update image.py
  • support JPEG 2000
  • Merge pull request #35 from papis/master
  • Delete docs since are not linked to anything

v1.0.4 / 2019-02-09

  • Merge pull request #34 from ltrojana3d/add_dicom_type
  • min bugfix
  • add Dcm class to IMAGE
  • adding image.Dcm class

v1.0.3 / 2019-02-01

  • Merge pull request #32 from petergaultney/support-reading-bytes-from-readables
  • Merge pull request #33 from dotlambda/patch-1
  • Include tests in PyPI tarball
  • Support reading bytes directly from duck-typed readables

v1.0.1 / 2019-01-11

  • Merge pull request #31 from david-poirier-csn/master
  • removed py3.3 from travis
  • flake8 killing me
  • fix py2.7 error
  • fix py2.7 error
  • fix flake8 complaints
  • added support for HEIC files
  • added support for HEIC files
  • Merge pull request #28 from amitlissack/expose_webm
  • expose flv and webm matchers
  • Merge pull request #25 from CloudFerro/wip-fix-byte-reading
  • Fixed number of readed bytes in utils.py

v1.0.1 / 2018-04-14

  • Merge pull request #22 from gaul/memoryview
  • Merge pull request #23 from gaul/avoid-bytearray-copy
  • Avoid bytearray copy when guessing bytes input
  • Allow memoryview input to filetype.guess
  • Update README.rst
  • Delete README.md
  • Merge pull request #19 from williamjmorenor/patch-1
  • Create MANIFEST.in

v1.0.0 / 2017-07-26

  • feat(docs): add static documentation
  • feat(version): bump to v1.0.0
  • Merge pull request #15 from geofmureithi/patch-1
  • Correct Flv minetype
  • Merge pull request #14 from vuolter/patch-2
  • Restore tox intro
  • Fix setup.py version
  • Code cosmetics (2)
  • Fix style typo in README.md
  • Code cosmetics

v0.1.6 / 2017-06-25

  • Merge pull request #12 from vuolter/patch-1
  • Update .travis.yml
  • Update .travis.yml
  • Update setup.py
  • feat(version): bump to v0.1.5
  • fix(Makefile): fix command

v0.1.5 / 2017-05-17

  • Merge pull request #11 from pkravetskiy/master
  • fixed naming conflict
  • fixed ICO image extension and mime type
  • fix(setup.py): indentation style
  • fix(setup.py): use single-line package summary
  • feat(version): bump to v0.1.4

v0.1.4 / 2017-04-08

  • Merge pull request #10 from liam-middlebrook/fix-gif-mimetype
  • Fix mimetype for Gif Images
  • Merge pull request #9 from Aluriak/Aluriak-patch-1
  • Fix README API example
  • feat: add tag task in Makefile
  • feat(version): bump