Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 1.06 KB

CHANGELOG: ceng -- Tool for Coding Tasks Specific to Civil Engineering

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.

[unreleased]

  • None

[0.5] - 2021-11-15

Added

  • 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)

[0.4] - 2021-10-26

Added

  • Implemented API for engineering interpolation (ceng.interp)

[0.3.1] - 2021-10-25

Changed

  • corrected bug causing incorrect array shapes for load combinations

[0.3] - 2021-10-24

Changed

  • improved load combination API again (breaking change)

[0.2] - 2021-10-05

Changed

  • improved load combination API, added some documentation

[0.1] - 2021-10-04

Features

  • Implemented API for load combinations (ceng.load)