Skip to content

GeosyPy 0.2.1

Latest
Compare
Choose a tag to compare
@jpn-geo6 jpn-geo6 released this 22 Feb 08:51
· 40 commits to develop since this release
be46033
[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.