Skip to content

Commit f8fb9f8

Browse files
Bump version and update release notes.
1 parent 82c489e commit f8fb9f8

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
### 0.12.6 -- May 15, 2020
4+
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
5+
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
6+
* Modify `_update` to allow nullable updates for strings/date (#664) PR #760
7+
* Avoid logging events on auxiliary tables (#737) PR #753
8+
* Add `kill_quick` and expand display to include host (#740) PR #741
9+
* Bugfix - pandas insert fails due to additional `index` field (#666) PR #776
10+
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
11+
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774
12+
313
### 0.12.5 -- Feb 24, 2020
414
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732
515
* `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.5"
1+
__version__ = "0.12.6"
22

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

docs-parts/intro/Releases_lang1.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.12.6 -- May 15, 2020
2+
----------------------
3+
* Add `order_by` to `dj.kill` (#668, #779) PR #775, #783
4+
* Add explicit S3 bucket and file storage location existence checks (#748) PR #781
5+
* Modify `_update` to allow nullable updates for strings/date (#664) PR #760
6+
* Avoid logging events on auxiliary tables (#737) PR #753
7+
* Add `kill_quick` and expand display to include host (#740) PR #741
8+
* Bugfix - pandas insert fails due to additional `index` field (#666) PR #776
9+
* Bugfix - `delete_external_files=True` does not remove from S3 (#686) PR #781
10+
* Bugfix - pandas fetch throws error when `fetch_format='frame'` PR #774
11+
112
0.12.5 -- Feb 24, 2020
213
----------------------
314
* Rename module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for class `dj.Schema`. (#731) PR #732

0 commit comments

Comments
 (0)