breeze


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalanlp
ArtifactId

ArtifactId

breeze_2.10
Last Version

Last Version

1.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

breeze
breeze
Project URL

Project URL

http://scalanlp.org/
Project Organization

Project Organization

org.scalanlp
Source Code Management

Source Code Management

https://github.com/scalanlp/breeze

Download breeze_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalanlp/breeze_2.10/ -->
<dependency>
    <groupId>org.scalanlp</groupId>
    <artifactId>breeze_2.10</artifactId>
    <version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalanlp/breeze_2.10/
implementation 'org.scalanlp:breeze_2.10:1.0-RC2'
// https://jarcasting.com/artifacts/org.scalanlp/breeze_2.10/
implementation ("org.scalanlp:breeze_2.10:1.0-RC2")
'org.scalanlp:breeze_2.10:jar:1.0-RC2'
<dependency org="org.scalanlp" name="breeze_2.10" rev="1.0-RC2">
  <artifact name="breeze_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalanlp', module='breeze_2.10', version='1.0-RC2')
)
libraryDependencies += "org.scalanlp" % "breeze_2.10" % "1.0-RC2"
[org.scalanlp/breeze_2.10 "1.0-RC2"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6
org.scalanlp : breeze-macros_2.10 jar 1.0-RC2
com.github.fommil.netlib : core jar 1.1.2
net.sourceforge.f2j : arpack_combined_all jar 0.1
net.sf.opencsv : opencsv jar 2.3
com.github.wendykierp : JTransforms jar 3.1
org.apache.commons : commons-math3 jar 3.2
org.spire-math : spire_2.10 jar 0.13.0
com.chuusai : shapeless_2.10 jar 2.3.2
org.slf4j : slf4j-api jar 1.7.5

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.scalacheck : scalacheck_2.10 jar 1.13.4
org.scalatest : scalatest_2.10 jar 3.0.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-beta9
org.apache.logging.log4j : log4j-core jar 2.0-beta9
org.apache.logging.log4j : log4j-api jar 2.0-beta9

Project Modules

There are no modules declared in this project.

Breeze Build Status

Breeze is a library for numerical processing. It aims to be generic, clean, and powerful without sacrificing (much) efficiency.

The latest release is 1.1, which is cross-built against Scala 2.12 and 2.13.

Documentation

Using Breeze

Building it yourself

This project can be built with SBT 1.2+

SBT

For SBT, add these lines to your SBT project definition:

libraryDependencies  ++= Seq(
  // Last stable release
  "org.scalanlp" %% "breeze" % "1.1",
  
  // Native libraries are not included by default. add this if you want them
  // Native libraries greatly improve performance, but increase jar sizes. 
  // It also packages various blas implementations, which have licenses that may or may not
  // be compatible with the Apache License. No GPL code, as best I know.
  "org.scalanlp" %% "breeze-natives" % "1.1",
  
  // The visualization library is distributed separately as well.
  // It depends on LGPL code
  "org.scalanlp" %% "breeze-viz" % "1.1"
)

For more details on the optional breeze-natives module, please watch Sam Halliday's talk at Scala eXchange 2014 High Performance Linear Algebra in Scala (follow along with high-res slides).

Maven

Maven looks like this:

<dependency>
  <groupId>org.scalanlp</groupId>
  <artifactId>breeze_2.13</artifactId>
  <version>1.1</version>
</dependency>

Other build tools

[http://mvnrepository.com/artifact/org.scalanlp/breeze_2.12/1.1] (as an example) is a great resource for finding other configuration examples for other build tools.

See documentation (linked above!) for more information on using Breeze.

History

Breeze is the merger of the ScalaNLP and Scalala projects, because one of the original maintainers is unable to continue development. The Scalala parts are largely rewritten.

(c) David Hall, 2009 -

Portions (c) Daniel Ramage, 2009 - 2011

Contributions from:

  • Jason Zaugg (@retronym)
  • Alexander Lehmann (@afwlehmann)
  • Jonathan Merritt (@lancelet)
  • Keith Stevens (@fozziethebeat)
  • Jason Baldridge (@jasonbaldridge)
  • Timothy Hunter (@tjhunter)
  • Dave DeCaprio (@DaveDeCaprio)
  • Daniel Duckworth (@duckworthd)
  • Eric Christiansen (@emchristiansen)
  • Marc Millstone (@splittingfield)
  • Mérő László (@laci37)
  • Alexey Noskov (@alno)
  • Devon Bryant (@devonbryant)
  • Kentaroh Takagaki (@ktakagaki)
  • Sam Halliday (@fommil)
  • Chris Stucchio (@stucchio)
  • Xiangrui Meng (@mengxr)
  • Gabriel Schubiner (@gabeos)
  • Debasish Das (@debasish83)
  • Julien Dumazert (@DumazertJulien)
  • Matthias Langer (@bashimao)
  • Mohamed Kafsi (@mou7)
  • Max Thomas (@maxthomas)
  • @qilab
  • Weichen Xu (@WeichenXu123)
  • Sergei Lebedev (@superbobry)
  • Zac Blanco (@ZacBlanco)

Corporate (Code) Contributors:

And others (contact David Hall if you've contributed and aren't listed).

org.scalanlp

ScalaNLP

Versions

Version
1.0-RC2
1.0-RC1
0.13.2
0.13.1
0.13
0.12
0.11.2
0.11.1
0.11
0.11-M0
0.10
0.9
0.8.1
0.8
0.7
0.6.1
0.6
0.5.2
0.5.1
0.5
0.4
0.3
0.2.3
0.2.2
0.2.1
0.2