forked from Azure/azure-batch-maya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
70 lines (49 loc) · 1.85 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2017.10.16 v0.15.1
------------------
- Added back pathlib dependency that was mistakenly removed.
2017.10.12 v0.15.0
------------------
- Updated dependencies azure-batch (4.0.0) and azure-batch-extensions (1.0.1)
- Better support for unicode
- Some fixes for render-specific asset detection:
- Filter out empty path references
- Correctly detect numbered volume cache data sets
- Removed older Arnold 'dso' volume reference
2017-09-26 v0.14.0
------------------
- Support for Maya2017 Update4 and tentatively for Maya2018
- Fix for crash when "threads" option is missing from config .ini file
- Various test and .sln level fixes
2017-09-14 v0.13.0
------------------
- Fix incorrect dependency install type for concurrent.futures
2017-09-10 v0.12.0
------------------
- VRay Preview support in license picker for pools, Batch accounts will require whitelisting
2017-09-07 v0.11.0
------------------
- Support for V-ray for Maya
- Dependency on new Batch Extensions module
- Fixed asset file limitation
2017-07-05 v0.10.0
------------------
- Exposed low priority VM allocation for pools
- Exposed thread configuration for uploads/downloads/task submission
- Added coloured label to confirm successful authentication
- Fixed some bugs in job status loading
2017-06-23 v0.9.3
-----------------
- Added threading to output downloads
- Added threading to task submission
- Made task counting for job detail display load asynchronously
2017-06-12 v0.9.2
-----------------
- Fixed bug in OS detection of Job Watcher
- Updated VM Image references
2017-05-24 v0.9.1
-----------------
- Expanded Pool display UI to show pools created via the Azure portal
- Fixed bug where Pool couldn't be displayed if created with a non-current image
2017-05-23 v0.9.0
-----------------
- Core re-written to use latest Azure Batch Python SDK and Batch Extensions template files.