Trading-strategy

Latest version: v0.26.2

Safety actively analyzes 723973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 24

0.7.2

- Fix: `PairGroupedUniverse` did not have OHLCV data sorted by `timestamp`, but instead of was
`pair_id`, `timestamp` causing some failures of managing expectations when accessing data.
- Fix: Update tests to reflect new datasets from Trading Strategy API
- Added `Client.fetch_candles_by_pair_ids` that loads trading data for certain pairs
data over JSONL endpoint and avoids loading large Parquest candle and liquidity files.
This makes it possible to run backtests on low memory environments.
- Added `Client.fetch_candle_dataset` and `read_parquest(filters)`
to filter Parquest files when loading candle datasets to optimise memory usage.
(At the moment this path is not used outside the tests.)
- Change `ChainId` base class to `IntEnum` instead of `Enum` for better type hinting
- Change `PandasPairUniverse.build_index` to use Pandas DataFrame frame transpose,
greatly speeding up the creation of the index
- Fix: `get_closest_price` gets a closest price even if the timestamp and
and time bucket are not in the same internal
- Added `environment/jupyterlite` for the upcoming WebAssembly integration

0.7.1

- Added `is_candle_green()`, `is_candle_red()` helpers
- Added `TimeBucket.to_pandas_timedelta()` helper
- Added `upsample_candles()` helper
- Added `unknown` and `osmosis` blockchains

0.7

- Add `Token` presentation
- Add `get_single_pair_data` shortcut
- Add `PandasPairUniverse.get_by_symbols` shortcut
- Add `PandasPairUniverse.get_all_tokens` shortcut
- Add `get_exchange_by_id` shortcut
- Add `summarydata.as_duration` Pandas summary table cell formatter
- Fix `filter_for_quote_tokens` to be more strict (was checking either side of the pair, not quote token)
- API change `create_single_pair_universe` now to accept `pick_by_highest_vol`
- API change: Rename `Universe.time_frame` -> `Universe.time_bucket` to be consistent
- Make download progress bars more human friendly

0.6.9

- Add `check_schema` option when creating PyArrow table exports for trading pairs
- Fix type hint for `token1_decimals`
- Better error message for `get_one_pair_from_pandas_universe`
- Make `token0_symbol` and `token1_symbol` optional as not all tokens have a symbol
-

0.6.8

- Patch the previous release to `token0_decimals` and `token1_decimals` instead of `base_token_decimals` to be more aligned with the other Uniswap pair data
- Cleaning up [API and API documentation](https://tradingstrategy.ai/docs/programming/index.html#api-documentation)

0.6.7

- Export `base_token_decimals` and `quote_token_decimals` in [trading pair datasets](https://tradingstrategy.ai/docs/programming/api/pair.html)

Page 19 of 24

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.