Skip to content

Commit accbe2e

Browse files
committed
Update README.md
Doc updates.
1 parent 1911d5b commit accbe2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Changes in the current release:
77

88
- Support for Python 3
99
- Support for netrc files (.labkeycredentials.txt files are now deprecated)
10-
- server_context parameter on all methods
11-
- PEP standards - the latest update follows PEP code styling standards
12-
- New samples
13-
- New methods: load_batch and save_batch
10+
- New methods for working with assay data:
11+
- [load_batch](https://github.com/LabKey/labkey-api-python/tree/master/labkey/experment.py)
12+
- [save_batch](https://github.com/LabKey/labkey-api-python/tree/master/labkey/experment.py)
13+
- server_context parameter added to all methods
14+
- PEP standards - the latest version follows PEP code styling standards
15+
- New [samples](https://github.com/LabKey/labkey-api-python/tree/master/samples)
1416

1517
# Installation
1618
To install, simply use `pip`:

0 commit comments

Comments
 (0)