Skip to content

v0.7.0

Compare
Choose a tag to compare
@mbeyeler mbeyeler released this 05 Apr 05:19
· 183 commits to master since this release
8c2982d

Highlights

  • New implants: PRIMA, PRIMA75, PRIMA55, PRIMA40 (PR #188)
  • New electrodes: SquareElectrode, HexElectrode, PhotovoltaicPixel (PR #188, PR #193)
  • New stimuli: ImageStimulus and VideoStimulus (PR #196, PR #220, PR #221, PR #356), BarStimulus and GratingStimulus (PR #323)
  • New datasets: load_nanduri2012 (PR #250)
  • New model selection subpackage (PR #311)
  • 100x speedup of building AxonMapModel (PR #331)
  • OpenMP support (PR #260)
  • Python 3.9 support (PR #348)

Backward-incompatible changes

  • Implants rotation angles are now speicified in degrees, not radians (PR #357)
  • pulse2percept now requires Matplotlib 3.0.2 or newer (PR #223)
  • FFMPEG and scikit-video dependencies have been removed (PR #196)
  • TimeSeries has been removed. Please use Stimulus instead
  • LegacyMonophasicPulse, LegacyBiphasicPulse and LegacyPulseTrain have been removed. Use their equivalents without the “Legacy” prefix.