Skip to content

Releases: MathOnco/HAL

1.2.0beta

12 May 18:19
Compare
Choose a tag to compare
1.2.0beta Pre-release
Pre-release

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

11 May 18:40
7f61116
Compare
Choose a tag to compare

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

04 Apr 18:45
Compare
Choose a tag to compare

Small bugfix to Multiwell tool not visualizing,
Added Move function to the PopulationGrids

Version 1.0.1

17 Oct 12:53
Compare
Choose a tag to compare

Fixed the SwapPositions function

Version 1.0.0!

03 Oct 19:47
Compare
Choose a tag to compare

The "first" release of HAL with version numbers. the version presented here is well tested and stable