Fri, 14 Jun 2024 15:27:01 UTC | login

Information for build python-pynn-0.10.1-2.fc38

ID230258
Package Namepython-pynn
Version0.10.1
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pynn.git#920563c5cb873bccd936bfa34ff7e90a2a57430b
SummaryA package for simulator-independent specification of neuronal network models
DescriptionPyNN (pronounced 'pine') is a simulator-independent language for building neuronal network models. In other words, you can write the code for a model once, using the PyNN API and the Python programming language, and then run it without modification on any simulator that PyNN supports (currently NEURON, NEST and Brian) and on a number of neuromorphic hardware systems. The PyNN API aims to support modelling at a high-level of abstraction (populations of neurons, layers, columns and the connections between them) while still allowing access to the details of individual neurons and synapses when required. PyNN provides a library of standard neuron, synapse and synaptic plasticity models, which have been verified to work the same on the different supported simulators. PyNN also provides a set of commonly-used connectivity algorithms (e.g. all-to-all, random, distance-dependent, small-world) but makes it easy to provide your own connectivity in a simulator-independent way. Even if you don’t wish to run simulations on multiple simulators, you may benefit from writing your simulation code using PyNN’s powerful, high-level interface. In this case, you can use any neuron or synapse model supported by your simulator, and are not restricted to the standard models. Documentation: http://neuralensemble.org/docs/PyNN/ Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble This package supports the NEURON, NEST, and Brian simulators.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 29 May 2023 10:40:04 UTC
CompletedMon, 29 May 2023 12:57:35 UTC
Taskbuild (f38, /rpms/python-pynn.git:920563c5cb873bccd936bfa34ff7e90a2a57430b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pynn.git#920563c5cb873bccd936bfa34ff7e90a2a57430b'}}
Tags
f38
f39
f40
f41
RPMs
src
python-pynn-0.10.1-2.fc38.src.rpm (info) (download)
noarch
python-pynn-doc-0.10.1-2.fc38.noarch.rpm (info) (download)
riscv64
python-pynn-devel-0.10.1-2.fc38.riscv64.rpm (info) (download)
python3-pynn-0.10.1-2.fc38.riscv64.rpm (info) (download)
python-pynn-debugsource-0.10.1-2.fc38.riscv64.rpm (info) (download)
python3-pynn-debuginfo-0.10.1-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 13 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.10.1-1 - feat: update to 0.10.1 (fixes rhbz#2134727) * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.10.0-8 - Leaf package: drop support for i686 (fix RHBZ#2155635) * Wed Dec 21 2022 Florian Weimer <fweimer@redhat.com> 0.10.0-7 - Apply upstream patch to fix C99 compatibility issue * Sun Oct 09 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.10.0-6 - feat: exclude s390x * Tue Aug 23 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> 0.10.0-5 - Rebuild for gsl-2.7.1 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 03 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> 0.10.0-3 - Fix invocation of %cmake macro * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 31 2021 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.10.0-1 - feat: update to 0.10.0 * Mon Dec 27 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.9.6-4 - Remove excess macros for package name * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.6-2 - Rebuilt for Python 3.10 * Tue Feb 09 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.9.6-1 - Remove duplicate neuron-devel BR - Add patch to correct python operator usage - Use arch dependent and version specific requirement on base package - Add comment about NEURON files - Filter out private libnrnmech from provides