Pål Grønås Drange
Pål Grønås Drange
**Please verify that the error is present in the most recent revision before reporting.** **Chapter number or note title:** D.4 Saving Time: More Monotoniticy **Page number:** D 7 **Error description:**...
The PyPI package for [scikit-learn](https://scikit-learn.org/) is called [`scikit-learn`](https://pypi.org/project/scikit-learn/) and not `sklearn`.
I suggest you use [`setuptools_scm`](https://github.com/pypa/setuptools_scm/) to automatically align `__version__` in the Zincbase module with the `version` property of the package to the git tags.
It would be great to have dashed and dotted stroke types. I very often make manual dashed geometric figures, and they are a pain to undo since every small piece...
```python npyscreen.eveventhandler.EventHandler.add_event_hander ``` should be called ```python npyscreen.eveventhandler.EventHandler.add_event_handler ```
# Bug Report ## Description The Python implementation in the stable marriage chapter is worst case _ϴ(n³)_, but should be _O(n²)_. I have attached an alternative implementation that runs in...
## Description Whenever we load an undirected graph from file, we get a warning that `{0} mutual edges removed`, even if it is actually 0 edges, meaning no mutual edges...