Changeset 344

Show
Ignore:
Timestamp:
06/05/08 16:58:45 (6 months ago)
Author:
apdavison
Message:

Removed modules that will not be supported in the 0.4 release, i.e. brian, moose, neuron2, neuroml, facetsml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.4/README

    r188 r344  
    1111Fetching the source: 
    1212 
    13 svn co https://neuralensemble.org/svn/PyNN pyNN   
     13svn co https://neuralensemble.org/svn/PyNN/trunk pyNN   
    1414 
    1515** Anonymous checkout is allowed 
  • branches/0.4/changelog

    r311 r344  
    11=========== 
    2 Release 0.4 (r307) 
    3 =========== 
    4  
    5  
    6 * The `NumpyRNG` class now has some extra options for running parallel simulations. If `parallel_safe` is `True` 
    7  (and if the MPI rank and number of processes are correctly supplied), then the sequence of random numbers see 
    8 n by the simulation script should be independent of the number of MPI processes (although not yet the number of threads). 
    9  
    10 * Added `num_processes()` and `rank()` functions to provide a uniform access. 
    11 to MPI information. 
     2Release 0.4 (r342) 
     3=========== 
     4 
     5* Added a `quit_on_end` extra argument to `neuron.setup()` 
     6 
     7* Added a `synapse_types` attribute to all standard cell classes. 
     8 
     9* Removed `Projection.setThreshold()` from API 
     10 
     11* In the `neuron` module, `load_mechanisms()` now takes a path to search from as an optional argument, in order to allow loading user-defined mechanisms 
     12 
     13* Added `get_script_args()` (process command line arguments) and `colour()` (print coloured output) functions to the `utility` module. 
     14 
     15* Added `rank()` to the API (returns the MPI rank) 
     16 
     17* Removed `setRNGseeds()` from the API, since each simulator is so different in its requirements. The seeds may be provided using the `extra_params` argument to `setup()`. 
    1218 
    1319* The headers of output files now contain the first and last ids in the Population (not fully implemented yet