Skip to content

Commit 2579e85

Browse files
authored
Merge pull request #176 from datajoint/master-stage
Bump version, Rename to Loading Classes, Add Release Notes
2 parents 02de566 + 8a237b4 commit 2579e85

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

+dj/version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function varargout = version
22
% report DataJoint version
33

4-
v = struct('major',3,'minor',3,'bugfix',0);
4+
v = struct('major',3,'minor',3,'bugfix',1);
55

66
if nargout
77
varargout{1}=v;

docs-parts/existing/1-Virtual-Modules_lang1.rst renamed to docs-parts/existing/1-Loading-Classes_lang1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
Creating a virtual class
3+
~~~~~~~~~~~~~~~~~~~~~~~~
4+
15
A ``TableAccessor`` object is created as a property of a schema during each schema's creation.
26
This property is named ``schema.v``, for *virtual class generator*.
37
The ``TableAccessor`` ``v`` itself has properties that refer to the tables of the schema.
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
Start of Release Notes
1+
3.3.1 -- October 31, 2019
2+
-------------------------
3+
* Ability to create schema without GUI PR #155
4+
* Support secure connections with TLS (aka SSL) (#103) PR #157, mym-PR #11, #12, #13
5+
* Allow GUI-based password entry to avoid cleartext password from being captured in MATLAB log PR #159
6+
* Add detailed error message if DJ012 Python-native blobs detected (#170) mYm-PR #16
7+
* Add support for PAM connections via MariaDB's Dialog plugin (#168, #169) mYm-PR #14, #15
8+
* Minor improvements to reuse of connection if applicable PR #166, #167
9+
* Bugfixes (#152)
10+
11+
3.2.2 -- February 5, 2019
12+
-------------------------
13+
14+
`Previous release notes TBD`

0 commit comments

Comments
 (0)