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
- Host: GitHub
- URL: https://github.com/oschulz/propertyfunctions.jl
- Owner: oschulz
- License: other
- Created: 2023-04-30T20:49:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T15:49:13.000Z (over 1 year ago)
- Last Synced: 2025-08-12T03:04:31.307Z (11 months ago)
- Language: Julia
- Homepage:
- Size: 190 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PropertyFunctions.jl
[](https://oschulz.github.io/PropertyFunctions.jl/stable)
[](https://oschulz.github.io/PropertyFunctions.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/PropertyFunctions.jl/actions?query=workflow%3ACI)
[](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`).