An open API service indexing awesome lists of open source software.

https://github.com/oschulz/propertyfunctions.jl

Julia package for easy access to and efficient broadcasting over properties
https://github.com/oschulz/propertyfunctions.jl

Last synced: 10 months ago
JSON representation

Julia package for easy access to and efficient broadcasting over properties

Awesome Lists containing this project

README

          

# PropertyFunctions.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/PropertyFunctions.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/PropertyFunctions.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/PropertyFunctions.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/PropertyFunctions.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/PropertyFunctions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/PropertyFunctions.jl)

## Documentation

* [Documentation for stable version](https://oschulz.github.io/PropertyFunctions.jl/stable)
* [Documentation for development version](https://oschulz.github.io/PropertyFunctions.jl/dev)

PropertyFunctions.jl provides functionality for easy access to and efficient
broadcasting over properties, e.g. via `xs .|> @pf $a + $c^2`.

Broadcasting functions generated by `@pf` is GPU-friendly and will try to
return a StructArray if the functional expressioin generates a struct (resp.
a `NamedTuple`).