Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Various improvements towards version 1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iomaganaris iomaganaris released this 14 Apr 15:12
· 200 commits to master since this release
dd961ed
  • Cmake-format and clang-format improvements across project
  • Fix synapse report issue
  • Various fixes related to reportinglib and its CI
  • Use enum to represent memory layout
  • Build release branches with Github actions
  • Print memory use from model_size
  • Added codecov tests
  • Updated credits and license text
  • Publish documentation in ReadTheDocs
  • Fixes related to NMODL integration
  • (Minimum) Changes to avoid floating-point exceptions
  • Enable CoreNEURON test in NEURON
  • Prevent nrnivmodl running on every build
  • Fix GPU compilation issue when nrn_ghk is used in the MOD files
  • LFP Calculator
  • Various GPU bugfixes
  • Add GitLab CI pipeline
  • Add OpenACC data cleanup
  • nrnran123.h : change which to char to match neuron signature (breaks compatibility with old mod files)
  • Add summation reports
  • Various CI improvements and fixes