File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ Changelog
33
44### Next
55
6- * Add ` --sandbox ` flag to ` kaggle competitions submit ` for sandbox submissions (competition hosts/admins only)
6+ ### 2.0.1
7+
8+ * Add ` --sandbox ` flag to ` kaggle competitions submit ` for sandbox submissions (competition hosts/admins only) (#932 )
9+ * Optimize large dataset download functionality (#936 , s/o katoue)
10+ * Fix 403s and null file handling when listing kernel session output (#951 , s/o 4kaws)
11+ * Support updating more types of dataset metadata through ` datasets metadata --update ` :
12+ * Expected update frequency, user specified sources (#958 )
13+ * Dataset images (#959 )
714
815### 2.0.0
916
Original file line number Diff line number Diff line change 33import os
44from kaggle .api .kaggle_api_extended import KaggleApi
55
6- __version__ = "2.0.0 "
6+ __version__ = "2.0.1 "
77
88enable_oauth = os .environ .get ("KAGGLE_ENABLE_OAUTH" ) in ("1" , "true" , "yes" )
99api = KaggleApi (enable_oauth = enable_oauth )
You can’t perform that action at this time.
0 commit comments