Skip to content

Last mirrored from https://github.com/oschulz/ValueShapes.jl.git on 2019-11-19T07:27:15.418-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.40 , triggered by Travis cron job on branch "master"

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

UnofficialJuliaMirror/ValueShapes.jl-136a8f8c-c49b-4edb-8b98-f3d64d48be8f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValueShapes.jl

Documentation for stable version Documentation for development version License Travis Build Status Appveyor Build Status Codecov

Documentation

ValueShapes provides Julia types to describe the shape of values, like scalars, arrays and structures.

Shapes provide a generic way to construct uninitialized values (e.g. multidimensional arrays) without using templates.

Shapes also act as a bridge between structured and flat data representations: Mathematical and statistical algorithms (e.g. optimizers, fitters, solvers, etc.) often represent variables/parameters as flat vectors of nameless real values. But user code will usually be more concise and readable if variables/parameters can have names (e.g. via NamedTuples) and non-scalar shapes. ValueShapes provides a duality of view between the two different data representations.

See the documentation for details:

ValueShapes is designed to compose well with ElasticArrays, ArraysOfArrays and TypedTables (and similar table packages). ValueShapes package has some overlap in functionality with TransformVariables, but provides a duality of view instead of transformations (and therefore uses data views instead of data copies, where possible).

About

Last mirrored from https://github.com/oschulz/ValueShapes.jl.git on 2019-11-19T07:27:15.418-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.40 , triggered by Travis cron job on branch "master"

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages