瀏覽代碼

more explicit SQL queries, fix some matplotlib deprecations

George C. Privon 7 年之前
父節點
當前提交
162d769614
共有 3 個文件被更改,包括 6 次插入4 次删除
  1. 2 0
      CHANGELOG.md
  2. 3 3
      analysis/Player-Multigame.ipynb
  3. 1 1
      analysis/SampleAnalysis-SingleGame.ipynb

+ 2 - 0
CHANGELOG.md

@@ -14,6 +14,8 @@
 #### Bug fixes
 
 * Fixed bug where `ScoreProbByType.ipynb` sample script failed when showing PDFs for trade token score distributions.
+* Use `ORDER BY` in some analysis queries to ensure turn/score information is returned in the proper order.
+* Minor plotting code updates in analysis to fix deprecations in matplotlib.
 
 ### 0.4.0 (11 November 2018)
 

文件差異過大導致無法顯示
+ 3 - 3
analysis/Player-Multigame.ipynb


文件差異過大導致無法顯示
+ 1 - 1
analysis/SampleAnalysis-SingleGame.ipynb


部分文件因文件數量過多而無法顯示