File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
LabKey Python Client API News
3
3
+++++++++++
4
4
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
+
5
16
What's New in the LabKey 0.3.0 package
6
17
==============================
7
18
Original file line number Diff line number Diff line change 29
29
30
30
setup (
31
31
name = 'labkey' ,
32
- version = '0.3 .0' ,
32
+ version = '0.4 .0' ,
33
33
description = 'Python client API for LabKey Server' ,
34
34
long_description = long_desc ,
35
35
license = "Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments