From 083e1fb0f57a12443733179fc7af6f5f937c52ff Mon Sep 17 00:00:00 2001 From: Release Bot Date: Mon, 23 Dec 2024 19:46:22 +0000 Subject: [PATCH] Release version 2024.12.23.19 --- coinmetrics/__init__.py | 2 +- default.nix | 2 +- docs/docs/CHANGELOG.md | 7 + docs/docs/FlatFilesExport.md | 2 +- docs/docs/index.md | 2 +- docs/site/CHANGELOG.html | 201 +- docs/site/FlatFilesExport.html | 51 +- docs/site/api_client.html | 3176 +++++++++++++++------------- docs/site/index.html | 324 +-- docs/site/search/search_index.json | 2 +- pyproject.toml | 2 +- 11 files changed, 2007 insertions(+), 1764 deletions(-) diff --git a/coinmetrics/__init__.py b/coinmetrics/__init__.py index 98dec41..1e8482d 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.12.20.17" +__version__ = "2024.12.23.19" diff --git a/default.nix b/default.nix index 2bd1e50..67cdce0 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.12.20.17"; + version = "2024.12.23.19"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 8cb7bd4..7608fb5 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2024.12.16.21 +### Added +- pd.DateOffset as a valid data type for `time_increment` in `parallel()` + +### Changed +- Update pandas dependency to >= 2.0 and websocket-client >= 1.6.0 + ## 2024.12.16.21 ### Added - Allowed pandas Timestamp data type to be passed in `client` API calls diff --git a/docs/docs/FlatFilesExport.md b/docs/docs/FlatFilesExport.md index e2b898b..7bcf46b 100644 --- a/docs/docs/FlatFilesExport.md +++ b/docs/docs/FlatFilesExport.md @@ -156,7 +156,7 @@ be limited by egress from the files server as well as the specs of your machine. ### Using the CoinMetricsDataExporter in Python instead of CLI Depending on the use case it might be more convenient to use the CoinMetricsDataExporter directly in Python rather than -from the CLI. There is several examples in the `examples/file_downloads directory`. Below is one example. +from the CLI. There is several examples [here](examples/files_download) as well as one below: ```python from coinmetrics.data_exporter import CoinMetricsDataExporter from datetime import datetime diff --git a/docs/docs/index.md b/docs/docs/index.md index fe5f6fe..cf4b32b 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -230,7 +230,7 @@ listed below, there's examples covering all the API methods, found in the [examp * `trades_csv_exporter.py`: Queries market trades data then exports the output into a CSV file. * `trades_json_exporter.py`: Queries market trades data then exports the output into a JSON file. -**[Parallel processing exports](https://github.com/coinmetrics/api-client-python/tree/master/examples/parallel_data_export)** +**[Parallel processing exports](https://github.com/coinmetrics/api-client-python/tree/master/examples/parallel_data_export) * `candles_csv_export.py`: Exports market candles in parallel to many separate csv files * `candles_json_export.py`: Exports market candles in parallel to many separate json files * `market_trades_list.py`: Creates a list of market trades, using `.parallel()` feature to improve performance diff --git a/docs/site/CHANGELOG.html b/docs/site/CHANGELOG.html index 20b6415..986f162 100644 --- a/docs/site/CHANGELOG.html +++ b/docs/site/CHANGELOG.html @@ -50,30 +50,38 @@
  • 2024.12.16.21
  • -
  • 2024.12.11.19 +
  • 2024.12.16.21
  • +
  • 2024.12.11.19 + +
  • 2024.12.10.20
  • 2024.11.21.20
  • 2024.11.18.19
  • @@ -85,19 +93,19 @@
  • 2024.10.15.19
  • 2024.10.9.20
  • 2024.10.4.15