All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project strives to adhere to Semantic Versioning.
- None
- Better interpolation documentation (
INTERP.md
) - Implemented API of a convenient dictionary for looking up functions that apply
across a range of keys (
ceng.lookup.IterableDict
)
- Implemented API for engineering interpolation (
ceng.interp
)
- corrected bug causing incorrect array shapes for load combinations
- improved load combination API again (breaking change)
- improved load combination API, added some documentation
- Implemented API for load combinations (
ceng.load
)