Skip to content

Commit

Permalink
Bumped version to 2.0.7 and added Changelog to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman110 committed Nov 21, 2013
1 parent 6059973 commit 2c16406
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
project (TIGL)
set(TIGL_VERSION_MAJOR 2)
set(TIGL_VERSION_MINOR 0)
set(TIGL_VERSION_PATCH 6)
set(TIGL_VERSION_PATCH 7)
set(TIGL_VERSION "${TIGL_VERSION_MAJOR}.${TIGL_VERSION_MINOR}.${TIGL_VERSION_PATCH}")

set(TIGL_ADD_INCLUDE_PATH "" CACHE PATH "Additional include path for package search")
Expand Down
32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version 2.0.7
---------------
TiGL:
- Implementation of far fields
- More work on STEP and IGES export. The geometry is now exported as faces instead of solids in the STEP export.
- Verification of airfoils during CPACS loading, this fixes twisted wing segments for some CPACS files
- Improved modelling of leading and trailing edge
- New Logging Framework

-New API functions:
- tiglWingGetSegmentEtaXsi, to transform global x,y,z coordinates into wing segment coordinates
- tiglExportFusedSTEP, exports the trimmed/fused geometry as a step file
- tiglWingComponentSegmentGetMaterialUID, to get the material UID at a point of the component segment
- tiglWingComponentSegmentGetMaterialThickness, to get the material thickness at a point of the component segment
- tiglWingComponentSegmentGetMaterialCount, to get the number of materials defined at a point of the component segment
- tiglLogSetFileEnding, tiglLogSetTimeInFilenameEnabled, tiglLogToFileDisabled,
tiglLogToFileEnabled, tiglLogToFileStreamEnabled, to modify logging settings

-Changed API:
- replaced tiglWingComponentSegmentGetMaterialUIDs with
tiglWingComponentSegmentGetMaterialUID and tiglWingComponentSegmentGetMaterialCount

-Fixes:
- fixed a bug in tiglWingComponentSegmentGetSegmentIntersection

TiGLViewer:
- Loading of HOTSOSE mesh files
- Auto-reload of non-CPACS files
- Improved display of airfoils
- Improved error dialogs


Version 2.0.6
---------------
TiGL:
Expand Down

0 comments on commit 2c16406

Please sign in to comment.