Denis Rosset

Results 79 issues of Denis Rosset

My understanding is that dataclass support works by decorating the `__init__` method. However, dataclasses are not checked when they are invalid and passed as arguments to other functions. Nor when...

Hi, the remote name is hard coded to be origin and I just have been bitten by this. Should I make a PR against the Readme to document it, or...

debox.Map[Int, AnyRef].contains(key: Int) boxes, I do not know exactly why, but the performance suffers quite a bit: ![untitled](https://cloud.githubusercontent.com/assets/93707/4717300/1ab75c48-5913-11e4-94be-0a4514102edc.png) This is on Scala 2.11.2. I wonder if it is the inner...

3 variants of Map where the keys, the values or both are specialized. This is done by organizing the specialization annotations in a clever way (first commit), and then activating...

The contract of `Iterable[A]` does not prescribe an order for the elements; thus methods take `Seq[A]` parameters to document this fact --- and not especially to prescribe fast linear/indexed access....

Spire currently has good support for: - concrete data types (Rational, SafeLong, etc...) - abstract typeclasses that mimic abstract algebraic structures (rings, fields, etc...) We want to reduce Spire's JAR...

umbrella

This is an umbrella issue for conversion of Spire types to/from strings. Currently, this is done in a quite adhoc way, which does not support composition well (as in `Complex[Rational]`...

needs improvement
umbrella

Let's group here a bunch of stuff: #294 Support Eq in tests in a shouldEqv matcher (let's have a look) #601 BaseSyntaxTest uses .equals #599 No hashCode for Number #619...

needs improvement

UniqueFactorizationDomain tests are commented out for `BigInt` and `SafeLong`, we need to introduce a limit on size for those (and maybe other tests)

testing

There were proposals that could be revived now that we are modularizing Spire. #460 New spire.stats package @andrelfpinto 2015 #554 Spire.stats take 2 @andrelfpinto 2016

new feature
umbrella