-
Maybe it's too early for such bug reports and I am also not using the latest `master` but `0.1.137` from PyPI but I started migrating and discovered that nested Numpy arrays are causing issues, as see…
-
-
If this issue is with Dynamo for Revit, please post your issue on the [Dynamo for Revit Issues page](https://github.com/DynamoDS/DynamoRevit/issues).
If this issue is **not** a bug report or improvem…
-
Issue Details
-----------------
See https://github.com/PowerShell/PowerShell/pull/8674 for full details.
## Summary
1. In PS 6.2 and below, Format-Hex doesn't handle piped input as a singl…
-
`.clone()` on a multi dimensional array is not deep but shallow.
I am okay with this behaviour but I am not perfectly sure if this intended since there is a _short-hand_ syntax to acces values in …
-
The Python package [uproot](https://github.com/scikit-hep/uproot/blob/master/README.rst) is becoming the _de facto_ standard for converting TTrees into Numpy arrays or Pandas dataframes. Unfortunately…
-
**Null-coalescing** and **null-conditonal access** (null-soaking) would be handy additions to the language.
_Update_: @BrucePay additionally suggests **null-conditional _assignment_**, with `?=` -…
-
Hi everyone, loving Gradient so far, but I ran into a problem. I was making just a simple sequential model
```csharp
var model = new Sequential();
var hidden1 = new Dense(5, activation: "relu");
…
-
When i use the `explode` ([`from fast_carpenter.summary.binned_dataframe `](https://github.com/FAST-HEP/fast-carpenter/blob/master/fast_carpenter/summary/binned_dataframe.py#L265)) it changes a vector…
-
The problem I'm trying to solve currently is to display ALL class propositions for each bounding box group.
The issue with that is that instead of getting a list of propositions for each box, I get…