Version 2.1 of the PowerMatcher is an improved version of PowerMatcher 2.0.
- The API for constructing bids has been changed. Instead of two bid representations (PointBid and ArrayBid), there is now only one: Bid. A bid can be constructed in a similar way as before using the PointBidBuilder or the ArrayBidBuilder.
- As a result, problems resulting from incorrect bid transformations will no longer appear.
- Threading issues have been solved. In some cases deadlocks could occur.