8000 Tags · dweth/atriumdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dweth/atriumdb

Tags

2.2.3

Toggle 2.2.3's commit message
Merged PR 232: Updated pyproject.toml

Updated pyproject.toml

2.2.2

Toggle 2.2.2's commit message
Merged PR 225: fix bugs with cli and websockets

-fix cli requests import bug by adding it to cli section of pyproject.toml
-move qrcodet requirement from remote to cli part of pyproject.toml
-fix url error with blocks endpoint by removing trailing slash
-change the websocket connection to only happen once get_data_api is called not when the sdk object is created
-fix small bug where if validate_token was false they sdk would error out because there is no expiry time

2.2.1

Toggle 2.2.1's commit message
Merged PR 222: Updated version to 2.2.1

Updated version to 2.2.1

2.2.0

Toggle 2.2.0's commit message
Merged PR 219: Cleanup and reorganize functions in main sdk file

2.1.1

Toggle 2.1.1's commit message
Merged PR 187: CLI Authentication Bugfix

- Add CLI "config" command that outputs the current CLI configuration
- Add endpoint_url to the .env file with CLI
- Add auto-timeout to CLI authentication
- Fix cant connect to atrioumdb api from cli on non standard port

2.1.0

Toggle 2.1.0's commit message
Merged PR 172: Give both device and patient information for all windo…

…ws. And enforce windows not sharing two devices or two patients.

This branch introduces a "device_patient_tuples" source type to the validated sources data structure for the iterator.

It involves reading the device_patient table and looking for overlaps between it and the requested data from the definition.

It also now brings that raw interval information into each batch request ensuring that get_data is only called within the regions that are mapped one-to-one with devices and patients. Areas where we have data but it would belong to a different patient within a window are replaced with NaN values.

v2.0.0

Toggle v2.0.0's commit message
Update release.yaml for Azure Pipelines

0