What's Changed
* 🐛 Fix jpeg compression issue by 92amartins in https://github.com/policratus/pupyl/pull/170
* 👷 Run CI tests on Ubuntu and macOS by 92amartins in https://github.com/policratus/pupyl/pull/175
* ⬆️(deps): Bump tensorflow from 2.9.1 to 2.10.0 by dependabot in https://github.com/policratus/pupyl/pull/168
* ⬆️(deps): Bump sphinx from 5.1.1 to 5.2.3 by dependabot in https://github.com/policratus/pupyl/pull/173
* 📝 Updating documentation for installation instructions. by policratus in https://github.com/policratus/pupyl/pull/176
* ⬆️(deps): Bump sphinx from 5.2.3 to 5.3.0 by dependabot in https://github.com/policratus/pupyl/pull/177
**Full Changelog**: https://github.com/policratus/pupyl/compare/v0.14.0...v0.14.1
------------------------------------------
* Fixing an issue related to Windows system, which blocks the generation of newly compressed images;
* Updating CI to be more comprehensive, running tests also on MacOS (Windows coming soon);
* Bump `tensorflow` to `2.10.0`;
* Bump `sphinx` to `5.3.0`;
* Updating documentation (and CI dependency install file) to a more modern way for dependency installation;
* Minor updates and fixes.