|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [bluepyparallel-v0.2.0](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/compare/bluepyparallel-v0.1.0...bluepyparallel-v0.2.0) |
| 3 | +## [0.2.1](https://github.com/BlueBrain/BluePyParallel/compare/0.2.0..0.2.1) |
| 4 | + |
| 5 | +> 4 March 2024 |
| 6 | +
|
| 7 | +### New Features |
| 8 | + |
| 9 | +- Improve doc (Alexis Arnaudon - [#2](https://github.com/BlueBrain/BluePyParallel/pull/2)) |
| 10 | + |
| 11 | +### Chores And Housekeeping |
| 12 | + |
| 13 | +- Move to Github (Adrien Berchet - [#1](https://github.com/BlueBrain/BluePyParallel/pull/1)) |
| 14 | + |
| 15 | +### New Features |
| 16 | + |
| 17 | +- Shuffle rows for speedup (Alexis Arnaudon - [eda54a7](https://github.com/BlueBrain/BluePyParallel/commit/eda54a7ea7bc776f6167dd034cebaf78fd14cb47)) |
| 18 | + |
| 19 | +### CI Improvements |
| 20 | + |
| 21 | +- Bump mpi4py in Gitlab CI (Adrien Berchet - [d3d55a3](https://github.com/BlueBrain/BluePyParallel/commit/d3d55a3014248e9d9f3908a4370c5033b2bef9c7)) |
| 22 | + |
| 23 | +<!-- auto-changelog-above --> |
| 24 | + |
| 25 | +## [0.2.0](https://github.com/BlueBrain/BluePyParallel/compare/0.1.0..0.2.0) |
4 | 26 |
|
5 | 27 | > 6 November 2023
|
6 | 28 |
|
7 | 29 | ### Build
|
8 | 30 |
|
9 |
| -- Relax ipyparallel (Adrien Berchet - [718b5d1](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/718b5d14893b1b74b322fa5c3303e38f190239b7)) |
| 31 | +- Relax ipyparallel (Adrien Berchet - [718b5d1](https://github.com/BlueBrain/BluePyParallel/commit/718b5d14893b1b74b322fa5c3303e38f190239b7)) |
10 | 32 |
|
11 | 33 | ### New Features
|
12 | 34 |
|
13 |
| -- Improve the ways dask can be configured (Adrien Berchet - [c16e686](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/c16e686aa026527f96d74d9619a120872446f637)) |
| 35 | +- Improve the ways dask can be configured (Adrien Berchet - [c16e686](https://github.com/BlueBrain/BluePyParallel/commit/c16e686aa026527f96d74d9619a120872446f637)) |
14 | 36 |
|
15 |
| -## [bluepyparallel-v0.1.0](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/compare/bluepyparallel-v0.0.9...bluepyparallel-v0.1.0) |
| 37 | +## [0.1.0](https://github.com/BlueBrain/BluePyParallel/compare/0.0.9..0.1.0) |
16 | 38 |
|
17 | 39 | > 5 October 2023
|
18 | 40 |
|
19 | 41 | ### Build
|
20 | 42 |
|
21 |
| -- Drop support for Python 3.7 (Adrien Berchet - [f948fb3](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/f948fb3871597ad140186389f1ddf1a89852917f)) |
| 43 | +- Drop support for Python 3.7 (Adrien Berchet - [f948fb3](https://github.com/BlueBrain/BluePyParallel/commit/f948fb3871597ad140186389f1ddf1a89852917f)) |
22 | 44 |
|
23 | 45 | ### New Features
|
24 | 46 |
|
25 |
| -- Improve how dask can be configured (Adrien Berchet - [0aae758](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/0aae758294d2cda9404defadcc226b900be5b8a7)) |
| 47 | +- Improve how dask can be configured (Adrien Berchet - [0aae758](https://github.com/BlueBrain/BluePyParallel/commit/0aae758294d2cda9404defadcc226b900be5b8a7)) |
26 | 48 |
|
27 |
| -## [bluepyparallel-v0.0.9](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/compare/bluepyparallel-v0.0.8...bluepyparallel-v0.0.9) |
| 49 | +## [0.0.9](https://github.com/BlueBrain/BluePyParallel/compare/0.0.8..0.0.9) |
28 | 50 |
|
29 | 51 | > 27 February 2023
|
30 | 52 |
|
31 | 53 | ### Chores And Housekeeping
|
32 | 54 |
|
33 |
| -- Compatibility with SQLAlchemy>=2 (Adrien Berchet - [6acefdc](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/6acefdcaa56f55a1a39d9c926031093f19263249)) |
| 55 | +- Compatibility with SQLAlchemy>=2 (Adrien Berchet - [6acefdc](https://github.com/BlueBrain/BluePyParallel/commit/6acefdcaa56f55a1a39d9c926031093f19263249)) |
34 | 56 |
|
35 | 57 | ### CI Improvements
|
36 | 58 |
|
37 |
| -- Bump pre-commit hooks (Adrien Berchet - [e7e6229](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/e7e62292c36d43c9677747c0de3938e36eb55e9a)) |
38 |
| -- Fix coverage job for tox 4 (Adrien Berchet - [050d199](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/050d199ca548760b48dfef003fc6514588930c58)) |
| 59 | +- Bump pre-commit hooks (Adrien Berchet - [e7e6229](https://github.com/BlueBrain/BluePyParallel/commit/e7e62292c36d43c9677747c0de3938e36eb55e9a)) |
| 60 | +- Fix coverage job for tox 4 (Adrien Berchet - [050d199](https://github.com/BlueBrain/BluePyParallel/commit/050d199ca548760b48dfef003fc6514588930c58)) |
39 | 61 |
|
40 |
| -## bluepyparallel-v0.0.8 |
| 62 | +## [0.0.8](https://github.com/BlueBrain/BluePyParallel/compare/0.0.7..0.0.8) |
41 | 63 |
|
42 | 64 | > 31 October 2022
|
43 | 65 |
|
44 | 66 | ### Documentation Changes
|
45 | 67 |
|
46 |
| -- Fix requirements for doc generation (Adrien Berchet - [52f8c53](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/52f8c534e2779d874a04539135cd3fcb2ee7626f)) |
| 68 | +- Fix requirements for doc generation (Adrien Berchet - [52f8c53](https://github.com/BlueBrain/BluePyParallel/commit/52f8c534e2779d874a04539135cd3fcb2ee7626f)) |
47 | 69 |
|
48 | 70 | ### Refactoring and Updates
|
49 | 71 |
|
50 |
| -- Apply Copier template (Adrien Berchet - [fa06074](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/fa06074e8de5dc80545b7db8d03ea3aa726020c8)) |
| 72 | +- Apply Copier template (Adrien Berchet - [fa06074](https://github.com/BlueBrain/BluePyParallel/commit/fa06074e8de5dc80545b7db8d03ea3aa726020c8)) |
51 | 73 |
|
52 | 74 | ### Changes to Test Assests
|
53 | 75 |
|
54 |
| -- Fix cluster creation to ignore missing Bokeh dependency (Adrien Berchet - [51eca82](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/51eca823bce5952cc138c05d976250d426831a46)) |
55 |
| -- Fix index name in test_evaluator.py (Adrien Berchet - [f2e7906](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/f2e7906c04e6d2bcf1ef758ed52cc387c34fa3e9)) |
| 76 | +- Fix cluster creation to ignore missing Bokeh dependency (Adrien Berchet - [51eca82](https://github.com/BlueBrain/BluePyParallel/commit/51eca823bce5952cc138c05d976250d426831a46)) |
| 77 | +- Fix index name in test_evaluator.py (Adrien Berchet - [f2e7906](https://github.com/BlueBrain/BluePyParallel/commit/f2e7906c04e6d2bcf1ef758ed52cc387c34fa3e9)) |
56 | 78 |
|
57 | 79 | ### CI Improvements
|
58 | 80 |
|
59 |
| -- Update pre-commit hook versions (Adrien Berchet - [af662b0](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/af662b0fb787e99971d6ccf65f813b41dc9ff21d)) |
| 81 | +- Update pre-commit hook versions (Adrien Berchet - [af662b0](https://github.com/BlueBrain/BluePyParallel/commit/af662b0fb787e99971d6ccf65f813b41dc9ff21d)) |
| 82 | + |
| 83 | +### General Changes |
| 84 | + |
| 85 | +- Fix dict inconsistency (Alexis Arnaudon - [a7a7849](https://github.com/BlueBrain/BluePyParallel/commit/a7a7849c8cec4915b2860a6db352aa25d38f505a)) |
| 86 | +- Change name of package to be consistent with (Alexander Dietz - [c156f58](https://github.com/BlueBrain/BluePyParallel/commit/c156f5803edddc56c3ff7cc11b40b2354a5c150a)) |
| 87 | + |
| 88 | +## [0.0.7](https://github.com/BlueBrain/BluePyParallel/compare/0.0.6..0.0.7) |
| 89 | + |
| 90 | +> 31 March 2022 |
| 91 | +
|
| 92 | +### General Changes |
| 93 | + |
| 94 | +- Use pytest template to improve tests and coverage reports (Adrien Berchet - [a088540](https://github.com/BlueBrain/BluePyParallel/commit/a088540c8a48ae2aaff77f630e1e66829a150497)) |
| 95 | +- Handle deconnections and fix requirements (Adrien Berchet - [3ca7b7d](https://github.com/BlueBrain/BluePyParallel/commit/3ca7b7db75d04aa06c62242dcd353c17dc3968f4)) |
| 96 | +- Migration from gerrit to github (Adrien Berchet - [f25bf4c](https://github.com/BlueBrain/BluePyParallel/commit/f25bf4c0e9530a67b1e8f8b0dd9c9453534112f3)) |
| 97 | +- Add auto-release job in CI (Adrien Berchet - [38cee05](https://github.com/BlueBrain/BluePyParallel/commit/38cee05378d30683cfbb0ca12722f742ca96d85e)) |
| 98 | +- Increase number of CPUs in CI (Adrien Berchet - [c58255c](https://github.com/BlueBrain/BluePyParallel/commit/c58255c13266911b9e11df4aad633f230dd75cda)) |
| 99 | +- Remove MPI module from CI (Adrien Berchet - [51c6792](https://github.com/BlueBrain/BluePyParallel/commit/51c6792106e9cd8a36994c6462fc91d6ba1a8a00)) |
| 100 | + |
| 101 | +## [0.0.6](https://github.com/BlueBrain/BluePyParallel/compare/0.0.5..0.0.6) |
| 102 | + |
| 103 | +> 21 June 2021 |
| 104 | +
|
| 105 | +### General Changes |
| 106 | + |
| 107 | +- Improve DB inserts for dask_dataframe factory (Adrien Berchet - [d4a6767](https://github.com/BlueBrain/BluePyParallel/commit/d4a6767a1efe2e5fd6f371b05fa2b6fcf6ed308d)) |
| 108 | + |
| 109 | +## [0.0.5](https://github.com/BlueBrain/BluePyParallel/compare/0.0.4..0.0.5) |
| 110 | + |
| 111 | +> 11 May 2021 |
| 112 | +
|
| 113 | +### General Changes |
| 114 | + |
| 115 | +- dask_dataframe (arnaudon - [df4b447](https://github.com/BlueBrain/BluePyParallel/commit/df4b4474ee1c91f5af24cdb9cf6db7f4169a0c7a)) |
| 116 | +- changelog (arnaudon - [4d90cd2](https://github.com/BlueBrain/BluePyParallel/commit/4d90cd239fe8e26a5f66862e23f609c50f89da6c)) |
| 117 | +- Add minimal python version (Adrien Berchet - [38e45d2](https://github.com/BlueBrain/BluePyParallel/commit/38e45d2960db0d7bdb3696b27e397fd6bb0f3069)) |
| 118 | +- release 0.0.5 (arnaudon - [30e3fd0](https://github.com/BlueBrain/BluePyParallel/commit/30e3fd07d8d7ec8f56e680109de37e30614449d0)) |
| 119 | + |
| 120 | +## [0.0.4](https://github.com/BlueBrain/BluePyParallel/compare/0.0.3..0.0.4) |
| 121 | + |
| 122 | +> 24 March 2021 |
| 123 | +
|
| 124 | +### General Changes |
| 125 | + |
| 126 | +- Update doc, README and author (Adrien Berchet - [9dde38a](https://github.com/BlueBrain/BluePyParallel/commit/9dde38ab56ef77144ef938ece21b338cc1284511)) |
| 127 | + |
| 128 | +## [0.0.3](https://github.com/BlueBrain/BluePyParallel/compare/0.0.2..0.0.3) |
| 129 | + |
| 130 | +> 24 March 2021 |
| 131 | +
|
| 132 | +### General Changes |
| 133 | + |
| 134 | +- Add wrapper to pass args and kwargs to the function and improve test coverage (Adrien Berchet - [790656b](https://github.com/BlueBrain/BluePyParallel/commit/790656bac98dcdcaee2697e2f96a767798b4d89b)) |
| 135 | +- Clean and improve the code (Adrien Berchet - [8762ada](https://github.com/BlueBrain/BluePyParallel/commit/8762ada3597dcdb662a119af87fc5106adba8b4d)) |
| 136 | +- Reduce SQL I/Os and can now pass args to the evaluation function (Adrien Berchet - [2a3e1f0](https://github.com/BlueBrain/BluePyParallel/commit/2a3e1f0367b93229710114835e505e3cf881f377)) |
| 137 | +- Add DB API using SQLAlchemy (Adrien Berchet - [c94dc94](https://github.com/BlueBrain/BluePyParallel/commit/c94dc94d16cc8cbc53e058930a9720e834b90836)) |
| 138 | +- Improve factory interfaces (Adrien Berchet - [427930e](https://github.com/BlueBrain/BluePyParallel/commit/427930ea0a6150a15ad87afccdcabc98d4573405)) |
| 139 | +- Improve performance (Adrien Berchet - [4619d24](https://github.com/BlueBrain/BluePyParallel/commit/4619d24abc49ee5e628cd5e9dab4ca9d8361ba12)) |
| 140 | +- Add PostgreSQL tests (Adrien Berchet - [ccdca61](https://github.com/BlueBrain/BluePyParallel/commit/ccdca6143ee082210bd377110469e7cf41871b1c)) |
| 141 | +- bump version (arnaudon - [592efdf](https://github.com/BlueBrain/BluePyParallel/commit/592efdf583fb1bbe71bd6036a0e08990a3b86e9d)) |
| 142 | +- fix logging (arnaudon - [626484c](https://github.com/BlueBrain/BluePyParallel/commit/626484cc4e7909586f8b3498095a6bc856488bcf)) |
| 143 | + |
| 144 | +## [0.0.2](https://github.com/BlueBrain/BluePyParallel/compare/0.0.1..0.0.2) |
| 145 | + |
| 146 | +> 10 February 2021 |
| 147 | +
|
| 148 | +### General Changes |
| 149 | + |
| 150 | +- remove mention to combos (arnaudon - [104cf61](https://github.com/BlueBrain/BluePyParallel/commit/104cf61b10ced94bea0194f7fab3049cae1d7049)) |
| 151 | +- new release (arnaudon - [a3ebbe2](https://github.com/BlueBrain/BluePyParallel/commit/a3ebbe269ca365388ba03d2e591273b93702d1fc)) |
| 152 | + |
| 153 | +## 0.0.1 |
| 154 | + |
| 155 | +> 9 February 2021 |
60 | 156 |
|
61 | 157 | ### General Changes
|
62 | 158 |
|
63 |
| -- first commit (arnaudon - [e6a7274](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/e6a727467a50fd3c52c3d65a37f6da8287ca7467)) |
64 |
| -- Add wrapper to pass args and kwargs to the function and improve test coverage (Adrien Berchet - [790656b](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/790656bac98dcdcaee2697e2f96a767798b4d89b)) |
65 |
| -- Clean and improve the code (Adrien Berchet - [8762ada](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/8762ada3597dcdb662a119af87fc5106adba8b4d)) |
66 |
| -- Reduce SQL I/Os and can now pass args to the evaluation function (Adrien Berchet - [2a3e1f0](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/2a3e1f0367b93229710114835e505e3cf881f377)) |
67 |
| -- dask_dataframe (arnaudon - [df4b447](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/df4b4474ee1c91f5af24cdb9cf6db7f4169a0c7a)) |
68 |
| -- Add DB API using SQLAlchemy (Adrien Berchet - [c94dc94](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/c94dc94d16cc8cbc53e058930a9720e834b90836)) |
69 |
| -- Use pytest template to improve tests and coverage reports (Adrien Berchet - [a088540](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/a088540c8a48ae2aaff77f630e1e66829a150497)) |
70 |
| -- Update doc, README and author (Adrien Berchet - [9dde38a](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/9dde38ab56ef77144ef938ece21b338cc1284511)) |
71 |
| -- Improve factory interfaces (Adrien Berchet - [427930e](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/427930ea0a6150a15ad87afccdcabc98d4573405)) |
72 |
| -- Improve performance (Adrien Berchet - [4619d24](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/4619d24abc49ee5e628cd5e9dab4ca9d8361ba12)) |
73 |
| -- remove mention to combos (arnaudon - [104cf61](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/104cf61b10ced94bea0194f7fab3049cae1d7049)) |
74 |
| -- Improve DB inserts for dask_dataframe factory (Adrien Berchet - [d4a6767](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/d4a6767a1efe2e5fd6f371b05fa2b6fcf6ed308d)) |
75 |
| -- Handle deconnections and fix requirements (Adrien Berchet - [3ca7b7d](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/3ca7b7db75d04aa06c62242dcd353c17dc3968f4)) |
76 |
| -- Migration from gerrit to github (Adrien Berchet - [f25bf4c](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/f25bf4c0e9530a67b1e8f8b0dd9c9453534112f3)) |
77 |
| -- Add auto-release job in CI (Adrien Berchet - [38cee05](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/38cee05378d30683cfbb0ca12722f742ca96d85e)) |
78 |
| -- Add PostgreSQL tests (Adrien Berchet - [ccdca61](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/ccdca6143ee082210bd377110469e7cf41871b1c)) |
79 |
| -- Increase number of CPUs in CI (Adrien Berchet - [c58255c](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/c58255c13266911b9e11df4aad633f230dd75cda)) |
80 |
| -- changelog (arnaudon - [4d90cd2](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/4d90cd239fe8e26a5f66862e23f609c50f89da6c)) |
81 |
| -- Add minimal python version (Adrien Berchet - [38e45d2](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/38e45d2960db0d7bdb3696b27e397fd6bb0f3069)) |
82 |
| -- Remove MPI module from CI (Adrien Berchet - [51c6792](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/51c6792106e9cd8a36994c6462fc91d6ba1a8a00)) |
83 |
| -- Fix dict inconsistency (Alexis Arnaudon - [a7a7849](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/a7a7849c8cec4915b2860a6db352aa25d38f505a)) |
84 |
| -- Change name of package to be consistent with (Alexander Dietz - [c156f58](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/c156f5803edddc56c3ff7cc11b40b2354a5c150a)) |
85 |
| -- release 0.0.5 (arnaudon - [30e3fd0](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/30e3fd07d8d7ec8f56e680109de37e30614449d0)) |
86 |
| -- bump version (arnaudon - [592efdf](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/592efdf583fb1bbe71bd6036a0e08990a3b86e9d)) |
87 |
| -- fix logging (arnaudon - [626484c](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/626484cc4e7909586f8b3498095a6bc856488bcf)) |
88 |
| -- new release (arnaudon - [a3ebbe2](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/a3ebbe269ca365388ba03d2e591273b93702d1fc)) |
89 |
| -- first release (arnaudon - [4585e48](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/4585e48703c1dd1dd5c3520d968b1afa83e88231)) |
90 |
| -- Initial empty repository (Luis Pigueiras - [e94be56](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/e94be563ef61330fc1c452b1506dff5b8bcab90a)) |
| 159 | +- first commit (arnaudon - [e6a7274](https://github.com/BlueBrain/BluePyParallel/commit/e6a727467a50fd3c52c3d65a37f6da8287ca7467)) |
| 160 | +- first release (arnaudon - [4585e48](https://github.com/BlueBrain/BluePyParallel/commit/4585e48703c1dd1dd5c3520d968b1afa83e88231)) |
| 161 | +- Initial empty repository (Luis Pigueiras - [e94be56](https://github.com/BlueBrain/BluePyParallel/commit/e94be563ef61330fc1c452b1506dff5b8bcab90a)) |
0 commit comments