Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 691 Bytes

Changelog

All significant changes to this project will be documented here.

Release date: 2019-08-12

Added

  • Specs now have a replace method that can be used to create a new instance with some of the attributes replaced (similar to namedtuple._replace).

Changed

  • The BoundedArray constructor now casts minimum and maximum so that their dtypes match that of the spec instance.

Release date: 2019-07-18

  • Initial release.