You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagging v1.2.0
- Make historydict python 2 compatible
- Actually test historydict on travis for python 2.7, 3.4, 3.5 and nightly
- Remove six as a dependency
- Make historydict testing windows compatible
First stable release:
- renamed from history.History to historydict.HistoryDict
- supports full MutableMapping API + `past` method
- tested on Python 2.7, 3.3, 3.4, 3.5