[Package on PyPI](https://pypi.org/project/geosyspy/)
[Package documentation](https://geosys.github.io/GeosysPy/)
• Add geosyspy logger for independent configuration
Users can now easily configure the logger for their own project using our specific logger.
• Authentication enhancement
- Add authorization to geosyspy client by providing a bearer token
- Add methods to validate a jwt token
- Add method to get geosys permissions of the connected user
• Use current year when creating a seasonfield from a geometry with master data management service
• Bug fixes
- remove dependencies with an old pandas version limitating to use python version < 3.11
- correction on some logging output causing errors.