bsplyne 1.0.2__tar.gz → 1.0.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsplyne
3
- Version: 1.0.2
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
- ### Using pip
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, not both.
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` or `conda`:
80
+ Core dependencies are handled automatically by `pip`:
95
81
 
96
82
  - numpy
97
83
  - numba
@@ -1,7 +1,7 @@
1
1
  # bsplyne
2
2
 
3
3
  <p align="center">
4
- <img src="docs/logo.png" width="500" />
4
+ <img src="https://raw.githubusercontent.com/Dorian210/bsplyne/main/docs/logo.png" width="500" />
5
5
  </p>
6
6
 
7
7
  **bsplyne** is a Python library for working with N-dimensional B-splines, with a focus on numerical mechanics and geometry.
@@ -12,7 +12,7 @@ multi-patch B-spline structures. Visualization and export utilities (e.g. Paravi
12
12
 
13
13
  ## Installation
14
14
 
15
- ### Using pip
15
+ ### From PyPI (recommended method)
16
16
 
17
17
  Install the core library:
18
18
 
@@ -26,21 +26,7 @@ Install the library **with recommended visualization features** (additionally in
26
26
  pip install bsplyne[viz]
27
27
  ```
28
28
 
29
- > Note: choose either the core (`bsplyne`) or the visualization (`bsplyne[viz]`) installation, not both.
30
-
31
- ### Using conda (conda-forge)
32
-
33
- Install the core library:
34
-
35
- ```bash
36
- conda install -c conda-forge bsplyne
37
- ```
38
-
39
- Optional: install PyVista to enable visualization features:
40
-
41
- ```bash
42
- conda install -c conda-forge pyvista
43
- ```
29
+ > Note: choose either the core (`bsplyne`) or the visualization (`bsplyne[viz]`) installation.
44
30
 
45
31
  ### From source (development mode)
46
32
 
@@ -57,7 +43,7 @@ pip install -e .[viz] # with visualization
57
43
 
58
44
  ## Dependencies
59
45
 
60
- Core dependencies are handled automatically by `pip` or `conda`:
46
+ Core dependencies are handled automatically by `pip`:
61
47
 
62
48
  - numpy
63
49
  - numba
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bsplyne"
7
- version = "1.0.2"
7
+ version = "1.0.3"
8
8
  description = "N-dimensional B-spline library for numerical mechanics and geometry"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsplyne
3
- Version: 1.0.2
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
- ### Using pip
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, not both.
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` or `conda`:
80
+ Core dependencies are handled automatically by `pip`:
95
81
 
96
82
  - numpy
97
83
  - numba
File without changes
File without changes
File without changes
File without changes