scalaPyNumpy


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

me.shadaj
ArtifactId

ArtifactId

scalapynumpy_2.12
Last Version

Last Version

0.1.0+3-046d1d67
Release Date

Release Date

Type

Type

jar
Description

Description

scalaPyNumpy
scalaPyNumpy
Project URL

Project URL

https://github.com/shadaj/scalapy-numpy
Project Organization

Project Organization

me.shadaj
Source Code Management

Source Code Management

https://github.com/shadaj/scalapy-numpy.git

Download scalapynumpy_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/me.shadaj/scalapynumpy_2.12/ -->
<dependency>
    <groupId>me.shadaj</groupId>
    <artifactId>scalapynumpy_2.12</artifactId>
    <version>0.1.0+3-046d1d67</version>
</dependency>
// https://jarcasting.com/artifacts/me.shadaj/scalapynumpy_2.12/
implementation 'me.shadaj:scalapynumpy_2.12:0.1.0+3-046d1d67'
// https://jarcasting.com/artifacts/me.shadaj/scalapynumpy_2.12/
implementation ("me.shadaj:scalapynumpy_2.12:0.1.0+3-046d1d67")
'me.shadaj:scalapynumpy_2.12:jar:0.1.0+3-046d1d67'
<dependency org="me.shadaj" name="scalapynumpy_2.12" rev="0.1.0+3-046d1d67">
  <artifact name="scalapynumpy_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shadaj', module='scalapynumpy_2.12', version='0.1.0+3-046d1d67')
)
libraryDependencies += "me.shadaj" % "scalapynumpy_2.12" % "0.1.0+3-046d1d67"
[me.shadaj/scalapynumpy_2.12 "0.1.0+3-046d1d67"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8

Project Modules

There are no modules declared in this project.

ScalaPy NumPy Bindings

Static facades for using NumPy in ScalaPy. Currently contains minimal bindings for usage with TensorFlow.

Installation

scalapy-numpy is published on Maven Central, so you can add it to your project by including it as a dependency.

libraryDependencies += "me.shadaj" %% "scalapy-numpy" % "0.1.0"

Versions

Version
0.1.0+3-046d1d67