Skip to content

Commit e9ab5e2

Browse files
committed
v0.1.8
1 parent df20ff7 commit e9ab5e2

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
given-names: Meixiu
1111
orcid: https://orcid.org/0000-0001-6155-8890
1212
type: software
13-
version: 0.1.7
14-
date-released: 2024-11-27
13+
version: 0.1.8
14+
date-released: 2024-12-10
1515
doi: 10.5281/zenodo.3960405
1616
license: MIT
1717
repository-code: https://github.com/longavailable/voronoi-diagram-for-polygons

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ Easily, you can import it to
179179

180180
- Enhance the applicability to geometry coordinate system (GCS). [#10](https://github.com/longavailable/voronoi-diagram-for-polygons/issues/10#issue-2696433193).
181181
- Refactor `dropHoles()` by [jwardbond](https://github.com/jwardbond).
182+
183+
### v0.1.8
184+
185+
By [jwardbond](https://github.com/jwardbond)
186+
187+
- Update `densify_polygons()` to keep the original columns.
188+
189+
- Automate code formatting with [ruff](https://docs.astral.sh/ruff/) and configure it using `pyproject.toml`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.1.7'
2+
__version__ = '0.1.8'
33

44
from setuptools import setup, find_packages
55

0 commit comments

Comments
 (0)