[math] IIR filter library (Butterworth,Bessel,...)

2016-10-21 Thread Bernd Porr
Dear all, I've created an IIR filter library: https://github.com/berndporr/iirj It's a re-coded version of my / Vinnie's DSP library originally written in C++. I've spent quite some time to make it work with the apache Complex type and I've also used the polynomial solver for the Butterworth filt

Re: [01/51] [partial] commons-rng git commit: Multimodule support

2016-10-21 Thread Artem Barger
​Hi,​ On Fri, Oct 21, 2016 at 2:10 PM, Gilles wrote: > Hi. > > On Thu, 20 Oct 2016 23:29:08 -, bar...@apache.org wrote: > >> Repository: commons-rng >> Updated Branches: >> refs/heads/multimodule [created] d1b3113ae >> >> >> >> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d1b3 >

Re: [RNG] Evaluating work required for a multi-module project

2016-10-21 Thread Artem Barger
On Fri, Oct 21, 2016 at 6:25 PM, Ralph Goers wrote: > Please read the documentation on the maven site plugin - > https://maven.apache.org/plugins/maven-site-plugin/ > examples/multimodule.html plugins/maven-site-plugin/examples/multimodule.html>. “mvn site” builds > t

Re: [RNG] Evaluating work required for a multi-module project

2016-10-21 Thread Artem Barger
On Fri, Oct 21, 2016 at 2:07 PM, Gilles wrote: > As I feared: > $ mvn clean site > does not produce everything... > > ​I think that in case of multi model project simple "mvn site" won't be enough, ​not sure but I think that "mvn site:deploy" should do the work in that case. > Is there an alt

[VOTE] Release Apache Commons JCS 2.0-beta-2 based on RC1

2016-10-21 Thread Thomas Vandahl
I would like to beta-release the [jcs] component. Apache Commons JCS 2.0-beta-2 RC1 is available for review at: https://dist.apache.org/repos/dist/dev/commons/jcs/ (r16621). Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachecommons-1211 . The Subversion tag

Jenkins build is back to normal : commons-jcs #180

2016-10-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Component with multiple modules?

2016-10-21 Thread Thomas Vandahl
On 20.10.16 13:55, Gilles wrote: > Hi. > > Can you point me at a component that has a config supporting > multiple modules? You may look at commons-jcs, especially at the commons-jcs-dist module that builds a complete distribution of all modules. Bye, Thomas. --

Re: [RDF] Rename RDFTermFactory to RDFFactory / RDF?

2016-10-21 Thread Stian Soiland-Reyes
Great, I've got a branch suggesting changing it to RDFFactory and have already changed the implementations to "JenaFactory" and "RDF4JFactory" I'll raise it as a pull request as I wonder if we should provide the 0.2.0 RDFTermFactory with @Deprecated or just remove it. Its only implementation was

Re: [RNG] Evaluating work required for a multi-module project

2016-10-21 Thread Ralph Goers
Please read the documentation on the maven site plugin - https://maven.apache.org/plugins/maven-site-plugin/examples/multimodule.html . “mvn site” builds the sites for all the individual modules but it does not put th

Re: [ALL] Component with multiple modules?

2016-10-21 Thread Stian Soiland-Reyes
Commons RDF as well, although it is still published under its own incubator subdomain. On 20 Oct 2016 2:00 pm, "Gilles" wrote: > Hi. > > Can you point me at a component that has a config supporting > multiple modules? > > Thanks, > Gilles > > > ---

Re: [ALL] Component with multiple modules?

2016-10-21 Thread Ralph Goers
Commons VFS is a multi-module project. Ralph > On Oct 20, 2016, at 4:55 AM, Gilles wrote: > > Hi. > > Can you point me at a component that has a config supporting > multiple modules? > > Thanks, > Gilles > > > - > To unsubs

Re: [01/51] [partial] commons-rng git commit: Multimodule support

2016-10-21 Thread Gilles
Hi. On Thu, 20 Oct 2016 23:29:08 -, bar...@apache.org wrote: Repository: commons-rng Updated Branches: refs/heads/multimodule [created] d1b3113ae http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d1b3113a/commons-rng-core/site-content/.svn/pristine/61/610202008fbfaca197f91798f2c9b

Re: [RNG] Evaluating work required for a multi-module project

2016-10-21 Thread Gilles
Hello. On Fri, 21 Oct 2016 02:31:33 +0300, Artem Barger wrote: ​Hi Gilles,​ On Thu, Oct 20, 2016 at 4:47 PM, Gilles wrote: Hi Artem. Would you be willing to create a branch containing actual files? If so, since the break-down into modules I'm thinking of is not the one you've taken below