Redbrick-sdk

Latest version: v2.19.6

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

Scan your dependencies

Page 4 of 31

2.18.0

What's Changed
* project.settings.task_duplication
* SDK Support for Local and External HeatMaps by AvanishCodes in https://github.com/redbrick-ai/redbrick-sdk/pull/178

New Contributors
* AvanishCodes made their first contribution in https://github.com/redbrick-ai/redbrick-sdk/pull/178

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.6...v2.18.0

2.17.7b1

What's Changed
* SDK Support for Local and External HeatMaps by AvanishCodes in https://github.com/redbrick-ai/redbrick-sdk/pull/178

New Contributors
* AvanishCodes made their first contribution in https://github.com/redbrick-ai/redbrick-sdk/pull/178

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.6...2.17.7b1

2.17.6

- [handle overlapping segmentations in rt-struct exports](https://github.com/redbrick-ai/redbrick-sdk/commit/674ffe20682e29a2caa16f04f6df56a55b44dd19)
- [use asyncio.run instead of asyncio.get_event_loop](https://github.com/redbrick-ai/redbrick-sdk/commit/be955f67d18b171330a11dd66ad3a7695b0f5745)

2.17.5

Support for custom application [logging level](https://docs.python.org/3/library/logging.html#logging-levels) using environment variable `REDBRICK_SDK_LOG_LEVEL` or through `redbrick.config.log_level` attribute.

For example, in order to suppress all INFO and WARNING messages and only log for ERROR:
- `REDBRICK_SDK_LOG_LEVEL=40 redbrick clone ...`
-
$ python
>>> import redbrick
>>> redbrick.config.log_level = 40
>>> project = redbrick.get_project(...)

2.17.4

2.17.3

**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.17.2...v2.17.3

Page 4 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.