File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424author = 'Alexander Juestel'
2525
2626# The full version, including alpha/beta/rc tags
27- release = '1.0.10 '
27+ release = '1.0.11 '
2828version = release
2929
3030# -- GemGIS configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4634,7 +4634,7 @@ def resample_between_well_deviation_points(coordinates: np.ndarray) -> np.ndarra
46344634
46354635
46364636def 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
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22from os import path
33
4- version = '1.0.10 '
4+ version = '1.0.11 '
55
66# Loading Readme for Description on PyPi
77this_directory = path .abspath (path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments