Thijs Baaijen
Thijs Baaijen
Hi there, Would it be possible to suppress the `ReducedFunctionalityWarning`? https://github.com/networkit/networkit/blob/2aaa0eecc82560c0d6b212e494706a23497dc8ea/networkit/simulation.pyx#L11-L14 If I understand correctly, I think it is only relevant when using `EpidemicSimulationSEIR.getData()` https://github.com/networkit/networkit/blob/2aaa0eecc82560c0d6b212e494706a23497dc8ea/networkit/simulation.pyx#L65 The warning is now raised...
I'm having trouble pasting text into empty notes. Somehow, it's very hard to trigger the context menu to show up with a long press on an empty content block. It's...
**Describe the issue or bug** I have a pandas dataframe (loaded from a .RDS file) with a column that contains the following types: - bool (True/False) - rpy2.rinterface_lib.sexp.NALogicalType (NA) With...
Is it possible to switch to a rolling release system, so that e.g. every merge into `main` automatically results in a new release? We could also use Semantic Versioning to...
* django-lock-tokens version: 0.2.5 * Django version: 1.11.23 * Python version: 3.6.7 * Operating System: linux ### Description I use `LockableModelAdmin` without any custom modifications. Right now the admin works...
Hi there, I would like to suggest adding some extra documentation on using LOAD CSV on large datasets where filtering is required. I stumbled upon this when upgrading old Neo4j...
It would be nice if the numpy dtypes of the of the PGM input and output arrays are directly accessible. This would make it easier to extend PGM arrays (e.g....
Hi, Is is possible to create a new release? Or what is blocking it? Seems like support for numpy 2.0 has already been merged into the master branch. Would be...