11## Release notes
2- ### 0.10.1
2+
3+ ### 0.11.0 -- Oct 25, 2018
4+ * Full support of dependencies with renamed attributes using projection syntax (#300 , #345 , #436 , #506 , #507 )
5+ * Rename internal class and module names to comply with terminology in documentation (#494 , #500 )
6+ * Full support of secondary indexes (#498 , 500)
7+ * ERD no longer shows numbers in nodes corresponding to derived dependencies (#478 , #500 )
8+ * Full support of unique and nullable dependencies (#254 , #301 , #493 , #495 , #500 )
9+ * Improve memory management in ` populate ` (#461 , #486 )
10+ * Fix query errors and redundancies (#456 , #463 , #482 )
11+
12+ ### 0.10.1 -- Aug 28, 2018
313* Fix ERD Tooltip message (#431 )
414* Networkx 2.0 support (#443 )
515* Fix insert from query with skip_duplicates=True (#451 )
616* Sped up queries (#458 )
717* Bugfix in restriction of the form (A & B) * B (#463 )
818* Improved error messages (#466 )
919
10- ### 0.10.0 -- January 10, 2018
20+ ### 0.10.0 -- Jan 10, 2018
1121* Deletes are more efficient (#424 )
1222* ERD shows table definition on tooltip hover in Jupyter (#422 )
1323* S3 external storage
1727* Compatibility with pymysql 0.8.0+
1828* More efficient loading of dependencies (#403 )
1929
20- ### 0.9.0 -- November 17, 2017
30+ ### 0.9.0 -- Nov 17, 2017
2131* Made graphviz installation optional
2232* Implement file-based external storage
2333* Implement union operator +
24-
25-
26- ### 0.9.0 -- November 17, 2017
27- * Bug fixes
28- * Made graphviz installation optional
2934* Implement file-based external storage
3035
31- ### 0.8.0 -- July 26, 2017
36+ ### 0.8.0 -- Jul 26, 2017
3237Documentation and tutorials available at https://docs.datajoint.io and https://tutorials.datajoint.io
3338* improved the ERD graphics and features using the graphviz libraries (#207 , #333 )
3439* improved password handling logic (#322 , #321 )
@@ -42,18 +47,18 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
4247* simplified the ` fetch ` and ` fetch1 ` syntax, deprecating the ` fetch[...] ` syntax (#319 )
4348* the jobs tables now store the connection ids to allow identifying abandoned jobs (#288 , #317 )
4449
45- ### 0.5.0 (#298 ) -- March 8, 2017
50+ ### 0.5.0 (#298 ) -- Mar 8, 2017
4651* All fetched integers are now 64-bit long and all fetched floats are double precision.
4752* Added ` dj.create_virtual_module `
4853
49- ### 0.4.10 (#286 ) -- February 6, 2017
54+ ### 0.4.10 (#286 ) -- Feb 6, 2017
5055* Removed Vagrant and Readthedocs support
5156* Explicit saving of configuration (issue #284 )
5257
53- ### 0.4.9 (#285 ) -- February 2, 2017
58+ ### 0.4.9 (#285 ) -- Feb 2, 2017
5459* Fixed setup.py for pip install
5560
56- ### 0.4.7 (#281 ) -- January 24, 2017
61+ ### 0.4.7 (#281 ) -- Jan 24, 2017
5762* Fixed issues related to order of attributes in projection.
5863
5964### 0.4.6 (#277 ) -- Dec 22, 2016
@@ -62,32 +67,32 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
6267### 0.4.5 (#274 ) -- Dec 20, 2016
6368* Populate reports how many keys remain to be populated at the start.
6469
65- ### 0.4.3 (#271 ) -- December 6, 2016
70+ ### 0.4.3 (#271 ) -- Dec 6, 2016
6671* Fixed aggregation issues (#270 )
6772* datajoint no longer attempts to connect to server at import time
6873* dropped support of view (reversed #257 )
6974* more elegant handling of insufficient privileges (#268 )
7075
71- ### 0.4.2 (#267 ) -- December 6, 2016
76+ ### 0.4.2 (#267 ) -- Dec 6, 2016
7277* improved table appearance in Jupyter
7378
74- ### 0.4.1 (#266 ) -- October 28, 2016
79+ ### 0.4.1 (#266 ) -- Oct 28, 2016
7580* bugfix for very long error messages
7681
77- ### 0.3.9 -- September 27, 2016
82+ ### 0.3.9 -- Sep 27, 2016
7883* Added support for datatype ` YEAR `
7984* Fixed issues with ` dj.U ` and the ` aggr ` operator (#246 , #247 )
8085
81- ### 0.3.8 -- August 2, 2016
86+ ### 0.3.8 -- Aug 2, 2016
8287* added the ` _update ` method in ` base_relation ` . It allows updating values in existing tuples.
8388* bugfix in reading values of type double. Previously it was cast as float32.
8489
85- ### 0.3.7 -- July 31, 2016
90+ ### 0.3.7 -- Jul 31, 2016
8691* added parameter ` ignore_extra_fields ` in ` insert `
8792* ` insert(..., skip_duplicates=True) ` now relies on ` SELECT IGNORE ` . Previously it explicitly checked if tuple already exists.
8893* table previews now include blob attributes displaying the string <BLOB >
8994
90- ### 0.3.6 -- July 30, 2016
95+ ### 0.3.6 -- Jul 30, 2016
9196* bugfix in ` schema.spawn_missing_classes ` . Previously, spawned part classes would not show in ERDs.
9297* dj.key now causes fetch to return as a list of dicts. Previously it was a recarray.
9398
0 commit comments