Lfpy

Latest version: v2.3.2

Safety actively analyzes 688896 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 10

2.2rc5

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.2:

2dacb9b (HEAD -> master, tag: v2.2rc5, origin/master, origin/HEAD) prep 2.2rc5 release (294)
4a474a4 extended Network.connect() save_connections feature to include all synaptic info (293)
540f094 (origin/master, origin/HEAD) Add macOS to build recipe (291)
61441f5 stale after 90 days, close after 30 (290)
3d2c34e run builds on python3.9, removed 3.6 (288)
334688f call mknrndll on Windows if it is available (284)
b0f8207 extended conda install instructions (282)
4620e8c removed print statement (281)
c8c7ff4 run coveralls after tests (279)
536ae73 goodbye travis-ci and thanks for all the fish (277)
71d1a1b missed commit (275)
f954772 bump version (274)
7a3b612 (tag: v2.2rc3) bump version (again)
df1f553 added some test files to MANIFEST, bump version
df4658e (tag: v2.2rc2) added long_description_content_type for PyPI
fd65dbc don't build wheels (272)
7ca094b test travisCI.com (271)
018168b bump version (need to test pythonpublish action) (270)

2.2rc3

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:

7a3b612 (HEAD -> master, tag: v2.2rc3, origin/master, origin/HEAD) bump version (again)
df1f553 added some test files to MANIFEST, bump version
df4658e (tag: v2.2rc2) added long_description_content_type for PyPI
fd65dbc don't build wheels (272)
7ca094b test travisCI.com (271)
018168b bump version (need to test pythonpublish action) (270)

2.2rc2

2.2rc1

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

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

2.1.2

Maintenance release.

Commits since previous release (https://github.com/LFPy/LFPy/releases/tag/v2.1.1):
133f901 (HEAD -> master, tag: v2.1.2, origin/master, origin/HEAD) bump version to 2.1.2 before 2.2rc1 (268)
031ccc2 use buildpack-deps:focal as base
49f819f (Helveg/master) set different seeds for each external input (244)
5b1ced9 Update README.md
d60dc91 (origin/lfpykit) removed create_rotation_file.py (215)
3660710 give default values to 4-sphere radius and sigmas. Some cleanup (188)
e2b2a3d Merge pull request 212 from espenhgn/rel_v2.1.1

Page 3 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.