Skip to content

Commit 3e8998b

Browse files
Release: 0.2.1 (#3)
1 parent ce49a4e commit 3e8998b

File tree

2 files changed

+117
-45
lines changed

2 files changed

+117
-45
lines changed

.auto-changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"commitUrl": "https://github.com/BlueBrain/BluePyParallel/commit/{id}",
88
"issueUrl": "https://github.com/BlueBrain/BluePyParallel/issues/{id}",
99
"mergeUrl": "https://github.com/BlueBrain/BluePyParallel/pull/{id}",
10-
"compareUrl": "https://github.com/BlueBrain/BluePyParallel/compare/{from}..{to}"
10+
"compareUrl": "https://github.com/BlueBrain/BluePyParallel/compare/{from}..{to}",
11+
"startingVersion": "0.2.1"
1112
}

CHANGELOG.md

Lines changed: 115 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,161 @@
11
# Changelog
22

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)
426

527
> 6 November 2023
628
729
### Build
830

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))
1032

1133
### New Features
1234

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))
1436

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)
1638

1739
> 5 October 2023
1840
1941
### Build
2042

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))
2244

2345
### New Features
2446

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))
2648

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)
2850

2951
> 27 February 2023
3052
3153
### Chores And Housekeeping
3254

33-
- Compatibility with SQLAlchemy&gt;=2 (Adrien Berchet - [6acefdc](https://bbpgitlab.epfl.ch/neuromath/bluepyparallel/commit/6acefdcaa56f55a1a39d9c926031093f19263249))
55+
- Compatibility with SQLAlchemy&gt;=2 (Adrien Berchet - [6acefdc](https://github.com/BlueBrain/BluePyParallel/commit/6acefdcaa56f55a1a39d9c926031093f19263249))
3456

3557
### CI Improvements
3658

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))
3961

40-
## bluepyparallel-v0.0.8
62+
## [0.0.8](https://github.com/BlueBrain/BluePyParallel/compare/0.0.7..0.0.8)
4163

4264
> 31 October 2022
4365
4466
### Documentation Changes
4567

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))
4769

4870
### Refactoring and Updates
4971

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))
5173

5274
### Changes to Test Assests
5375

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))
5678

5779
### CI Improvements
5880

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
60156
61157
### General Changes
62158

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

Comments
 (0)