Philipp Rudiger

Results 111 issues of Philipp Rudiger

Removes deprecated `Parameterized` methods which were moved onto the `.param` accessor.

Implements https://github.com/holoviz/param/issues/408

Adds `param.bind` function which acts like `functools.partial` but evaluates the current value of a parameter. - [ ] Add tests - [ ] Add docs - [ ] Decide whether...

In https://github.com/pyviz/param/pull/343 I fixed a bug that caused triggered events to get dropped when in batched mode. Due to time constraints and complexity I didn't fix another issue that cropped...

type-bug
component: depends/watch

When trying to inspect the signature of a ParameterizedFunction I usually want to see the arguments as well as the parameters. However currently the signature only shows the parameters and...

doc
type-feature
status: discussion

The current quickstart guide is good at explaining what param is for but does not do a great job introducing users to some of the most important concepts. I'd love...

doc

This behavior just bit me. Anyone have a clue why this would be happening? Test case: ``` import param class A(param.Parameterized): a = param.Number(default=10) def __init__(self, **params): super(A, self).__init__(**params) print...

type-bug
status: duplicate
component: type/value stuff
API breaking

The spatial indexing in spatialpandas is using the `hilbertcurve` package. The implementation is a tiny package of about ~150 lines of code, which is currently MIT licensed. Since this is...

enhancement

A user just posted these instructions for installing without conda, we should clean them up and document them properly: ``` # Install GDAL and Geopandas !apt install gdal-bin python-gdal python3-gdal...

type: docs

The Geometry user guide should have examples for loading different types of formats, including but not limited to: * WKT * GeoJSON * shapefiles

type: docs