Skip to content

Commit a004e6f

Browse files
committed
build: update history and version
1 parent 64d24a1 commit a004e6f

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
History
33
=======
44

5+
9.0.0 (2024-12-23)
6+
------------------
7+
8+
Breaking Changes
9+
~~~~~~~~~~~~~~~~
10+
- Make matplotlib an optional dependency. It can be installed by `pip install scikit-spatial[plotting]`
11+
12+
513
8.1.0 (2024-12-23)
614
------------------
715

816
Features
917
~~~~~~~~
10-
- Add optiont to return error for line and plane of best fit.
18+
- Add option to return error for line and plane of best fit.
1119

1220

1321
8.0.0 (2024-10-03)

docs/source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sphinx==5.3.0
22
numpydoc==1.5.0
3-
scikit-spatial==8.1.0
3+
scikit-spatial[plotting]==9.0.0
44
setuptools==70.0.0
55
sphinx-bootstrap-theme==0.8.1
66
sphinx-gallery==0.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scikit-spatial"
7-
version = "8.1.0"
7+
version = "9.0.0"
88
description = "Spatial objects and computations based on NumPy arrays."
99

1010
license = { text = "BSD-3-Clause" }

0 commit comments

Comments
 (0)