Skip to content

Releases: neuromorphs/NIR

v1.0.4 Reduction of size of releases

24 Apr 15:30
Compare
Choose a tag to compare

What's Changed

  • Remove docs and paper data/code from release by @matjobst in #99

Full Changelog: v1.0.3...v1.0.4

v1.0.3 Metadata and code reorganization

23 Apr 04:00
5815874
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.3

NIR v1.0.1

25 Dec 13:52
62c353c
Compare
Choose a tag to compare

This minor release aligns and fixes licensing for NIR. It also adds a CITATION.cff file

NIR v1.0

06 Dec 13:48
Compare
Choose a tag to compare

This release marks the first stable version of NIR, used in the paper Neuromorphic Intermediate Representation: A Unified Instruction Set for Interoperable Brain-Inspired Computing

Thank you to everyone for the impressive amount of work and effort! <3
@stevenabreu7 @matjobst @bvogginger @VitF @sheiksadique @tcstewar @DylanMuir @biphasic @kmheckel @bauerfe

What's Changed

New Contributors

Full Changelog: v0.2...v1.0

Input/output types and general improvements

08 Sep 15:36
Compare
Choose a tag to compare

This release features introduces input/output types (#50), additional examples (#32, #42), quality-of-life improvements (#43), licensing, and fixes.

What's Changed

New Contributors

Full Changelog: v0.1...v0.2

NIR v0.1

13 Jul 00:57
e568efc
Compare
Choose a tag to compare

This release wraps up the work at Telluride, and we can now declare NIR in v0.1! 🥳 🎈

Concretely, since 0.0.6, we added

  • String indices instead of numerical indices
  • A flatten node
  • Minor corrections in node specification

Recursive node definition and current-based LIF model

11 Jul 02:13
Compare
Choose a tag to compare

This release adds

  • Recursive node definition where everything in NIR is a subclass of a NIRNode, including a NIRGraph
  • A current-based LIF model (CubaLIF)
  • Standardized renaming (weights -> weight)

Integrate-and-fire primitive

08 Jul 23:58
Compare
Choose a tag to compare
  • Adds an Integrate-and-Fire primitive

Input, Output, Threshold, Delay, and Integrator

08 Jul 23:45
Compare
Choose a tag to compare
  • Adds Input, Output, Threshold, Delay, and Integrator primitives
  • Adds docs
  • Unified repo structure to have tests in base directory

v0.0.3: Added nir.Input and nir.Output nodes

05 Jul 19:08
Compare
Choose a tag to compare