bsplyne 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bsplyne-1.0.2.dist-info → bsplyne-1.0.3.dist-info}/METADATA +5 -19
- {bsplyne-1.0.2.dist-info → bsplyne-1.0.3.dist-info}/RECORD +5 -5
- {bsplyne-1.0.2.dist-info → bsplyne-1.0.3.dist-info}/WHEEL +0 -0
- {bsplyne-1.0.2.dist-info → bsplyne-1.0.3.dist-info}/licenses/LICENSE.txt +0 -0
- {bsplyne-1.0.2.dist-info → bsplyne-1.0.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsplyne
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: N-dimensional B-spline library for numerical mechanics and geometry
|
|
5
5
|
Author-email: Dorian Bichet <dbichet@insa-toulouse.fr>
|
|
6
6
|
Project-URL: Homepage, https://github.com/Dorian210/bsplyne
|
|
@@ -35,7 +35,7 @@ Dynamic: license-file
|
|
|
35
35
|
# bsplyne
|
|
36
36
|
|
|
37
37
|
<p align="center">
|
|
38
|
-
<img src="docs/logo.png" width="500" />
|
|
38
|
+
<img src="https://raw.githubusercontent.com/Dorian210/bsplyne/main/docs/logo.png" width="500" />
|
|
39
39
|
</p>
|
|
40
40
|
|
|
41
41
|
**bsplyne** is a Python library for working with N-dimensional B-splines, with a focus on numerical mechanics and geometry.
|
|
@@ -46,7 +46,7 @@ multi-patch B-spline structures. Visualization and export utilities (e.g. Paravi
|
|
|
46
46
|
|
|
47
47
|
## Installation
|
|
48
48
|
|
|
49
|
-
###
|
|
49
|
+
### From PyPI (recommended method)
|
|
50
50
|
|
|
51
51
|
Install the core library:
|
|
52
52
|
|
|
@@ -60,21 +60,7 @@ Install the library **with recommended visualization features** (additionally in
|
|
|
60
60
|
pip install bsplyne[viz]
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
> Note: choose either the core (`bsplyne`) or the visualization (`bsplyne[viz]`) installation
|
|
64
|
-
|
|
65
|
-
### Using conda (conda-forge)
|
|
66
|
-
|
|
67
|
-
Install the core library:
|
|
68
|
-
|
|
69
|
-
```bash
|
|
70
|
-
conda install -c conda-forge bsplyne
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
Optional: install PyVista to enable visualization features:
|
|
74
|
-
|
|
75
|
-
```bash
|
|
76
|
-
conda install -c conda-forge pyvista
|
|
77
|
-
```
|
|
63
|
+
> Note: choose either the core (`bsplyne`) or the visualization (`bsplyne[viz]`) installation.
|
|
78
64
|
|
|
79
65
|
### From source (development mode)
|
|
80
66
|
|
|
@@ -91,7 +77,7 @@ pip install -e .[viz] # with visualization
|
|
|
91
77
|
|
|
92
78
|
## Dependencies
|
|
93
79
|
|
|
94
|
-
Core dependencies are handled automatically by `pip
|
|
80
|
+
Core dependencies are handled automatically by `pip`:
|
|
95
81
|
|
|
96
82
|
- numpy
|
|
97
83
|
- numba
|
|
@@ -6,8 +6,8 @@ bsplyne/multi_patch_b_spline.py,sha256=zPL4hax-otlRSVft7SteQiWbjk5qN3q-AsG-rAtqP
|
|
|
6
6
|
bsplyne/my_wide_product.py,sha256=JqFy2s3ks0wKf4iq22NyzrZo-3Uo7ita-r6fGcGEfEE,5678
|
|
7
7
|
bsplyne/parallel_utils.py,sha256=M0Tuy8wA3AYltsnr_iYOnREWRGZnPxavq9cpWaEC_lU,15326
|
|
8
8
|
bsplyne/save_utils.py,sha256=DgIWoLmka75AprbSQnZwAUA0ox2winSOmW9UNBeFU_s,5032
|
|
9
|
-
bsplyne-1.0.
|
|
10
|
-
bsplyne-1.0.
|
|
11
|
-
bsplyne-1.0.
|
|
12
|
-
bsplyne-1.0.
|
|
13
|
-
bsplyne-1.0.
|
|
9
|
+
bsplyne-1.0.3.dist-info/licenses/LICENSE.txt,sha256=NuJeFieCkXCWPQlUUkzn5TrngzZmXp09-Q8fk15_r6A,3196
|
|
10
|
+
bsplyne-1.0.3.dist-info/METADATA,sha256=oIblwsVhJE46z1LsVbJtQzkSAI4Nvb9iGyiO-lMf3Rs,4356
|
|
11
|
+
bsplyne-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
12
|
+
bsplyne-1.0.3.dist-info/top_level.txt,sha256=Mwj9pTQb41GC_guOzmpvMcdkXeeAIWF6VtZcXghgx0c,8
|
|
13
|
+
bsplyne-1.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|