What's Changed
* Create min_face_size property by xolott in https://github.com/ipazc/mtcnn/pull/16
* Fix some warning messages by akofman in https://github.com/ipazc/mtcnn/pull/19
* new version of numpy has allow_pickle=False by default by elmahyai in https://github.com/ipazc/mtcnn/pull/32
* Compatibility for tensorflow 2.0 by r-or in https://github.com/ipazc/mtcnn/pull/42
* Fix with new numpy by xellDart in https://github.com/ipazc/mtcnn/pull/34
* Convert images to RGB in examples by statsmaths in https://github.com/ipazc/mtcnn/pull/45
* Changed the colormap to BGR during imwrite. by raviam in https://github.com/ipazc/mtcnn/pull/51
* Update layer_factory.py to be compatible with tf 2.0 by xanjay in https://github.com/ipazc/mtcnn/pull/61
* Fixed getting negative image coordinates from 'box' key. Fixes 11 by MattyB95 in https://github.com/ipazc/mtcnn/pull/70
* Update network/factory.py for tf2.0 compatibility by christian-rncl in https://github.com/ipazc/mtcnn/pull/85
* Now you can use it as a library by CyrusOfEden in https://github.com/ipazc/mtcnn/pull/86
* Fixes width and height bug from negative image coordinates. Fixes 92 by MattyB95 in https://github.com/ipazc/mtcnn/pull/94
* Jupyter notebook example by huberemanuel in https://github.com/ipazc/mtcnn/pull/106
* Refactored MTCNN codebase with significant optimizations. Version 1.0.0 by ipazc in https://github.com/ipazc/mtcnn/pull/133
New Contributors
* xolott made their first contribution in https://github.com/ipazc/mtcnn/pull/16
* akofman made their first contribution in https://github.com/ipazc/mtcnn/pull/19
* elmahyai made their first contribution in https://github.com/ipazc/mtcnn/pull/32
* r-or made their first contribution in https://github.com/ipazc/mtcnn/pull/42
* xellDart made their first contribution in https://github.com/ipazc/mtcnn/pull/34
* statsmaths made their first contribution in https://github.com/ipazc/mtcnn/pull/45
* raviam made their first contribution in https://github.com/ipazc/mtcnn/pull/51
* xanjay made their first contribution in https://github.com/ipazc/mtcnn/pull/61
* MattyB95 made their first contribution in https://github.com/ipazc/mtcnn/pull/70
* christian-rncl made their first contribution in https://github.com/ipazc/mtcnn/pull/85
* CyrusOfEden made their first contribution in https://github.com/ipazc/mtcnn/pull/86
* huberemanuel made their first contribution in https://github.com/ipazc/mtcnn/pull/106
* ipazc made their first contribution in https://github.com/ipazc/mtcnn/pull/133
**Full Changelog**: https://github.com/ipazc/mtcnn/commits/v1.0.0