Benoît Vinot
Benoît Vinot
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [ ]...
Another part of #114 - Usage of GHA instead of Travis - Tests are run for Python 3 versions only - The dependencies were updated to fix some problems of...
@vincentsarago First part of #114 I only dropped the support of Python 2. As the `compat` file was useless, I also dropped it.
Hi, Here is a large proposal to update this Python package. It contains 1. The drop of Python 2 support 2. A more recent generation of the `protobuf` Python code...
With Python 3.12, a warning is emitted from the `settings.py` file. ``` grappelli/settings.py:27: SyntaxWarning: invalid escape sequence '\d' SWITCH_USER_REGEX = getattr(settings, "GRAPPELLI_SWITCH_USER_REGEX", "\d+") ``` A simple raw string solves it.
In the project https://github.com/mapbox/awesome-vector-tiles of Mapbox, this repository is marked as unmaintained. It may be useful to propose them a PR after the 2.0.0 release.
Hi, When I use your action, I get the following warning ``` Warning: The `add-path` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For...
**Describe the feature you want. What problem does it solve?** It would be great to have alternative constructors for `LineParameters` and `TransformerParameters` taking as arguments OpenDSS parameters. **Describe alternatives you've...
**Describe the feature you want. What problem does it solve?** Currently, when defining a transformer parameter, a "high voltage" and a "low voltage" are defined. When using this parameter in...
In #121, I realized several things that should be done regarding the `LineParameters` class. Here is a small list of remaining tasks - [ ] In the class method `from_geometry`,...