|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | + |
| 4 | +## v0.1.29: |
| 5 | +### What's Changed |
| 6 | + - Update upload/download action to v4. in #369 |
| 7 | + - Bump fmt to 11.0.2 to be equivalent to nrn in #370 |
| 8 | + - Ci maintenance in #373 |
| 9 | + - Use aggregated reading for 1D selections. in #374 |
| 10 | + - Move spine_morphologies_dir to edge population in #375 |
| 11 | + |
| 12 | +## v0.1.28: |
| 13 | +### What's Changed |
| 14 | + - SimulationConfig: remove amp_end from pulse input in #358 |
| 15 | + - SimulationConfig: modifications as a list to preserve the order in #359 |
| 16 | + - Absolute/RelativeShotNoise input: replace amp_cv with relative_skew in #361 |
| 17 | + - include fmt/ranges.h for using fmt::join() in #360 |
| 18 | + - Retrieve spike time units in SpikePopulation in #363 |
| 19 | + - update hdf5 download location in #366 |
| 20 | + - Update HighFive to 2.10.0. in #365 |
| 21 | + - Add support for sinusoidal inputs in sonata configs in #367 |
| 22 | + |
| 23 | +## v0.1.27 |
| 24 | +### What's Changed |
| 25 | + - Improve report reader node filter performances. in #356 |
| 26 | + - upgrade to pybind v2.12.0 in #357; |
| 27 | + WARNING: if you are using numpy >=2. you *need* this |
| 28 | + |
3 | 29 | ## v0.1.26:
|
4 | 30 | ### Added:
|
5 |
| -* Simulation config: synapse_replay input files must be .h5 (#351) |
6 |
| -* SimulationConfig: Adds "represents_physical_electrode" field in "inputs" section (#354) |
| 31 | + - Simulation config: synapse_replay input files must be .h5 (#351) |
| 32 | + - SimulationConfig: Adds "represents_physical_electrode" field in "inputs" section (#354) |
7 | 33 |
|
8 | 34 | ### Fixed:
|
9 |
| -* Update HighFive SHA to `2.9.0`. (#343) |
10 |
| -* Make documentation available for Python API (#345) |
11 |
| -* Build static macos and linux wheels (#355) |
| 35 | + - Update HighFive SHA to `2.9.0`. (#343) |
| 36 | + - Make documentation available for Python API (#345) |
| 37 | + - Build static macos and linux wheels (#355) |
12 | 38 |
|
13 | 39 | ## v0.1.25:
|
14 | 40 |
|
|
0 commit comments