Phil Chiu
Phil Chiu
Addresses #1404 FYI @ruixingw
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
Expose options in `MultiBlockPlot3DReader` related to _functions_ - derived scalar/vector fields computed from the point data living in Plot3D files. This PR adds an enum to map useful names to...
Thanks for this project! I am testing out `sklearn-onnx` for persistence of sklearn's `GaussianProcessRegressor`. The GPR I am testing uses a RBF kernel with anisotropic length scales. In sklearn, this...
I have a recipe which fails to build with `conda mambabuild` but suceeds with plain old `conda build`. `mambabuild` fails when trying to resolve the environment in which to build...
Is there any interest in packaging this up as a conda package on conda-forge? I have this almost-working on some non-public CI, but this could be easily translated to conda-forge....
Add a `guess_lists` option to `FlatterDict.as_dict()` which, when unflattening a `FlatterDict` containing no information about `original_types`, attempts to guess which of its sub-dicts should actually be lists. Addresses #49 A...
Unflattening a `FlatterDict` with list values works fine if that `FlatterDict` object was created from a dict with list values. However, if that dict is converted to a plain old...
It seems txmongo is increasingly hard to support. `txmongo` cannot be imported with `pymongo >= 4` (see https://github.com/twisted/txmongo/issues/278) Even if the import issues are fixed, `txmongo` internally uses an `OP_QUERY`...
I would like to reference binary blobs larger than 16 MB in size in my uMongo documents. Seems like it should be possible to implement a sort of GridFS reference...