Skip to content

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mberk committed Feb 25, 2023
1 parent 6a55582 commit 8b8b698
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

# 0.5.1 - 2023-02-25

### Added

* Functions for working with MarketDefinition objects:
* create_market_definition_generator_from_prices_file
* get_all_market_definitions_from_prices_file
* get_winners_from_prices_file

### Changed

* Use isinstance() wherever type() was being used
* Improved create_combined_market_book_and_race_change_generator
* Added type hint
* Added docstring
* Now generates pairs indicating which stream each object came from

# 0.5.0 - 2023-01-13

### Added
Expand Down

0 comments on commit 8b8b698

Please sign in to comment.