Stefan van der Walt
Stefan van der Walt
In the meantime, in the hook file: ``` import sys from bento.commands import hooks @hooks.post_configure def post_configure(context): if sys.platform == "win32": context.waf_context.options.check_cxx_compiler = "msvc" else: context.waf_context.options.check_cxx_compiler = "g++" context.waf_context.load("compiler_cxx") ```
@N-Coder We would love to see a release for this on PyPi (an alpha or beta release would do), since one of our packages depends on it. Is there anything...
> * We are breaking the serialization from v0.7 in a very bad way, i.e. previously serialziation was done via `str(calendar)`, but that behaviour proved to be problematic (see [[WIP]...
I think 0.8.0dev0 etc. is pretty common. See, e.g., https://pypi.org/project/yaml2ics/, which is based on ics-py :) @tupui You've done this recently, any advice?
This was originally reported as https://github.com/networkx/networkx/issues/4663
That's great; thanks for the update @peternowee!
Admittedly, this was not on my radar until I saw the issue yesterday. I went and had a look at the paper, and while it looks interesting, the only example...
There's still interest in this issue, but I don't believe anyone is working on it actively.
(Aside: my interest is in getting SciPy to support sparse arrays, so that packages like this one can depend on that structure internally, and so that we can eventually remove...
About the CSD format, is this described in any publication, or was this designed here? Has it been compared to alternative storage options, such as ECCS (https://ieeexplore.ieee.org/abstract/document/1252859/)? Does it outperform...