File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 # #
66 ###########################
77
8+ v1.2.1
9+ ------
10+ Release date: 13-02-2025
11+
12+ * Correction in vec2ang function
13+ - small correction in the docstring
14+ - correct a bug appearing when the parameter v is not a normalized vector
15+ - add the missing default value of the parameter vec_view
16+
17+ * Add tests enabling to detect the corrected bug
18+
19+
820v1.2.0
921------
1022Release date: 10-02-2025
Original file line number Diff line number Diff line change 44from geoclide .mathope import gamma_f32 , gamma_f64
55import math
66
7- VERSION = '1.2.0 '
7+ VERSION = '1.2.1 '
88
99GAMMA2_F32 = gamma_f32 (2 )
1010GAMMA3_F32 = gamma_f32 (3 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["setuptools>=42"]
44
55[project ]
66name = " geoclide"
7- version = " 1.2.0 "
7+ version = " 1.2.1 "
88license = {file = " LICENSE.txt" }
99description = " The python package for geometric calculations in the three-dimentional Euclidian space"
1010authors = [
You can’t perform that action at this time.
0 commit comments