Skip to content

Commit

Permalink
VER: Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Aug 2, 2023
2 parents 0134a0f + 3faf3ce commit dfcc5b1
Show file tree
Hide file tree
Showing 14 changed files with 382 additions and 329 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.8.1 - 2023-08-02
### Enhancements
- Added new `OHLCV_EOD` rtype for future daily OHLCV schema based on the trading
session
- Added new `SType::Nasdaq` and `SType::Cms` to support querying US equities datasets
using either convention, regardless of the original convention of the dataset.
- Relaxed `pyo3`, `tokio`, and `zstd` dependency version requirements

### Bug fixes
- Fixed multi-frame Zstd decoding for async decoders

## 0.8.0 - 2023-07-19
### Enhancements
- Switched from `anyhow::Error` to custom `dbn::Error` for all public fallible functions
Expand Down
Loading

0 comments on commit dfcc5b1

Please sign in to comment.