File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ 10.4.0.0a1 (relative to 10.3.2.1)
2+ ==========
3+
4+ Improvements
5+ ------------
6+
7+ - IECoreUSD : Added support for version 22.03 (#1245).
8+ - IECoreMaya : Added support for Maya 2022 and Python 3 (#1235).
9+ - IECoreNuke : Added support for Python 3 (#1238).
10+ - IECoreHoudini : Added support for Houdini 19 and Python 3 (#1242).
11+ - Python : Added support for Python 3.9 in addition to 3.7 (#1229).
12+
13+ Breaking Changes
14+ ----------------
15+
16+ - OpenImageIO : Updated required version to 2.3 (#1246, #1230).
17+ - Alembic : Dropped support for Alembic versions prior to 1.6 (#1240).
18+ - IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
19+ - StringAlgo : Removed `join()` (#1221).
20+
12110.3.3.0 (relative to 10.3.2.1)
222========
323
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858ieCoreMajorVersion = 4 # backwards-incompatible changes
5959ieCoreMinorVersion = 0 # new backwards-compatible features
6060ieCorePatchVersion = 0 # bug fixes
61- ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
61+ ieCoreVersionSuffix = "a1 " # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
6363###########################################################################################
6464# Command line options
You can’t perform that action at this time.
0 commit comments