2.0.2 Released
11/13/07
Trove 2.0.2 has been released. This
is a minor bug fix release that addresses an issue in
TLinkedList and a slew of javadoc typos.
2.0.1 Released
10/03/07
Trove 2.0.1 has been released. This is a maintenance
release consisting of primarily bug fixes with a few
features thrown if for good measure.
Features:
- A source jar is now distributed with the release
- Added TLinkedList addAfter method
- Added TLinkedList.getNext() and getPrevious() methods
- Added T[] getValues(T[]) method to PObjectHashMap
Bugs Fixed:
- Corrected hashcode computation for longs
- [ 1738760 ] T*HashMap.retainEntries should suspend
automatic compaction
- [ 1764177 ] bug in binary search
- Fixed implementation of PArrayList.min() and .max()
Features:
- A source jar is now distributed with the release
- Added TLinkedList addAfter method
- Added TLinkedList.getNext() and getPrevious() methods
- Added T[] getValues(T[]) method to PObjectHashMap
Bugs Fixed:
- Corrected hashcode computation for longs
- [ 1738760 ] T*HashMap.retainEntries should suspend
automatic compaction
- [ 1764177 ] bug in binary search
- Fixed implementation of PArrayList.min() and .max()
New Site!
07/26/07
I figured it's about time the Trove website got a
little TLC. So, here it is. Let me know what you
think. I'd be interested in any comments or
critiques.
Rob (robeden at users.sourceforge.net)
Rob (robeden at users.sourceforge.net)
Experimental Releases
07/05/07
In order to be able to get stuff up quicker without
destabilizing things, I'm trying something a little
different. I've added a "trove experimental" package
in addition to the existing "trove" package.
"Experimental" releases are just that: you should
consider the API subject to change. I pretty much
never release without unit tests passing, but that
might the extent of testing some will get.
To celebrate the new package, 2.1a2 has been released in the experimental package. There is one bug fix, but it's mostly features.
To celebrate the new package, 2.1a2 has been released in the experimental package. There is one bug fix, but it's mostly features.