Skip to content

Commit 64d9ee3

Browse files
Merge branch 'aggr_fix' into cascade-delete
2 parents 8805e30 + 397befe commit 64d9ee3

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release notes
22

3-
### 0.13.0 -- February 15, 2021
3+
### 0.13.0 -- Feb 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.
66
* Add table method `.update1` to update a row in the table with new values PR #763
@@ -9,7 +9,7 @@
99
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
1010
* add `dj.key_hash` alias to `dj.hash.key_hash`
1111
* default enable_python_native_blobs to True
12-
* Remove python 3.5 support
12+
* Drop support for Python 3.5
1313

1414
### 0.12.8 -- Jan 12, 2021
1515
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833

docs-parts/intro/Releases_lang1.rst

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
1-
<<<<<<< HEAD
2-
<<<<<<< HEAD
3-
0.13.0 -- Jan 11, 2020
1+
0.13.0 -- Feb 15, 2021
42
----------------------
53
* Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
64
* Re-implement cascading deletes for better performance. PR #839.
7-
* 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
5+
* Add table method `.update1` to update a row in the table with new values PR #763
146
* Python datatypes are now enabled by default in blobs (#761). PR #785
157
* Added permissive join and restriction operators `@` and `^` (#785) PR #754
16-
17-
0.12.8 -- Dec 22, 2020
18-
=======
19-
0.13.0 -- TBD
20-
----------------------
218
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
22-
* Allow updating specified secondary attributes using `update1` PR #763
23-
* add dj.key_hash reference to dj.hash.key_hash, treat as 'public api'
9+
* add `dj.key_hash` alias to `dj.hash.key_hash`
2410
* default enable_python_native_blobs to True
25-
* Remove python 3.5 support
11+
* Drop support for Python 3.5
2612

2713
0.12.8 -- Jan 12, 2021
28-
>>>>>>> 939ca8bc1a0e9483d348ba1e5504b53608de22a8
2914
----------------------
3015
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833
3116
* Load dependencies before querying dependencies. (#179) PR #833

0 commit comments

Comments
 (0)