Skip to content

Tags: LabKey/labkey-api-python

Tags

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add get_queries to query module (#90)

* Add get_queries to query module and query API wrapper
* Add get_queries integration test
* Add get_queries unit tests
* Refactor unit tests to use pytest instead of unittest

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add array filter types, modernize build (#89)

* Add Array filter types to QueryFilter.Types
* Use importlib to determine client version
* Remove setup.py
  * package metadata moved to pyproject.toml
* Update build to use hatchling
* Add justfile
* Remove Makefile
* Update dependencies
* Update README

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require Python 3.11+ (#86)

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add "derivationDataScope" to PropertyDescriptor class (#85)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Issue 52904 (#80)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add import_rows to Query API (#78)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add optional build dependencies, instructions for building (#77)

* Add optional build dependencies
* Add instructions for building
* Add Makefile for convenience
* Update README to point to dev dependencies

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace all references to project_name parameter with container_path (#…

…75)

* Update README.md

* Update README.md

* Update query_examples.py

example data referenced in comment does not exist

* Update query_examples.py

replace project_name references with container_path

* Update sampleset_domain_example.py

replace project_name references with container_path

* Update security_example.py

replace project_name reference with container_path

* Update storage.md

replace project_name reference with container_path

* Update experiment_example.py

replace project_name with container_path

* Update experiment_platemetadata_example.py

replace project_name with container_path

* Update domain_example.py

replace project_name with container_path

* Update api_wrapper.md

replace references to projects with container path

* Update README.md

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add move_rows() to query.py (#73)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Issue 48466 (#62)

select_rows: Set default max_rows to -1