All significant changes to this project will be documented here.
Release date: 2019-08-12
- Specs now have a
replace
method that can be used to create a new instance with some of the attributes replaced (similar tonamedtuple._replace
).
- The
BoundedArray
constructor now castsminimum
andmaximum
so that their dtypes match that of the spec instance.
Release date: 2019-07-18
- Initial release.