Skip to content

Commit f9a8afe

Browse files
Merge pull request #283 from cgre-aachen/dev_gemgis3
Dev gemgis3
2 parents 5506a63 + a215663 commit f9a8afe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Alexander Juestel'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.0.10'
27+
release = '1.0.11'
2828
version = release
2929

3030
# -- GemGIS configuration ---------------------------------------------------

gemgis/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
__affiliations__ = 'CGRE - RWTH Aachen University'
2020

21-
__version_date__ = '2023-06-15'
21+
__version_date__ = '2023-06-20'
2222

23-
__version__ = '1.0.10'
23+
__version__ = '1.0.11'
2424

25-
__changelog__ = """What is new in version 1.0.10:
25+
__changelog__ = """What is new in version 1.0.11:
2626
2727
2828

gemgis/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4634,7 +4634,7 @@ def resample_between_well_deviation_points(coordinates: np.ndarray) -> np.ndarra
46344634

46354635

46364636
def get_points_along_spline(spline: pv.core.pointset.PolyData,
4637-
dist: np.ndarray) -> pv.core.pyvista_ndarray.pyvista_ndarray:
4637+
dist: np.ndarray):
46384638
"""Return the closest point on the spline a given a length along a spline.
46394639
46404640
Parameters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
version = '1.0.10'
4+
version = '1.0.11'
55

66
# Loading Readme for Description on PyPi
77
this_directory = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)