-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Loop3D/loopstructural-visualisation
- Loading branch information
Showing
4 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.1.2](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.1...v0.1.2) (2024-05-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update pypi to remove username and pw ([c8d1b43](https://github.com/Loop3D/loopstructural-visualisation/commit/c8d1b430443a2c454b5aeeff3f2099f8d5a3a978)) | ||
|
||
## [0.1.1](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.0...v0.1.1) (2024-05-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* trigger release ([fc6a70f](https://github.com/Loop3D/loopstructural-visualisation/commit/fc6a70fc18ecd43fedd7a3f3d8d717ae790800e7)) | ||
|
||
## 0.1.0 (2024-05-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adding _2d_viewer file ([099c43c](https://github.com/Loop3D/loopstructural-visualisation/commit/099c43c693fb7f5e3c3f1cee587e80c12694411b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# loopstructural-visualisation | ||
Visualisation module for LoopStructural | ||
|
||
A LoopStructural interface for pyvista's Plotter class. | ||
|
||
|
||
To install `pip install loopstructuralvisualisation` or for a jupyter notebook environment (including the pyvista[jupyuter] dependencies) `pip install loopstructuralvisualisation[jupyter]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.0" | ||
__version__ = "0.1.2" |