Skip to content

Commit

Permalink
Update to version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chwyean committed May 24, 2017
1 parent fed570a commit a393cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This release contains bug fixes.

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

## SSJ 3.2.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group = 'ca.umontreal.iro.simul'
sourceCompatibility = 1.6
targetCompatibility = 1.6

version = '3.2.0'
version = '3.2.1'

repositories {
jcenter()
Expand Down

0 comments on commit a393cc2

Please sign in to comment.