|
1 | 1 | ## Release notes |
2 | 2 |
|
| 3 | +### 0.13.1 -- TBD |
| 4 | +* Add `None` as an alias for `NULL` in `dict` restrictions (#824) PR #893 |
| 5 | +* Bugfix - `schema.list_tables()` is not topologically sorted (#838) PR #893 |
| 6 | +* Bugfix - Diagram part tables do not show proper class name (#882) PR #893 |
| 7 | +* Bugfix - Error in complex restrictions (#892) PR #893 |
| 8 | + |
3 | 9 | ### 0.13.0 -- Mar 24, 2021 |
4 | | -* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754 |
5 | | -* Re-implement cascading deletes for better performance. PR #839. |
6 | | -* Add table method `.update1` to update a row in the table with new values PR #763 |
7 | | -* Python datatypes are now enabled by default in blobs (#761). PR #785 |
| 10 | +* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484, #558). PR #754 |
| 11 | +* Re-implement cascading deletes for better performance. PR #839 |
| 12 | +* Add support for deferred schema activation to allow for greater modularity. (#834) PR #839 |
| 13 | +* Add query caching mechanism for offline development (#550) PR #839 |
| 14 | +* Add table method `.update1` to update a row in the table with new values (#867) PR #763, #889 |
| 15 | +* Python datatypes are now enabled by default in blobs (#761). PR #859 |
8 | 16 | * Added permissive join and restriction operators `@` and `^` (#785) PR #754 |
9 | 17 | * Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735 |
10 | | -* Add `dj.key_hash` alias to `dj.hash.key_hash` |
| 18 | +* Add `dj.key_hash` alias to `dj.hash.key_hash` (#804) PR #862 |
11 | 19 | * Default enable_python_native_blobs to True |
12 | 20 | * Bugfix - Regression error on joins with same attribute name (#857) PR #878 |
13 | 21 | * Bugfix - Error when `fetch1('KEY')` when `dj.config['fetch_format']='frame'` set (#876) PR #880, #878 |
14 | 22 | * Bugfix - Error when cascading deletes in tables with many, complex keys (#883, #886) PR #839 |
15 | 23 | * Add deprecation warning for `_update`. PR #889 |
16 | 24 | * Add `purge_query_cache` utility. PR #889 |
17 | 25 | * Add tests for query caching and permissive join and restriction. PR #889 |
18 | | -* Drop support for Python 3.5 |
| 26 | +* Drop support for Python 3.5 (#829) PR #861 |
19 | 27 |
|
20 | 28 | ### 0.12.9 -- Mar 12, 2021 |
21 | 29 | * Fix bug with fetch1 with `dj.config['fetch_format']="frame"`. (#876) PR #880 |
|
0 commit comments