* [2022/03/08]: Add **PIPNet**: [Towards Efficient Facial Landmark Detection in the Wild, CVPR2021](https://github.com/jhb86253817/PIPNet)
0.1.5
* add data augmentations api docs * some bugs fixed * add more examples
0.1.4
* add _transforms_api_assert * fixed apply_background * add MANFEST.in * add MixUp * package transforms assets in to pypi for MixUp
0.1.3
* fixed wrong flag setting when the landmarks been outside * fixed docs typos * inti metrics module
0.1.2
* add safe check and make sure the landmarks keep the same number after any transforms * fixed docs typos error * add internal transform logging api * add prob param at bind-level
0.1.1
🆕 What's New
* [2022/02/13]: Add **30+** native data augmentations and **bind** 80+ torchvision and albumations's transforms.