synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
80 stars 8 forks source link

New release v2.0 #218

Closed sheiksadique closed 5 months ago

sheiksadique commented 9 months ago

Here is a checklist of things to be done before the release.

bauerfe commented 9 months ago

I just added a task that we should point out clearly that a development install will not work with exodus. Thanks for spotting this @MinaKh

bauerfe commented 9 months ago

Ticking off the points about Exodus (everything still works) and about refactoring of unit tests (addressed by #221 )

MinaKh commented 8 months ago

broken links: (probably moved to another folder)

MinaKh commented 8 months ago
bauerfe commented 8 months ago

Hi @MinaKh , thanks for spotting these. I think I fixed all the broken links now (on develop). Would you mind double-checking?

I also added better explanation about MultiSpike in the section you mention. Is it clearer now?

@sheiksadique : I ticked off the point about removing redundant files in the docs. If I'm correct, this referred to the README.rst files that sphinx complains about while making the html, right? It turns out it still needs these files to generate the gallery.

MinaKh commented 8 months ago
MinaKh commented 8 months ago

Hi @MinaKh , thanks for spotting these. I think I fixed all the broken links now (on develop). Would you mind double-checking?

I also added better explanation about MultiSpike in the section you mention. Is it clearer now?

@sheiksadique : I ticked off the point about removing redundant files in the docs. If I'm correct, this referred to the README.rst files that sphinx complains about while making the html, right? It turns out it still needs these files to generate the gallery.

Thanks @bauerfe sounds good now :)

sheiksadique commented 8 months ago
  • [x] several of embedded images in faq and notebooks folders are broken. @bauerfe can you please check them too?

This was due to rendering of pages in GitHub and the problem is not see in the rendered sphinx pages. Marking as resolved.

bauerfe commented 8 months ago

Moved two of the tasks to new issues (#229 , #230)