Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
longavailable committed Dec 10, 2024
1 parent df20ff7 commit e9ab5e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors:
given-names: Meixiu
orcid: https://orcid.org/0000-0001-6155-8890
type: software
version: 0.1.7
date-released: 2024-11-27
version: 0.1.8
date-released: 2024-12-10
doi: 10.5281/zenodo.3960405
license: MIT
repository-code: https://github.com/longavailable/voronoi-diagram-for-polygons
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ Easily, you can import it to

- Enhance the applicability to geometry coordinate system (GCS). [#10](https://github.com/longavailable/voronoi-diagram-for-polygons/issues/10#issue-2696433193).
- Refactor `dropHoles()` by [jwardbond](https://github.com/jwardbond).

### v0.1.8

By [jwardbond](https://github.com/jwardbond)

- Update `densify_polygons()` to keep the original columns.

- Automate code formatting with [ruff](https://docs.astral.sh/ruff/) and configure it using `pyproject.toml`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.1.7'
__version__ = '0.1.8'

from setuptools import setup, find_packages

Expand Down

0 comments on commit e9ab5e2

Please sign in to comment.