File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
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+
5138.1.0 (2024-12-23)
614------------------
715
816Features
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
13218.0.0 (2024-10-03)
Original file line number Diff line number Diff line change 11Sphinx == 5.3.0
22numpydoc == 1.5.0
3- scikit-spatial == 8.1 .0
3+ scikit-spatial [ plotting ] == 9.0 .0
44setuptools == 70.0.0
55sphinx-bootstrap-theme == 0.8.1
66sphinx-gallery == 0.9.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " scikit-spatial"
7- version = " 8.1 .0"
7+ version = " 9.0 .0"
88description = " Spatial objects and computations based on NumPy arrays."
99
1010license = { text = " BSD-3-Clause" }
You can’t perform that action at this time.
0 commit comments