Skip to content

Commit d856ea9

Browse files
committed
Bumped version to 8.2.0 and updated Changes file.
1 parent 8213257 commit d856ea9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Changes

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 8.2.0
2+
3+
#### IECore
4+
5+
- Fixed potential platform independence problem when writing unsigned ints in StreamIndexedIO.
6+
- Optimised StreamIndexedIO memory usage. Reductions range between 20% and 70% for a selection of production assets.
7+
- Fixed an off-by-one error in DeepImageConverter.
8+
9+
#### IECorePython
10+
11+
- Introduced an improved wrapping mechanism with reduced overhead for non-subclassed instances. Deprecated existing wrapping mechanism.
12+
- Added RefCounted equality, inequality and __hash__ bindings based on the address of the underlying C++ object. Previously these methods were implemented with respect to the address of the python object, but several python objects could refer to the same C++ object.
13+
14+
#### IECoreHoudini
15+
16+
- Fixed problems initialising defaultObjectPoolCache during plugin load.
17+
- Fixed bug in HoudiniScene with flat geo but no / prefix.
18+
19+
#### IECoreMaya
20+
21+
- Switching to component mode on scene shapes now behaves the same as procedural holders.
22+
- The create locator functions in FnSceneShape now return the locators they created.
23+
24+
#### Build
25+
26+
- Fixed compilation errors on Linux Mint 16.
27+
128
# 8.1.0
229

330
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
5151
SConsignFile()
5252

5353
ieCoreMajorVersion=8
54-
ieCoreMinorVersion=1
54+
ieCoreMinorVersion=2
5555
ieCorePatchVersion=0
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

0 commit comments

Comments
 (0)