Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
dngoldberg committed Feb 23, 2024
1 parent e91d703 commit e8a7866
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ History
0.4 (2024-02-02)
-----------------

* For utterly crazy reasons, I need to make this package resiliant against cases where the pandas version using .__version__ is different than that from pkg_resources
* For utterly crazy reasons, I need to make this package resiliant against cases where the pandas version using .__version__ is different than that from pkg_resources

0.5 (2024-02-23)
----------------

* pandas concat in get_ts() needs to be called with the axis kwarg set to 1, otherwise strange behavior

0 comments on commit e8a7866

Please sign in to comment.