Commit 52c07c7 1 parent f18961f commit 52c07c7 Copy full SHA for 52c07c7
File tree 2 files changed +21
-1
lines changed
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
+
1
21
10.3.3.0 (relative to 10.3.2.1)
2
22
========
3
23
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
58
58
ieCoreMajorVersion = 4 # backwards-incompatible changes
59
59
ieCoreMinorVersion = 0 # new backwards-compatible features
60
60
ieCorePatchVersion = 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.
62
62
63
63
###########################################################################################
64
64
# Command line options
You can’t perform that action at this time.
0 commit comments