Skip to content

Releases: neuromorphs/NIR

v1.0.7 Type checks and backward compatibility

04 Nov 10:23
03ff63f

Choose a tag to compare

Most importantly, this release supports default (None) arguments for the newly introduced v_reset parameter in neuron models.

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6 Serialization and type checking improvements

07 Jul 14:13
c782af5

Choose a tag to compare

This release fixes some deserialization errors, improves type checking in graphs (while cleaning up the code, nice!), and updates the dependencies.

Thanks a lot to @mrontio and @fabio-innatera 🎉

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

Type checking

27 May 16:47
1b3228d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4 Reduction of size of releases

24 Apr 15:30

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

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

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

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

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

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

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)