Sylvain Leclerc
Sylvain Leclerc
Note that this will probably require to add some information about the enum type in the series metadata, in order to know which categorical type to use on python side.
Yes, I'm aware this issue will not solve all the issues you described in #298 , in particular it will not provide type information for the underlying C API. It...
Implemented in #475
Started in #408, using `util.dataframe_from_string` method
The difficulty to implement this is that in general the platform config is read: - only once - very early at execution time Today, it's not obvious for an application...
A consequence of the above thoughts: if we go for the "settable path" approach, we should allow it only as long as config has not been read, and throw an...
@annetill @miovd @geofjamg @EtienneLt After discussion: it appears it is "known" that the bus-branch export is not supported --> we should remove completely the support for that export parameter Is...
**Another, simpler approach to be tested:** the main bottleneck in current implementation seems to be that `CollectionDeserializer` is not cacheable. We could replace its use by a raw parser-based implementation...
See current benchmark code on branch [parsing-benchmark](https://github.com/powsybl/powsybl-core/tree/parsing-benchmark), for further testing.
I think it should work and be easy to implement by implementing pickling via XIIDM serialization. Actually, so far, there is no other way to deep copy a network, even...