Release notes#
Version |
Changelog |
|---|---|
|
• Add support for |
• Bugfix for the |
|
• Revamp documentation according to diàtaxis principles, with a more structured and user-friendly layout. The documentation now includes a clear separation between tutorials, how-to guides, and explanations of the architecture, making it easier for users to find the information they need. Additionally, the documentation has been enriched with more examples, detailed explanations, and interactive elements to enhance the learning experience for users of all levels. |
|
|
• Refactor API and AsyncAPI methods to embrace the new API behavior, allowing for multi-location request in the same request. This change does not imply a breaking change in the API of the package, as the refactor is internal and the public methods remain unchanged. Moreover, old functionality is kept as deprecated. However, it allows for better performance and efficiency when making requests to the API, as multiple locations can now be queried in a single request. |
• Add an optional |
|
• Add non-blocking Pyodide loading in the interactive example, allowing the user to interact with the page while Pyodide is loading in the background. This change improves the user experience by reducing the initial loading time and allowing users to start exploring the documentation and examples without having to wait for Pyodide to load completely. |
|
• Add notebooks with examples in the Sphinx documentation via the nbsphinx extension. |
|
• Add |
|
• Add tests for the above changes |
|
|
• Increase maximum supported python version from 3.11 to 3.13 |
• Update pyodide version ( |
|
|
• Improve behavior of |
• Handle tqdm when running in Jupyter notebooks or other interactive environments |
|
• Add tests for the above changes |
|
• Increase test coverage |
|
|
• Add |
• Add tests for the above change |
|
|
• Add |
• Improve HTTP error handling in both core API and datasignals accessor |
|
• Add tests for the above changes |
|
• Add |
|
|
• Move |
|
• Add |
|
• Add |
• Add |
|
• Add |
|
|
• Source code and pipelines migration to Bitbucket Cloud |
|
• Add error message when invalid sites/locations/metrics combos are requested |
|
• Pipeline: CICD now orchestrates CI and DOCS pipelines |
• Fix logging level in get_data |
|
• Fix bug in get_data when as_star_schema is True |
|
• Add smart chunking to get_data when the forecasted query size exceeds 10 MB |
|
|
• Tests: Change test metrics normalization |
• Metrics: Allow underscore in regex |
|
|
• Add max workers/threads for parallel API requests |
|
• Fix Python version/classifiers in pyproject |
|
• Add timeout param in core.API.get_data (httpx-sync) |
• Increase default timeout (httpx-sync) |
|
|
• Docs: Add recursive GET button, bending moments, vibration dims |
|
• Add sample dashboard to the documentation |
• Fix remaining imports of the requests library |
|
• Reset API base URL from dev to prod address |
|
|
• Add support to the httpx library in favor of requests. Add async support |
• Adapt the interactive example to the new httpx-dependent environment |
|
|
• Full fix matplotlib + matplotlib pyodide compatibility in interactive example |
• Set pyodide version to stable |
|
|
• Add a retry strategy to overcome temporary server unavailability (502 Bad gateway) |
• Partial fix matlab incompatibility in interactive example |
|
|
• Fix misplaced dependencies broke pyodide env |
• Add the possibility to unselect “convert_object_columns_to_string” option |
|
• Adapt CICD to new pyproject.toml |
|
|
Migration to full uv/flit-core project |
|
Add multiple API authentication environment variable prefixes. Now the API can authenticate using the following environment variables: ( |
|
• Coerce return type of column |
• In the |
|
• Add tests for the above changes |
|
|
• Edit |
• Using older version of pandas also implies an additional fix to |
|
|
• Fix bug in |
• |
|
• |
|
• Try to still load data when timestamp format is invalid by using the |
|
|
Fix bug in |
|
Add fallback to single-threaded mode when a RuntimeError is raised by the |
|
Loosen the dependency on numpy, and restrict it only on the |
|
Loosen the dependency on pydantic to allow the use of both V1 and V2 |
|
• Remove option |
• Rename |
|
• Improve lazy authentication behavior for both the core API and the datasignals accessor |
|
|
Add option |
|
Add |
|
Add get data as star schema feature. This feature allows to get data in a star schema format, where Dimensions are DimWindFarm, DimCalendar, DimDataGroup, DimMetric, and the Fact table is the DataFrame with the data |
|
Add data normalization feature |
|
Update the README to reflect the latest changes |
|
Add |
|
Update dependency to latest version of shorthand_datetime |
|
Change project’s documentation homepage |
|
Add test to core API |
|
Make |
|
Add core API to the package so that data now can also be retrieved without instantiating a |
|
Change metrics overview |
|
Increase test coverage |
|
Add shorthand_datetime package-compatible timestamp formats |
|
Add CICD pipeline |
|
Refactor |
|
Add site and location casting to str when parsing |
|
Add fatigue extra for analyzing cycle-count metrics |
|
Rename a backlog to release notes |
|
Bugfix in DataSignals.authenticate() method to get always |
|
Add DataSignals.as_dict() method and move exceptions to dedicated module |
|
Minor bugfix |
|
Convert automatically |
|
Relax requirements |
|
Add documentation |
|
Add support for Python 3.8 onwards |
|
Initial release |