summaryrefslogtreecommitdiff
path: root/devel/py-pycocotools/pkg-descr
blob: a36f506b80db67caa6171d4bf472e89ce1e3ff93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pycocotools is a fork of the original cocoapi, with bug fixes and packaging
improvements.

Changes in this fork include:
- Add CircleCI tests
- Support pip-installation correctly
- Support windows
- Don't import matplotlib unless needed
- Close file handle after openning
- Fix a small bug in rleToBbox
- Fix a segfault in RLE decoding
- Fix deprecated usage of other libraries

For compatibility, we will not make any API changes or non-bug behavior changes
to the existing APIs of the official cocoapi.