Releases: lava-nc/lava-dnf
Releases · lava-nc/lava-dnf
Lava DNF 0.3.0
What's Changed
- changing dependencies back to dev by @PhilippPlank in #82
- Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #83
- Bump gitpython from 3.1.40 to 3.1.41 by @dependabot in #84
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #85
- Bump pillow from 10.1.0 to 10.2.0 by @dependabot in #86
- Bump cryptography from 41.0.6 to 42.0.0 by @dependabot in #87
- Bump cryptography from 42.0.0 to 42.0.2 by @dependabot in #88
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #89
- Update ci.yml by @PhilippPlank in #90
- Update cd.yml by @PhilippPlank in #91
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #93
- Bump idna from 3.6 to 3.7 by @dependabot in #94
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #95
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #96
- Bump tornado from 6.3.3 to 6.4.1 by @dependabot in #97
- Bump urllib3 from 2.1.0 to 2.2.2 by @dependabot in #98
- Bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #99
- Release 0.3.0 by @mgkwill in #101
Full Changelog: v0.2.0...v0.3.0
Lava DNF 0.2.0
Lava DNF v0.2.0 Release Notes
November 9, 2023
What's Changed
- Bump tornado from 6.3.2 to 6.3.3 by @dependabot in #68
- Bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #69
- Use Sparse instead of Dense for Connections by @SveaMeyer13 in #67
- Bump gitpython from 3.1.32 to 3.1.35 by @dependabot in #74
- Motion tracking demo using bokeh for live visualization by @PhilippPlank in #71
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #75
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #77
- Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #76
- Bump gitpython from 3.1.35 to 3.1.37 by @dependabot in #78
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #79
- Fix pypi publish in cd.yml by @mgkwill in #80
New Features and Improvements
- Use
Sparse
process in theconnect
function by default and allow to specify a different connectivity. - Added
motion tracking demo
running on Loihi 2 with live visualization using bokeh for local and cloud based execution.
Bug Fixes and Other Changes
- No bug-fixes or other changes in this release.
Breaking Changes
- No breaking changes in this release.
Known Issues
- No known issues in this release.
Full Changelog: v0.1.4...v0.2.0
Lava 0.1.4
What's Changed
- Update pyproject.toml by @PhilippPlank in #57
- Update license metadata in pyproject.toml for pypi compatibility by @mgkwill in #58
- Bump tornado from 6.2 to 6.3.2 by @dependabot in #61
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #60
- Bump cryptography from 39.0.1 to 41.0.0 by @dependabot in #63
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot in #64
- Bump pygments from 2.14.0 to 2.15.0 by @dependabot in #65
Full Changelog: v0.1.3...v0.1.4
Lava Dynamic Neural Fields 0.1.3
What's Changed
- Changed lava-nc dependency back to main for development by @PhilippPlank in #39
- Cancel old CI run if new one is queued by @PhilippPlank in #40
- updated dependencies by @PhilippPlank in #42
- lava version change by @PhilippPlank in #45
- Dependabot and snyk updates by @michaelbeale-IL in #47
- removed dependency on py and updated bandit by @michaelbeale-IL in #48
- Update templates by @PhilippPlank in #50
- Bump ipython from 8.8.0 to 8.10.0 by @dependabot in #52
- Bump cryptography from 39.0.0 to 39.0.1 by @dependabot in #51
- Release 0.1.3 by @mgkwill in #55
New Contributors
- @michaelbeale-IL made their first contribution in #47
Full Changelog: v0.1.2...v0.1.3
Lava Dynamic Neural Fields 0.1.2
Lava DNF v0.1.2 Release Notes
November 4, 2022
New Features and Improvements
- No new features or improvements in this release.
Bug Fixes and Other Changes
- Updated dependency on lava-nc from main to version 0.5.1 (PR #37)
Breaking Changes
- No breaking changes in this release.
Known Issues
- No known issues in this release.
Thanks to our Contributors
- Intel Labs Lava developers
Full Changelog: v0.1.1...v0.1.2
Lava Dynamic Neural Fields 0.1.1
Lava DNF v0.1.1 Release Notes
October 31, 2022
New Features and Improvements
- Support for running lava-dnf on Loihi 2 (PR #31)
- Tutorials that demonstrate how to run lava-dnf on Loihi 2 (PR #31)
- Support for generating connectivity for relational networks (PR #23)
- Tutorial that demonstrates a relational network of 1D DNFs (PR #23)
Bug Fixes and Other Changes
- Fixed singleton axes in gauss() function (Issue #11)
- Fixed deprecation warnings (PR #22)
- Switched installation to poetry, added unit tests for tutorials (PR #26)
Breaking Changes
- No breaking changes in this release.
Known Issues
- No known issues in this release.
Thanks to our Contributors
- Intel Labs Lava developers
Full Changelog: v0.1.0...v0.1.1
Lava Dynamic Neural Fields 0.1.0
This is the first release of the Lava Dynamic Neural Field (DNF) library. DNFs are neural attractor networks whose stabilized activity patterns can provide a basis for neural representations, decision making, working memory, and learning. The lava-dnf library enables users to build large-scale DNF architectures by providing generators for typical connectivity patterns.
Features and Improvements
- lava.lib.dnf.connect provides a connect() function that takes as input the OutPort and InPort of neural Processes, generates a connections Process based on high-level parameters, and connects the Processes
- lava.lib.dnf.operations and lava.lib.dnf.kernels provide infrastructure to high-level parameterization
Bug Fixes and Other Changes
- This is the first release of lava-dnf. No bug fixes or other changes.
Breaking Changes
- This is the first release of lava-dnf. No breaking or other changes.
Known Issues
- Operations ‘ReduceDims’, ‘ExpandDims’, and ‘Reorder’ only support up to three dimensions.
What's Changed
- Create CODEOWNERS by @mgkwill in #1
- Fixed copyright in BSD-3 LICENSE files by @mathisrichter in #2
- Add CI to lib-DNF and dir structure by @mgkwill in #3
- Fix name in build.py by @Tobias-Fischer in #5
- Initial release of lava-dnf v0.1.0 by @mathisrichter in #8
- Lava-DNF 0.1.0 by @mgkwill in #9
New Contributors
- @mgkwill made their first contribution in #1
- @mathisrichter made their first contribution in #2
- @Tobias-Fischer made their first contribution in #5
Full Changelog: https://github.com/lava-nc/lava-dnf/commits/v0.1.0