Release notes:
This release incorporates LFPykit (https://github.com/LFPy/LFPykit), and breaks backwards compatibility in certain cases as detalied here: https://github.com/LFPy/LFPy/pull/226#issue-496068806
Changesets
This feature/bugfix Release Candidate contains the following changesets since https://github.com/LFPy/LFPy/releases/tag/v2.1.1
19bc95d (HEAD -> master, tag: v2.2rc1, origin/master, origin/HEAD) Merge pull request 226 from LFPy/2.2.dev0
0993e1b (origin/2.2.dev0, 2.2.dev0) fixed merge conflicts
b82bc92 Merge branch '2.2.dev0' of github.com:LFPy/LFPy into 2.2.dev0
c1252eb added some missing tests to LFPy.run_tests function (269)
9ebd40b call destructor
f4e870e Bump version to 2.2rc1 etc (267)
b9ef180 add class VolumetricCurrentSourceDensity (265)
296ad04 more appropriate assert patterns (263)
9ddb76d Prep merge with master (262)
6de0526 Removed DeprecationWarnings (260)
15482b8 Replaced exec calls by setattr (255)
df422c4 add python wheels to python publish action (258)
46324de Example fixes (259)
0f76be2 use neuron from pipy for ci (257)
ee6939b Replaced static default parameters with more suited pattern. closes 253 (254)
5077d53 avoid multistage build (singularity)
10405c7 point docker badge to hub.docker.com/r/lfpy/lfpy
04c5451 moving docker hub Dockerfile here (256)
645f1b4 (Helveg/2.2.dev0) set different seeds for each external input (245)
ac64d80 Docker (243)
49bbff1 fixed parameter dependent namespace cleanup (240)
9caaced Fixed import of parameterset.ParameterSet which caused MPI hangs (239)
a8fc6fe fix freeze on multinode jobs
321864f added funding info from master branch
0f97ed4 include NYHeadModel class from LFPykit (237)
5a88faf imports lfpykit.LaminarCurrentSourceDensity. Updated documentation (236)
829cdf3 Update python-app.yml
b7eeacd Update python-app.yml
47041ff Documentation overhaul (233)
d0df0bc monkeypatches LFPykit classes with LFPy-specific methods (231)
064b993 Update python-app.yml
84e6289 More example fixes (230)
c0f8c7c fix EOF
9faa120 should stop lintly complaining
99ab4df Update python-app.yml
0c6160c Merge pull request 228 from LFPy/espenhgn-patch-1
147eb1a Update python-app.yml
ea4d700 Merge pull request 227 from LFPy/espenhgn-patch-1
f1b021b Update python-app.yml
b0a6a62 use LFPykitmaster
b01d798 Merge pull request 225 from LFPy/fix-222-2
f1c62d6 fixed examples
67da39b Incorporate LFPykit into LFPy (220)
29de022 converted run_simulation._run_simulation to Cell class method (217)
4b405dd removed python 3.6 from travisCI builds
5949319 adds misc. files for workflows and Issue automation
68394cf add LFPykit to travisCI build
e7ec1a0 adds LFPykit as dependency, starts v2.2 development