- Improve installation documentation
- Mitigate
400 Bad Request
responses when receiving GET requests with empty HTTP request bodies but still settingContent-Type: application/json
. Thanks for the report, @byteptr and @MichielKE! - Improve installation instructions for Windows. Thanks, @MichielKE!
- Improve documentation
- Initialize Flask logger appropriately
- Add capability for request/response logging
- Format the code with black and isort
- Rename
util.py
tocore.py
- Mitigate pandas deprecation warning about the
astype()
method of datetimelike types to convert to integer dtypes
- Add example for annotating phenology data within Grafana
- Change license to AGPL-3.0
- Modernize dependency versions. Drop support for Python 3.6.
- Improve sandbox environment setup and documentation
- Adjust documentation
- Adjust documentation
- First official release