Hi,

I am pleased to announce the 0.0.11 release of core.rrb-vector, a
Clojure Contrib library extending the Clojure vector API with
logarithmic-time concatenation and slicing:

  https://github.com/clojure/core.rrb-vector

  [org.clojure/core.rrb-vector "0.0.11"]

  <dependency>
    <groupId>org.clojure</groupId>
    <artifactId>core.rrb-vector</artifactId>
    <version>${version}</version>
  </dependency>

  compile "org.clojure:core.rrb-vector:${version}"

This release updates the hashing mechanism used by RRB vectors for
compatibility with Clojure 1.6 (while maintaining compatibility with
1.5.1) and fixes two bugs. Additionally, the README now states that
view vectors produced by clojure.core/subvec are handled correctly in
Clojure >= 1.6.0.

Many thanks to the two new contributors: Jozef Wagner, who reported
and fixed a bug to do with transient vectors of primitives and who
reported a bug in sequences over RRB vectors that would surface when
using such sequences with the reducers library; and Andy Fingerhut,
who kept on top of the hashing changes and contributed improvements to
the test suite, which now explicitly checks both hash codes (hasheq
and hashCode).

Cheers,
Michał

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to