Skip to content

Commit 8805e30

Browse files
Merge branch 'aggr_fix' into cascade-delete
2 parents e81438b + 89cdd11 commit 8805e30

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
## Release notes
22

3-
### 0.13.0 -- Jan 11, 2020
3+
### 0.13.0 -- February 15, 2021
44
* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
55
* Re-implement cascading deletes for better performance. PR #839.
6-
* Add table method `.update1` to update an existing row in its table.
6+
* Add table method `.update1` to update a row in the table with new values PR #763
77
* Python datatypes are now enabled by default in blobs (#761). PR #785
88
* Added permissive join and restriction operators `@` and `^` (#785) PR #754
99
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
10-
* Allow updating specified secondary attributes using `update1` PR #763
11-
* add dj.key_hash reference to dj.hash.key_hash, treat as 'public api'
10+
* add `dj.key_hash` alias to `dj.hash.key_hash`
1211
* default enable_python_native_blobs to True
1312
* Remove python 3.5 support
1413

docs-parts/intro/Releases_lang1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
0.13.0 -- Jan 11, 2020
34
----------------------
45
* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
56
* Re-implement cascading deletes for better performance. PR #839.
67
* Add table method `.update1` to update an existing row in its table.
8+
=======
9+
0.13.0 -- Jan 11, 2021
10+
---------------------
11+
* Reimplement query parsing, fixing issues (#386, #449, #450, #484). PR #754
12+
* Add table method `.update1` to update a row in the table with new values
13+
>>>>>>> aggr_fix
714
* Python datatypes are now enabled by default in blobs (#761). PR #785
815
* Added permissive join and restriction operators `@` and `^` (#785) PR #754
916

0 commit comments

Comments
 (0)