Releases: LabKey/labkey-api-python
Releases · LabKey/labkey-api-python
1.3.0
- domain.create() now iterates through its conditional formats and converts instances or lists of QueryFilter to their string format.
- domain.conditional_format() provides a wrapper for creating a conditional format--typically to be used in updating
- Added examples for domain.create, domain.conditional_format, and updating QC state.
1.2.0
1.1.0
- Add isblank and isnonblank filter types (#23)
- Fix issue with Query API overwriting query filters with the same field/comparison (#20)
- Use pytest as the default test runner (#24)
Thanks to @AetherUnbound for these changes
1.0.1
- Add
__repr__forServerContextandQueryFilter. Thanks to @AetherUnbound for this contribution.
1.0.0
- BREAKING CHANGE: in labkey.experiment ProtocolOutput has been renamed to RunItem
- Provide a default encoder for json.dumps to better handle datetime (#14)
0.7.0
- Domain API, see labkey.domain
- Fix for error response handling #12. Thanks to @thusharaw for this contribution.
0.6.1
- Support non-JSON response formats
0.6.0
0.5.0
- Security API, see labkey.security
- ServerContext now a class, support for CSRF
- Fix for LSID handling in Experiment objects
- Documentation updates
0.4.3
- Reintroduce portions of messageboard, wiki APIs (unsupported, not recommended for public use)
- Documentation updates