Releases: PHASTA/vtkpytools
Releases · PHASTA/vtkpytools
1.1.0 - Boundary Layer Calculations release
Primary addition is the bl
module with it's boundary layer calculation tools (#10).
Also refactor to create the numtools
module (in #61).
Features
- feat: Add regex capability to globFile, bar2vtk (#57)
- feat: Calculation for Boundary Layer Statistics (#10)
- feat: Implement pwlinRoots for roots of discrete data (#61)
Fixes
- docs(bar2vtk): Update outpath help message regarding cwd (#56)
- fix(bar2vtk): Fully implement bar2vtk regex globing (#58)
Misc
- chore: Update master version to 1.0.dev0
- chore: Update setup.py with install dependencies
1.0.0 - Major Improvements (toml files, testing, etc)
Many improvements and bug fixes.
Features
- feat(gridtools3d): Allow for TetWedge mixed mesh topologies (#46)
- feat(bar2vtk): Add toml support (#49)
- Running
bar2vtk
will now add a "receipt" file in the form of a toml file that tracks all the related parameters used to create the file bar2vtk
will also now now take a toml file as input instead of just the command line
- Running
- test: Implement testing framework (#54)
- Added testing framework using
pytest
- Tests added for examples and a few functions
- Added testing framework using
Fixes
- fix: getGeometricSeries outputs geometric progression (#41)
- fix: rotateTensor output 2d array for size 9 arrays (#42)
- fix(geomSeries): Force endpoint to max value (#43)
- fix(bar2vtk): Remove incorrect TKE calculation (#44)
- doc: Fix readme in example/bar2vtk (#45)
Misc
0.3.0 - Mixed 3D Mesh Creation
Features:
- feat: Add function for creating 3D grids (#36)
0.2.0 - Mixed 2D grid, Calc Strain Rate
0.1.1
0.1.0 - Misc Features
Several fixes and important features:
Features:
- Add functions for changing coordinate system of data by rotating it (#20)
- Added
ascii
flag tobar2vtk
utility (#17) - Add wall vector override to
sampleDataBlockProfile
(#19)
Refactors:
- Changed the name of the
bar2vtk
module tobarfiletools
(#21)- To reduce confusion between the module and utility named
bar2vtk
- To reduce confusion between the module and utility named
bar2vtk
utility was refactored and moved general functions tocommon
(#18)
Bug Fixes:
0.0.2 - Initial Release
Initial release. Everything here should be stable.