Joost van Doorn

Results 11 issues of Joost van Doorn

It would be very helpful if numjs supported mean/sum/min/max etc. over a specific axis like numpy. ``` a = nj.random([2,3]); nj.mean(a, axis=1) ```

enhancement
help wanted

Fixes #744. This adds support for the synchronization job endpoints documented [here](https://docs.microsoft.com/en-us/graph/api/resources/synchronization-overview?view=graph-rest-beta). A partially working example for databricks SCIM provisioning (you'll need to add app roles and assign users/group to...

size/XL
dependencies

I am running OS X Yosemite and I have some issues getting this code to work. Anyone figured this out? First I got this error: ``` Could NOT find OpenMP...

I reran my terraform example from: https://github.com/hashicorp/terraform-provider-azuread/pull/830 and ran into this typing issue that wasn't there before.

## 🚀 Feature request Add an option to fail on class initialization. ### Motivation Currently if a config contains a class_path with init_args, and it fails to initialize the class...

enhancement

### Version 1.31.0 ### Describe the bug. An `fn.external_source` with a callable doesn't seem to return the last batch. I have tried using `LastBatchPolicy.PARTIAL`, but it seems that the last_batch_policy...

enhancement

The function get_action_space_info does not return the action space when the action space contains a Tuple. It will just return `{'name': 'Tuple'}`. Tested on Copy-v0.

**What happened**: When modifying and subsequently loading a parquet file a FileExpired exception is thrown. I expect fastparquet to be able to load this file. I am not sure if...

Pex currently relies on Pip to resolve dependencies and build the PEX file. However, there are cases where users may want to exclude certain packages, either because they are already...

in progress
resolver
feature request

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/JoostvDoorn/mlflow/pull/12089?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/12089/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 12089 ``` ###...

rn/none
patch-2.13.1