File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22LabKey Python Client API News
33+++++++++++
44
5+ What's New in the LabKey 0.4.0 package
6+ ==============================
7+
8+ *Release date: 11/11/2015*
9+
10+ - Introduce experiment.py API for save, load batches.
11+ - Introduce concept of server_context for establishing connection context.
12+ - Switch credential model from .labkeycredentials.txt to .netrc.
13+ - Switch to PEP 8 compliant syntax for API in general (e.g. selectRows now select_rows).
14+ - Deprecate wiki, messageboard APIs (at least for now).
15+
516What's New in the LabKey 0.3.0 package
617==============================
718
Original file line number Diff line number Diff line change 2929
3030setup (
3131 name = 'labkey' ,
32- version = '0.3 .0' ,
32+ version = '0.4 .0' ,
3333 description = 'Python client API for LabKey Server' ,
3434 long_description = long_desc ,
3535 license = "Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments