Skip to content

Commit

Permalink
Prepare for 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jul 3, 2023
1 parent 85c80e3 commit be67cd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.3.3 (2023-07-03)
------------------

- Fix error when JenksNaturalBreaks is instanced with n_classes=1 and raise error if n_classes is not a positive integer (fix #28).

0.3.2 (2022-11-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion jenkspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "0.3.2"
__version__ = "0.3.3"

from .core import jenks_breaks
from .core import _jenks_matrices
Expand Down

0 comments on commit be67cd6

Please sign in to comment.