File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11## Release notes
22
3+ ### 0.12.6 -- May 15, 2020
4+ * Add ` order_by ` to ` dj.kill ` (#668 , #779 ) PR #775 , #783
5+ * Add explicit S3 bucket and file storage location existence checks (#748 ) PR #781
6+ * Modify ` _update ` to allow nullable updates for strings/date (#664 ) PR #760
7+ * Avoid logging events on auxiliary tables (#737 ) PR #753
8+ * Add ` kill_quick ` and expand display to include host (#740 ) PR #741
9+ * Bugfix - pandas insert fails due to additional ` index ` field (#666 ) PR #776
10+ * Bugfix - ` delete_external_files=True ` does not remove from S3 (#686 ) PR #781
11+ * Bugfix - pandas fetch throws error when ` fetch_format='frame' ` PR #774
12+
313### 0.12.5 -- Feb 24, 2020
414* Rename module ` dj.schema ` into ` dj.schemas ` . ` dj.schema ` remains an alias for class ` dj.Schema ` . (#731 ) PR #732
515* ` dj.create_virtual_module ` is now called ` dj.VirtualModule ` (#731 ) PR #732
Original file line number Diff line number Diff line change 1- __version__ = "0.12.5 "
1+ __version__ = "0.12.6 "
22
33assert len (__version__ ) <= 10 # The log table limits version to the 10 characters
Original file line number Diff line number Diff line change 1+ 0.12.6 -- May 15, 2020
2+ ----------------------
3+ * Add `order_by ` to `dj.kill ` (#668, #779) PR #775, #783
4+ * Add explicit S3 bucket and file storage location existence checks (#748) PR #781
5+ * Modify `_update ` to allow nullable updates for strings/date (#664) PR #760
6+ * Avoid logging events on auxiliary tables (#737) PR #753
7+ * Add `kill_quick ` and expand display to include host (#740) PR #741
8+ * Bugfix - pandas insert fails due to additional `index ` field (#666) PR #776
9+ * Bugfix - `delete_external_files=True ` does not remove from S3 (#686) PR #781
10+ * Bugfix - pandas fetch throws error when `fetch_format='frame' ` PR #774
11+
1120.12.5 -- Feb 24, 2020
213----------------------
314* Rename module `dj.schema ` into `dj.schemas `. `dj.schema ` remains an alias for class `dj.Schema `. (#731) PR #732
You can’t perform that action at this time.
0 commit comments