Runeq

Latest version: v0.16.0

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.12.0

What's Changed
* [SW-2047, SW-2178] Add ability to switch orgs by cranti in https://github.com/rune-labs/runeq-python/pull/40


**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.11.0...v0.12.0

0.11.0

What's Changed

**Breaking change:** When stream data is loaded into a dataframe using `get_stream_dataframe`, the values for any `dict`-type dimension used to be returned as JSON-encoded strings. With this version, those values are now returned as Python-native `dict`s. This impacts the existing `event` and `span` stream types, as well as any future stream types that include a `dict` dimension.

* [DATA-866] Load dict dimensions in stream dataframe by cranti in https://github.com/rune-labs/runeq-python/pull/38
* Bump library version to v0.11.0 by cranti in https://github.com/rune-labs/runeq-python/pull/39


**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.10.0...v0.11.0

0.10.0

What's Changed

Adds support for projects and cohorts, as well as documentation improvements.

* [DATA-586] Fix `**parameters` comment & imports by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/32
* Study 305 Add projects and cohorts support - part 1 by emilymahanna in https://github.com/rune-labs/runeq-python/pull/33
* Update Config example to use user API token by cranti in https://github.com/rune-labs/runeq-python/pull/35
* STUDY-305 Add cohorts and metrics to SDK by emilymahanna in https://github.com/rune-labs/runeq-python/pull/34
* STUDY-305 Update project quickstart docs and get_patient_metadata_dataframe function by emilymahanna in https://github.com/rune-labs/runeq-python/pull/36
* Study 305 update release version by emilymahanna in https://github.com/rune-labs/runeq-python/pull/37

New Contributors
* emilymahanna made their first contribution in https://github.com/rune-labs/runeq-python/pull/33

**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.9.1...v0.10.0

0.9.1

What's Changed

This release includes a few bug fixes:
* Update `get_stream_metadata` to work for more than 100 stream IDs (an API limit) (30)
* Raise an exception in `get_patient_stream_metadata` if the user requests a patient they do not have access to / that does not exist. Previously, it failed silently, returning an empty set of streams. (29)

**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.9.0...v0.9.1

0.9.0

This release introduces major pieces of new functionality, including:

* Fetching metadata about resources in the Rune platform (including patients, devices, and more)
* Fetching data from the [V2 Stream API](https://docs.runelabs.io/stream/v2/)
* Global initialization of the library, using your configured API credentials

For more details, see the [documentation](https://runeq.readthedocs.io/en/v0.9.0/).

Note that the beta `v2sdk` module was **removed** in this release. Similar functionality to fetch metadata is now available in the `resources` module (which is not in "beta").

This release also introduces support for Python 3.10.

What's Changed
* [DATA-317] Remove old V2 SDK by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/18
* V2 SDK by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/20
* Fix CircleCI config by cranti in https://github.com/rune-labs/runeq-python/pull/21
* Fixing get_all_devices by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/22
* [DATA-490] Remove some redundant helper functions; documentation; small bugfix by cranti in https://github.com/rune-labs/runeq-python/pull/23
* [DATA-481] Standardize name field; more compact __repr__ by cranti in https://github.com/rune-labs/runeq-python/pull/25
* Fix get_all_devices (again) by cranti in https://github.com/rune-labs/runeq-python/pull/26
* [DATA-530] [DATA-531] Remove stream created_at from dataframes by cranti in https://github.com/rune-labs/runeq-python/pull/27
* [DATA-281] Update documentation, including a new quickstart by cranti in https://github.com/rune-labs/runeq-python/pull/24

New Contributors
* abhinavpottabathula made their first contribution in https://github.com/rune-labs/runeq-python/pull/18

**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.8.0...v0.9.0

0.8.0

* Add initial SDK v2 (beta)
* Add accessor for /v1/band_power endpoints

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.