| 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. |
|---|
| | 2 | Release 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()`. |
|---|