diff options
| author | Bryan Galdrikian <[email protected]> | 2019-07-15 21:28:41 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2019-07-15 21:28:41 -0700 |
| commit | 9e911235772cb122b44b3a55a3f796072098ce04 (patch) | |
| tree | bd8a0e6199eb35364883dffc2f2f69a2b20078fe /docs/api_docs/files/pagereleasenotes.html | |
| parent | Hierarchy optimization bugfixes and improvements (diff) | |
| download | blast-1.1.5_pre3.tar.xz blast-1.1.5_pre3.zip | |
Padding bounds when determining chunks from islands, allows nearby chunks generated this way to be merged with uniteChunks.v1.1.5_pre3
Fixing bug when removing original chunks in uniteChunks function.
Diffstat (limited to 'docs/api_docs/files/pagereleasenotes.html')
| -rwxr-xr-x | docs/api_docs/files/pagereleasenotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html index 626092e..743d8d4 100755 --- a/docs/api_docs/files/pagereleasenotes.html +++ b/docs/api_docs/files/pagereleasenotes.html @@ -32,12 +32,14 @@ Changes * Extensions API refactored to eliminate use of Px types. * Numerous API changes to meet new coding conventions. * Packman package manager updated to v. 5.7.2, cleaned up dependency files. +* Chunks created from islands use padded bounds to determine connectivity. New Features ------------ * Authoring tools: * Ability to pass chunk connectivity info to uniteChunks function, enabling chunks split by island detection to be united. * Option to remove original merged chunks in uniteChunks function. + * The function uniteChunks allows the user to specify a chunk set to merge. Chunks from that set, and all descendants, are considered for merging. Bug fixes --------- |