|
1 | 1 | ## Release notes
|
2 | 2 |
|
3 |
| -### 0.12.0 -- August 15, 2019 (planned) |
4 |
| - |
5 |
| -* Configurable blob storage (#497, #532, #475) |
6 |
| -* Support file attachments: (#480, #532, #475) |
7 |
| -* Support for filepath datatype: (#481, 603) |
8 |
| -* Expand support of blob serialization (fixed #572, #520, #427, #392, #244) |
9 |
| -* Add support for UUID attributes (#562, #567) |
10 |
| -* Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499) |
11 |
| -* `dj.conn()` accepts a `port` keyword argument (#563, #571) |
12 |
| -* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414, #574) |
13 |
| -* `dj.ERD` is now called `dj.Diagram` (#255, #565) |
14 |
| -* `dj.Diagram` underlines "distinguished" classes (#378, #557) |
15 |
| -* Bugfixes: #629, #633 |
| 3 | +### 0.12.0 -- Aug 23, 2019 |
| 4 | +* Support TLS/SSL connections PR620 |
| 5 | +* Convert numpy array from python object to appropriate data type if all elements are of the same type (#587) PR #608 |
| 6 | +* Remove expression requirement to have additional attributes (#604) PR #604 |
| 7 | +* Support for filepath datatype (#481) PR #603 |
| 8 | +* Avoid creating multiple copies of attachments and return a dictionary array when specifying `as_dict=True` (#592, #595) PR #593 |
| 9 | +* Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499) PR #578 |
| 10 | +* Expand support of blob serialization (#572, #520, #427, #392, #244, #594) PR #577 |
| 11 | +* Support for alter (#110) PR #573 |
| 12 | +* Support for `conda install datajoint` via `conda-forge` channel (#293) |
| 13 | +* `dj.conn()` accepts a `port` keyword argument (#563) PR #571 |
| 14 | +* Support for UUID datatype (#562) PR #567 |
| 15 | +* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414) PR #574 |
| 16 | +* `dj.ERD` is now called `dj.Diagram` (#255, #546) PR #565 |
| 17 | +* `dj.Diagram` underlines "distinguished" classes (#378) PR #557 |
| 18 | +* Accept alias for supported MySQL datatypes (#544) PR #545 |
| 19 | +* Support for pandas and order by "KEY" (#459, #537, #538, #541) PR #534 |
| 20 | +* Support file attachment datatype and configurable blob storage (#467, #475, #480, #497) PR #532 |
| 21 | +* Increase default display rows (#523) PR #526 |
| 22 | +* Bugfixes (#521, #205, #279, #570, #581, #597, #596, #618, #633) |
| 23 | + |
| 24 | +### 0.11.3 -- Jul 26, 2019 |
| 25 | +* Fix incompatibility with pyparsing 2.4.1 (#629) PR #631 |
16 | 26 |
|
17 | 27 | ### 0.11.1 -- Nov 15, 2018
|
18 | 28 | * Fix ordering of attributes in proj (#483 and #516)
|
|
0 commit comments