Releases: MathOnco/HAL
Releases · MathOnco/HAL
1.2.0beta
I'm pretty sure that this release is production ready. please download it, try the new features, and let me know if anything isn't working as you would like it to
bugfixes:
- sometimes recursive agent search inquiries would cause HAL to run out of memory. this was fixed by limiting the number of agent search iterators that HAL stores internally.
- removed hacky logic in SphericalAgent2D that was supposed to prevent cells from stacking. just be careful not to put cells directly on top of each other when using this class unless you intend to do so!
- Removed MultinomialCalc probability sum test which would sometimes stop the program on probability sums that were very close to 1.
features:
- added new GridView class to the Gui folder! this allows a user to make a view of part of a UIGrid and treat it as its own UIGrid! very useful if you want to put multiple displays on the same UIGrid.
- Added the option to make Voxels and Cubes in the OpenGL3DWindow class!
- Added DrawAlpha function to the OpenGL3DWindow class, which will draw transparent objects in the correct order so that clouds of objects can be visualized.
- Added a WeibuillDist sampler (thanks Rebecca) to the Rand object
- Added a Jet Heatmap function to provide matlab's favorite colormap
Beta of new features added to HAL over past year
A few changes to the last stable version of HAL. These include:
- Updates to neighborhood queries
- Updates to multinomial function
- Updates to multiwell modeling functionality
- Some updates to README and documentation
- Move function now present in PopulationGrid
- Added improved examples
Version 1.1.0
Version 1.0.1
Fixed the SwapPositions function
Version 1.0.0!
The "first" release of HAL with version numbers. the version presented here is well tested and stable