Skip to content

Releases: neuromorphs/NIR

v1.0.8 Compression, type fixes, and updated to Python 3.10

Choose a tag to compare

@Jegp Jegp released this 06 Jul 18:33
490ce8e

What's Changed

  • Added option to compress .nir HDF5 files by @Jegp in #177
  • fix: Permissions for auto-updating the documentation by @benkroehs in #178
  • chore: Update Spyx URLs to point to the correct directory by @benkroehs in #179
  • feat: Add Intermediate Representation for Data in SNNs by @benkroehs in #175
  • Migrated to jupyter book v2 by @Jegp in #180
  • Fix docs by @Jegp in #181
  • fix(docs): Build and use correct URLs, link favicon by @benkroehs in #182
  • Fixed broken docs links by @Jegp in #183
  • Add automated link checking by @Jegp in #185
  • fix: use dict key lookup instead of hasattr in read() by @siddiquifaras in #187
  • fix: add structural graph validation before type inference by @siddiquifaras in #188
  • Migrated type and metadata field to NIRNode dataclass field factory by @Jegp in #191

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7 Type checks and backward compatibility

Choose a tag to compare

@Jegp Jegp released this 04 Nov 10:23
03ff63f

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

Choose a tag to compare

@Jegp Jegp released this 07 Jul 14:13
c782af5

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

Choose a tag to compare

@Jegp Jegp released this 27 May 16:47
1b3228d

What's Changed

New Contributors

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

v1.0.4 Reduction of size of releases

Choose a tag to compare

@matjobst matjobst released this 24 Apr 15:30

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

Choose a tag to compare

@Jegp Jegp released this 23 Apr 04:00
5815874

What's Changed

New Contributors

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

NIR v1.0.1

Choose a tag to compare

@Jegp Jegp released this 25 Dec 13:52
62c353c

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

NIR v1.0

Choose a tag to compare

@Jegp Jegp released this 06 Dec 13:48

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

Choose a tag to compare

@Jegp Jegp released this 08 Sep 15:36

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

Choose a tag to compare

@Jegp Jegp released this 13 Jul 00:57
e568efc

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