Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jan 31, 2025
1 parent f3cefbe commit 6e4e255
Show file tree
Hide file tree
Showing 25 changed files with 580 additions and 502 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

All notable changes to this project will be documented in this file.


===================================================================================
# Development Version

## Changes and Fixes
- general code cleanup with pylint.



Expand All @@ -19,14 +22,13 @@ Changes that will break existing code and need active thinking and some work to

## New/Revised Examples
```
```

## To Do
- fix trasform in image.tomesh() is not transmitted to mesh


### Broken Examples
#### (Internal) Broken Examples
Examples that are not fully functional and need some fixing:
```
markpoint.py (misplaced leader indicator)
Expand Down Expand Up @@ -59,7 +61,7 @@ streamlines1.py




===================================================================================

# Version 2024.5.3

Expand Down Expand Up @@ -131,10 +133,7 @@ tests/snippets/test_elastic_pendulum.py
```






===================================================================================
# Version 2024.5.2

## Changes and Fixes
Expand Down Expand Up @@ -195,7 +194,7 @@ tests/issues/issue_1077.py
```



===================================================================================
# Version 2024.5.1

## Changes and Fixes
Expand Down Expand Up @@ -322,7 +321,7 @@ tests/snippets/test_compare_fit1.py
```



===================================================================================
# Version 2023.5.0

## Main changes
Expand Down Expand Up @@ -407,7 +406,7 @@ examples/other/flag_labels1.py
```



===================================================================================
# Version 2023.4.5

## Main changes
Expand Down
2 changes: 2 additions & 0 deletions tests/pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ vedo --convert data/290.vtk --to ply && vedo data/290.ply
# NOTEBOOKS ###################################################################
cd $VEDODIR/examples/notebooks/
jupyter notebook > /dev/null 2>&1
# test colab
https://colab.research.google.com/drive/

##########################
# Check on OSX and Windows
Expand Down
Loading

0 comments on commit 6e4e255

Please sign in to comment.