Re: [Numbers] Formatting classes

2019-01-26 Thread Gilles Sadowski
Le sam. 26 janv. 2019 à 17:24, Gary Gregory a écrit : > > On Sat, Jan 26, 2019 at 10:19 AM Gilles Sadowski > wrote: > > > Le sam. 26 janv. 2019 à 14:01, Gary Gregory a > > écrit : > > > > > > Are we talking about formatting [numbers] specific classes or JRE > > classes? > > > > They are classes

Re: [Numbers] Formatting classes

2019-01-26 Thread Rob Tompkins
> On Jan 26, 2019, at 11:24 AM, Gary Gregory wrote: > > On Sat, Jan 26, 2019 at 10:19 AM Gilles Sadowski > wrote: > >> Le sam. 26 janv. 2019 à 14:01, Gary Gregory a >> écrit : >>> >>> Are we talking about formatting [numbers] specific classes or JRE >> classes? >> >> They are classes that

Re: JAPICMP Collections-4.3-RC2 report pdf (Was: Re: [VOTE][RC2] Commons collections 4.3)

2019-01-26 Thread Rob Tompkins
Sure. I cloned down your tag, added these lines to the pom.xml: https://github.com/apache/commons-text/blob/master/pom.xml#L59-L63 and https://github.com/apache/commons-text/blob/master/pom.xml#L132-L138 (except just in the plugins part of the build section) then you run mvn japicmp:cmp I c

Re: [Numbers] Formatting classes

2019-01-26 Thread Gary Gregory
On Sat, Jan 26, 2019 at 10:19 AM Gilles Sadowski wrote: > Le sam. 26 janv. 2019 à 14:01, Gary Gregory a > écrit : > > > > Are we talking about formatting [numbers] specific classes or JRE > classes? > > They are classes that aim to customize the output from classes in > [Numbers], > (specificall

[LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC2

2019-01-26 Thread Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Release Plugin 1.4 was released, so I would like to release Apache Commons Release Plugin 1.5. Apache Commons Release Plugin 1.5 RC2 is available for review here: https://dist.apache.org/repos/dist/d

Re: [CANCEL][LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC1

2019-01-26 Thread Rob Tompkins
I’ve got some unit tests on it. It works now, but our git links in the vote-txt no longer do, so I’m going to fix those too. I’m going to go and re-roll RC2 with that as we haven’t started a [VOTE] on it. > On Jan 26, 2019, at 10:02 AM, Gary Gregory wrote: > > Could might be most simply handle

Re: [Numbers] Formatting classes

2019-01-26 Thread Gilles Sadowski
Le sam. 26 janv. 2019 à 14:01, Gary Gregory a écrit : > > Are we talking about formatting [numbers] specific classes or JRE classes? They are classes that aim to customize the output from classes in [Numbers], (specifically, the way to display a {{Fraction}} or {{BigFraction}} object). The classe

Re: [CANCEL][LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC1

2019-01-26 Thread Gary Gregory
Could might be most simply handled with a property that sets the component short name like "vfs"? I though we already had that? Gary On Sat, Jan 26, 2019, 09:26 Rob Tompkins Gary found a bug in the README.html generation for components whose > artifactId ends in a digit, thus I’m cancelling this

[CANCEL][LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC1

2019-01-26 Thread Rob Tompkins
Gary found a bug in the README.html generation for components whose artifactId ends in a digit, thus I’m cancelling this vote. -Rob > On Jan 25, 2019, at 2:45 PM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Release Plug

Re: [Numbers] Formatting classes

2019-01-26 Thread Gary Gregory
Are we talking about formatting [numbers] specific classes or JRE classes? Gary On Sat, Jan 26, 2019 at 7:14 AM Gilles Sadowski wrote: > Hi. > > In reference to the current changes in module "commons-numbers-fraction" > (on the "fraction-dev"), my opinion is that the formatting classes should >

Re: Math Sparse Linear Programing -- Math Commons

2019-01-26 Thread Gilles Sadowski
Hi. Le sam. 26 janv. 2019 à 04:24, Bill Igoe a écrit : > > Hi Gang, > > I recently alter the code for both SimplexSolver and SimplexTableau to use > the OpenMapRealMatrix object rather than the Array2DRowRealMatrix. Most > large Linear Programming programming problems in fact have a very sparse

[Numbers] Formatting classes

2019-01-26 Thread Gilles Sadowski
Hi. In reference to the current changes in module "commons-numbers-fraction" (on the "fraction-dev"), my opinion is that the formatting classes should be removed.[1] At the level of a math component, it's safer to stick to a single, locale-independent format.[2] Regards, Gilles [1] Rationale is