|
2 | 2 |
|
3 | 3 | ### 0.12.0 -- Aug 23, 2019
|
4 | 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) PR608 |
6 |
| -* Remove expression requirement to have additional attributes (#604) PR604 |
7 |
| -* Support for filepath datatype (#481) PR603 |
8 |
| -* Avoid creating multiple copies of attachments and return a dictionary array when specifying `as_dict=True` (#592, #595) PR593 |
9 |
| -* Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499) PR578 |
10 |
| -* Expand support of blob serialization (#572, #520, #427, #392, #244, #594) PR577 |
11 |
| -* Support for alter (#110) PR573 |
| 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 | 12 | * Support for `conda install datajoint` via `conda-forge` channel (#293)
|
13 |
| -* `dj.conn()` accepts a `port` keyword argument (#563) PR571 |
14 |
| -* Support for UUID datatype (#562) PR567 |
15 |
| -* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414) PR574 |
16 |
| -* `dj.ERD` is now called `dj.Diagram` (#255, #546) PR565 |
17 |
| -* `dj.Diagram` underlines "distinguished" classes (#378) PR557 |
18 |
| -* Accept alias for supported MySQL datatypes (#544) PR545 |
19 |
| -* Support for pandas and order by "KEY" (#459, #537, #538, #541) PR534 |
20 |
| -* Support file attachment datatype and configurable blob storage (#467, #475, #480, #497) PR532 |
21 |
| -* Increase default display rows (#523) PR526 |
| 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 | 22 | * Bugfixes (#521, #205, #279, #570, #581, #597, #596, #618, #633)
|
23 | 23 |
|
24 | 24 | ### 0.11.3 -- Jul 26, 2019
|
25 |
| -* Fix incompatibility with pyparsing 2.4.1 (#629) PR631 |
| 25 | +* Fix incompatibility with pyparsing 2.4.1 (#629) PR #631 |
26 | 26 |
|
27 | 27 | ### 0.11.1 -- Nov 15, 2018
|
28 | 28 | * Fix ordering of attributes in proj (#483 and #516)
|
|
0 commit comments