版本发布 8
- changes due to evds3
- get_series_exp function was added - example Jupyter book for get_series_exp function was added
## What's Changed ### New Features - **Added `dotenv` Support:** Introduced the `dotenv` library to read `.env` files. This allows users to manage environment variables more efficiently, simplifying configuration management. ### Enhancements - **Code Cleanup:** Removed several unnecessary functions to streamline the codebase, improving maintainability and reducing potential confusion for users. - **Added evdspyChat Application:** Introduced the evdspyChat application to assist users with its usage and improve overall functionality.
v1.1.23
v1.1.22
get_series function was refactored
ending support for python3.8 and earlier versions
* The API key parameter has been moved to the HTTP header as required by recent updates from EDDS data provider. This change enhances security by ensuring that sensitive information is not exposed in URLs. * get_series function was added