|
1 | 1 | ## Release notes |
2 | 2 |
|
3 | | -### 0.12.8b1 -- Jan 12, 2021 |
| 3 | +### 0.13.0 -- TBD |
| 4 | +* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735 |
| 5 | +* Allow updating specified secondary attributes using `update1` PR #763 |
| 6 | + |
| 7 | +### 0.12.8 -- Jan 12, 2021 |
4 | 8 | * table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833 |
5 | 9 | * Load dependencies before querying dependencies. (#179) PR #833 |
6 | 10 | * Fix display of part tables in `schema.save`. (#821) PR #833 |
|
9 | 13 | * Add more S3 logging for debugging. (#831) PR #832 |
10 | 14 | * Convert testing framework from TravisCI to GitHub Actions (#841) PR #840 |
11 | 15 |
|
12 | | -### 0.12.7b1 -- Oct 27, 2020 |
| 16 | +### 0.12.7 -- Oct 27, 2020 |
13 | 17 | * Fix case sensitivity issues to adapt to MySQL 8+. PR #819 |
14 | 18 | * Fix pymysql regression bug (#814) PR #816 |
15 | 19 | * Adapted attribute types now have dtype=object in all recarray results. PR #811 |
16 | 20 |
|
17 | | -### 0.12.6b1 -- May 18, 2020 |
| 21 | +### 0.12.6 -- May 15, 2020 |
18 | 22 | * Add `order_by` to `dj.kill` (#668, #779) PR #775, #783 |
19 | 23 | * Add explicit S3 bucket and file storage location existence checks (#748) PR #781 |
20 | 24 | * Modify `_update` to allow nullable updates for strings/date (#664) PR #760 |
|
24 | 28 | * Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781 |
25 | 29 | * Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774 |
26 | 30 |
|
27 | | -### 0.12.5b1 -- Feb 27, 2020 |
28 | | -* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735 |
29 | | - |
30 | 31 | ### 0.12.5 -- Feb 24, 2020 |
31 | 32 | * Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732 |
32 | 33 | * `dj.create_virtual_module` is now called `dj.VirtualModule` (#731) PR #732 |
|
0 commit comments