Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jun 16, 2024
1 parent dba974d commit a823438
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
- fix add tolerance to contains #1105 by @JeffreyWardman
- fix minor bug in RoundedLine #1104 by @PinkMushroom
- fix avoid overwriting screenshots with "S" key #1100 by @j042
- add support for `meshlib`
- add more kw options to `core.probe()`
- add support for `meshlib` in https://doc.meshinspector.com/index.html
- add more keyword options to `core.probe()` method
- increase precision in writing obj files as per #1119 by @ManuGraiph
- add `plotter.freeze()` to freeze interaction of current renderer in #1122 by @sergei9838
- add class `addons.ButtonWidget` to address issue #1138
Expand Down
3 changes: 2 additions & 1 deletion tests/pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export VEDOLOGFILE=$VEDODIR/output_vedo_test.txt

cd $VEDODIR
pip install -q -e .
pip install treelib
pip install scikit-image
pip install scikit-learn
pip install nevergrad -U
Expand Down Expand Up @@ -177,7 +178,7 @@ cd $VEDODIR
# check version and status
code vedo/version.py
git status
git commit -am '...'
git commit -am 'pre release'
git push

# upload to pypi
Expand Down
2 changes: 1 addition & 1 deletion vedo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_version = '2024.5.1+dev19'
_version = '2024.5.2'

0 comments on commit a823438

Please sign in to comment.