Skip to content

Commit 0525a78

Browse files
Update version and release log.
1 parent 3d8c6c3 commit 0525a78

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

CHANGELOG.md

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

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
48
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833
59
* Load dependencies before querying dependencies. (#179) PR #833
610
* Fix display of part tables in `schema.save`. (#821) PR #833
@@ -9,12 +13,12 @@
913
* Add more S3 logging for debugging. (#831) PR #832
1014
* Convert testing framework from TravisCI to GitHub Actions (#841) PR #840
1115

12-
### 0.12.7b1 -- Oct 27, 2020
16+
### 0.12.7 -- Oct 27, 2020
1317
* Fix case sensitivity issues to adapt to MySQL 8+. PR #819
1418
* Fix pymysql regression bug (#814) PR #816
1519
* Adapted attribute types now have dtype=object in all recarray results. PR #811
1620

17-
### 0.12.6b1 -- May 18, 2020
21+
### 0.12.6 -- May 15, 2020
1822
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
1923
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
2024
* Modify `_update` to allow nullable updates for strings/date (#664) PR #760
@@ -24,9 +28,6 @@
2428
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
2529
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774
2630

27-
### 0.12.5b1 -- Feb 27, 2020
28-
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
29-
3031
### 0.12.5 -- Feb 24, 2020
3132
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732
3233
* `dj.create_virtual_module` is now called `dj.VirtualModule` (#731) PR #732

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.12.8b1"
1+
__version__ = "0.13.0"
22

33
assert len(__version__) <= 10 # The log table limits version to the 10 characters

docs-parts/intro/Releases_lang1.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
0.12.8b1 -- Jan 12, 2021
2-
---------------------
1+
0.13.0 -- TBD
2+
----------------------
3+
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
4+
* Allow updating specified secondary attributes using `update1` PR #763
5+
6+
0.12.8 -- Jan 12, 2021
7+
----------------------
38
* table.children, .parents, .descendents, and ancestors can return queryable objects. PR #833
49
* Load dependencies before querying dependencies. (#179) PR #833
510
* Fix display of part tables in `schema.save`. (#821) PR #833
@@ -8,13 +13,13 @@
813
* Add more S3 logging for debugging. (#831) PR #832
914
* Convert testing framework from TravisCI to GitHub Actions (#841) PR #840
1015

11-
0.12.7b1 -- Oct 27, 2020
16+
0.12.7 -- Oct 27, 2020
1217
----------------------
1318
* Fix case sensitivity issues to adapt to MySQL 8+. PR #819
1419
* Fix pymysql regression bug (#814) PR #816
1520
* Adapted attribute types now have `dtype=object` in all recarray results. PR #811
1621

17-
0.12.6b1 -- May 18, 2020
22+
0.12.6 -- May 15, 2020
1823
----------------------
1924
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
2025
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
@@ -25,10 +30,6 @@
2530
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
2631
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774
2732

28-
0.12.5b1 -- Feb 27, 2020
29-
----------------------
30-
* Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
31-
3233
0.12.5 -- Feb 24, 2020
3334
----------------------
3435
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732

0 commit comments

Comments
 (0)