Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0

Released:

2025-11-12

Full Changelog:

0.2.0…0.3.0

Improvements

  • Introduced a new FilterBank class that allows users to create and apply filter banks (e.g., Gammatone, Butterworth) to decompose input signals into multiple frequency channels.

  • Enhanced documentation with additional examples and usage guidelines for the new filtering capabilities.

0.2.0

Released:

2025-10-15

Full Changelog:

0.1.1…0.2.0

Improvements

  • Added multiple features encoding for every encoding method, allowing users to encode multiple features simultaneously.

0.1.1

Released:

2025-05-22

Full Changelog:

0.1.0…0.1.1

Bug Fixes

  • Fix bug in the phase_encoding function that caused incorrect spike generation under certain conditions. This was due to an erron on how bits were unpacked.

0.1.0

Released:

2022-03-01

Full Changelog:

0.1.0…HEAD