ITADN
SermetPekin/evdspy-repo

版本发布 8

evds3v2.1.0
? · 2026-02-14

- changes due to evds3

get_series_expv1.1.34
? · 2024-07-31

- get_series_exp function was added - example Jupyter book for get_series_exp function was added

v1.1.33
? · 2024-07-29

## 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
? · 2024-04-27

v1.1.23

v1.1.22
? · 2024-04-21

v1.1.22

v1.1.19
? · 2024-04-17

get_series function was refactored

ending support for python3.8 and earlier versions v1.1.18
? · 2024-04-14

ending support for python3.8 and earlier versions

1.1.17
? · 2024-04-14

* 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