Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eirik-dev/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Exabel/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 697 files changed
  • 3 contributors

Commits on Mar 21, 2025

  1. Version 6.2.0 (Exabel#176)

    - Increase maximum --pit-offset to 100 days
    - Increase maximum signal identifier to 128 characters
    oyvindwe authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a236ded View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    f7ae0c0 View commit details
    Browse the repository at this point in the history
  2. Version 6.3.0 (Exabel#177)

    hallarak authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    700a18b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Release 7.0.0 (Exabel#179)

    # Added
    
    - Added support for authenticating with access tokens. Set environment variable `EXABEL_ACCESS_TOKEN` or command line argument `--access-token`.
    - Added support for hierarchical models in [KPI Service](https://help.exabel.com/reference/kpiservice).
    - Added support for [Custom Calenader Service](https://help.exabel.com/reference/customcalendarservice)
    - Added support for Python 3.14
    
    # Breaking changes
    
    - Renamed `exabel_data_sdk.client.api.data_classes.kpi_mapping_group.py`
      to `exabel_data_sdk.client.api.data_classes.kpi_mapping_group_reference`.
    - Removed support for Python 3.9 (EOL)
    
    # Deprecated
    
    - Support for username/password authentication when accessing the Export API is now deprecated.
      This authentication method will be removed in a future release. Use access token instead.
    oyvindwe authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    0163c86 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Remove deprecated user_login, add Holiday API support, and migrate to…

    … ruff with Python 3.10 type hints (Exabel#180)
    ivarurdalen authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    4718667 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    8f7696b View commit details
    Browse the repository at this point in the history
Loading