8451 / labrea

A framework for declarative, functional dataset definitions.
MIT License
11 stars 0 forks source link

Version 2.0 Release #8

Closed austinwarner-8451 closed 1 month ago

austinwarner-8451 commented 1 month ago

Changelog

Full rewrite. Includes updating the Evaluatable type to be a proper monad with .apply and .bind methods for arbitrary transformation chaining, as well as breaking apart the key components of the Dataset type (function definition conversion, caching, overloads, effects) into composable pieces that can be used by third-party types.

See changelog