Julian

Results 31 issues of Julian

**Describe the bug** Why logs refactored the API for their [v1.0 release](https://whylabs.ai/blog/posts/data-logging-with-whylogs) so changes are required before we can [unpin](https://github.com/ludwig-ai/ludwig/pull/2079) the version and fix test. **To Reproduce** Update to latest...

**Describe the bug** Torchmetrics refactored the API for their [v0.9 release](https://github.com/PyTorchLightning/metrics/releases/tag/v0.9.0) so changes are required before we can [unpin](https://github.com/ludwig-ai/ludwig/pull/2079) the version and fix test. **To Reproduce** Update to latest version...

**Is your feature request related to a problem? Please describe.** This relates to clarifying the scope of the dtype `date` **Describe the use case** The data type `date` typically use...

Are there any plans to support [RLS](https://www.postgresql.org/docs/current/ddl-rowsecurity.html) with PostGreSQL in particular the when policy is applied to isolate records based on a `tenant_id` that is stored in [configuration settings](https://www.postgresql.org/docs/9.3/functions-admin.html). ```...

**Is your feature request related to a problem? Please describe.** I have created a BLS "router" model that executes sync/async inferences on one (or more in the case of traffic...

enhancement

Fixes: #4720 Added support for splitting strings in `get_numpy_array` using python csv import, example ``` >>> import csv >>> next(csv.reader(['"3", "a, b", "C"'], skipinitialspace=True)) ['3', 'a, b', 'C'] ```

**Description** The trace summary python file doesn't correctly support splitting strings due to the the `get_numpy_array` only expect floats: ``` ... Data Flow: ========================================================== Name: titanic_ensemble Version:1 QUEUE_INPUT: Traceback (most...

The documentation indicates > If you discover bugs while in Production, you can revert to previous application version by clicking and approving the change again. Does this imply you need...

ResultPath is supported in the SDK, but the newer ResultSelector is not which is preferrable for Lambda functions which emit a bunch of metadata in addition to the JSON output...

enhancement

When an event includes boolean properties the `execution.list_events(html=True)` method fails with error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 execution.list_events(html=True) # Bug ~/anaconda3/envs/python3/lib/python3.6/site-packages/stepfunctions/workflow/stepfunctions.py in list_events(self, max_items,...

bug