Release 0.7.1 Updates
- Made brainblocks installable via
pip install brainblocks
- Added better and more comprehensive example scripts
- Updated build system for modern python
- Updated README with updated install and build instructions
- Removed pybind11 from repo and made it a python package dependency instead
- Fixed
PersistenceTransformer
error - Created github workflow to build and test across platforms
- Built and tested across windows, macos, and linux for python 3.6-3.10
Fixed issues
- #8 #16 - fixed load/save errors with blocks
- #18 - added seed option for all blocks
- #14 #15 - added better examples
- #12 - developed and publish pip package to pypi
Updates by @ddigiorg and @jacobeverist
Thanks to @HMaker, @klokare, @rphilip-sonasoft, @msethi-sonasoft, @Thanh-Binh, @AlexSteveChungAlvarez, @marty1885, and @vaibhavch for issue reports.