Change Log
==========

0.0.1 (08/12/2020)
------------------
- First Release

0.0.2 (08/12/2020)
------------------
- Minor fixes

0.0.4 (15/12/2020)
------------------
- fix FileNotFoundError

0.0.5 (29/12/2020)
------------------
- added getLogger
- new functions in business_scenarios

0.0.6 (15/01/2021)
------------------
- fix logging: logs are displayed in stdout (default) or logs can be redirected to file
- fix other bugs
- added new functions in business_scenarios

0.0.8 (17/02/2021)
------------------
- fix logging: only significant logs are recorded in DEBUG mode
- fix method exceptions: relieved of sys.exit(), now only exceptions are thrown
- fix other bugs
- added new functions in business_scenarios

0.0.9 (12/03/2021)
------------------
- fix "load_sphere_chunc" method bug
- fix scenario timeout
- fix other bugs
- added new functions in business_scenarios
- rewrite module docstring