Skip to content

Commit 4597088

Browse files
Version 1.2.1
1 parent 29da272 commit 4597088

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
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+
820
v1.2.0
921
------
1022
Release date: 10-02-2025

geoclide/constante.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from geoclide.mathope import gamma_f32, gamma_f64
55
import math
66

7-
VERSION = '1.2.0'
7+
VERSION = '1.2.1'
88

99
GAMMA2_F32 = gamma_f32(2)
1010
GAMMA3_F32 = gamma_f32(3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=42"]
44

55
[project]
66
name = "geoclide"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
license = {file = "LICENSE.txt"}
99
description = "The python package for geometric calculations in the three-dimentional Euclidian space"
1010
authors = [

0 commit comments

Comments
 (0)