Skip to content

Commit

Permalink
Cortex : Update to 9.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 2, 2017
1 parent e8efb8f commit 1960779
Show file tree
Hide file tree
Showing 3,948 changed files with 158 additions and 54 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion build/buildCortex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

cd `dirname $0`/../cortex-9.21.1
cd `dirname $0`/../cortex-9.22.0

mkdir -p $BUILD_DIR/doc/licenses
cp LICENSE $BUILD_DIR/doc/licenses/cortex
Expand Down
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions cortex-9.21.1/Changes → cortex-9.22.0/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
9.22.0
======

Improvements
------------

- IECore::Spline (#592) :
- Added support for the final segment of curves that require less than 4 control points.
- Simplified segment selection in solve() to handle the last segment better.
- Improved handling of curve cutoff where the control point curve is non-monotonic.
- Fixed intermediate cast to float that could have affected double computation.

9.21.1
======

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cortex-9.21.1/SConstruct → cortex-9.22.0/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ EnsureSConsVersion( 0, 97 )
SConsignFile()

ieCoreMajorVersion=9
ieCoreMinorVersion=21
ieCorePatchVersion=1
ieCoreMinorVersion=22
ieCorePatchVersion=0
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1960779

Please sign in to comment.