Jonas Hörsch

Results 39 issues of Jonas Hörsch

- [ ] For adding/removing components as with `add` and `madd` in PyPSA - [ ] Plotting a map of the network (maybe)

Depends on #2 . Provide some sort of connector type that inherits from an PowerModels abstract super-type and intercept the dispatch of PowerModels `ref`, `var` and `con` to plug in...

Tests run fine. The extra pyarrow dependency should not hurt, since arrow is already a requirement for polars (and soon also pandas), while pandas is only the python frontend in...

## Description of changes Makes use of `weakref.finalizer`s to release the cached table automatically when the cached table (or more precisely its `.op()`) is garbage collected. ```python In [1]: import...

feature
ux

### What happens? When trying to fill in null values in a small table with linear interpolation, then a fatal error ``` INTERNAL Error: Failed to bind column reference "limit_rownum"...

reproduced

## Describe the feature you'd like to see The java dependency that duke pulls in seems to make powerplantmatching for especially Windows users difficult to develop and there were discussions...

## Changes proposed in this Pull Request Minimal refactoring to re-use the grouping_years validation also for power. And fix a wrong indent. ## Checklist - [x] I tested my contribution...

## Describe the feature you'd like to see [tqdm-loggable](https://github.com/tradingstrategy-ai/tqdm-loggable) is a drop-in wrapper for tqdm which detects running non-interactively and then pushes progress updates at low frequency through the log...

enhancement