What's Changed
API
- Create
add
methods on initializers and attributes by @justinchuby in #33
Core
- Prevent values produced by other nodes to be added as graph inputs by @justinchuby in #51
Graph Passes
- [pass] Add CSE by @titaiwangms in #36
Bug fixes
- Revert changes to LiftConstantsToInitializersPass by @justinchuby in #41
Documentation
- Remove RefAttr from docs because it is not a class by @justinchuby in #35
- Create release.yml for generating release notes by @justinchuby in #52
Other Changes
- Rename reuse job to make required by @justinchuby in #37
- Configure the do-not-merge bot by @justinchuby in #40
- Bump version number to v0.1.1 by @justinchuby in #42
- Update codecov.yml to ignore unit tests by @justinchuby in #53
New Contributors
- @titaiwangms made their first contribution in #36
Full Changelog: v0.1.0...v0.1.1