Skip to content

v3.2.1

Compare
Choose a tag to compare
@chwyean chwyean released this 31 May 20:12
· 331 commits to master since this release

This release contains bug fixes.

  • Package functionfit: Fix bug when creating an approximate BSpline instance.
  • Package util: bisection and brentDekker methods will now check the bounds of the interval first.
  • Package eventlist: Removed the free node stack and subsequently removed the synchronization code on that free node stack. This increases the performance when executing many simulations in a multi-thread program.