- Check size of integer values given to jenks_breaks function to avoid Segfault when casting to C double (fixes #23).
- Raise an error (instead of printing a warning) when target array contains non-finite values (fixes #23).
- Raise an error when the target numpy.ndarray is not one-dimensional (fixes #25).
- Improve implementation of JenksBreakValues C function by using better variable naming and by simplifying the construction of the 'breaks' array (should, at least partly, fix #22).
- Add docstrings to JenksNaturalBreaks methods.
See also https://pypi.org/project/jenkspy/0.2.3/#files.