Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions 11 CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
==================================================================
CHANGES FROM 0.6-alpha2 to 0.6-beta
- massive examples clean-up and fixes
- improvements to the KBE subpackage
- fixes and improvements to the viewer
- updated trait support tu 4.3
- removed outdated 3d graphic
- webgl renderer fixes and improvements
- DYN additions and fixes
- fixes/improvements to the Utils subpackage

==================================================================
CHANGES FROM 0.6-alpha to 0.6-alpha2
- fixed GEOM Sketecher wrapper
Expand Down
2 changes: 1 addition & 1 deletion 2 cmake/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.6dev"
VERSION = "0.6-beta"
2 changes: 1 addition & 1 deletion 2 src/wrapper/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# VARIABLES
#===============================================================================

VERSION = '0.6-alpha2' # Define pythonOCC version
VERSION = '0.6-beta' # Define pythonOCC version
GEOM_RELEASE = 'geom-6.3.1.8' # located in /src/contrib/
SMESH_RELEASE = 'smesh-5.1.2.2' # located in /src/contrib
#===============================================================================
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.