Recent Releases of py-bluepyopt

py-bluepyopt - 1.14.17

What's Changed

  • use pyproject.toml and remove versioneer by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/500

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.16...1.14.17

- Python
Published by github-actions[bot] over 1 year ago

py-bluepyopt - 1.14.16

What's Changed

  • update date in copyright in readme by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/499

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.15...1.14.16

- Python
Published by github-actions[bot] over 1 year ago

py-bluepyopt - 1.14.15

What's Changed

  • replace_axon now allows the axon length and numbr of sections to be set by @Hjorthmedh in https://github.com/BlueBrain/BluePyOpt/pull/496

New Contributors

  • @Hjorthmedh made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/496

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.14...1.14.15

- Python
Published by github-actions[bot] over 1 year ago

py-bluepyopt - 1.14.14

What's Changed

  • fix arbor tests with latest arbor version by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/498

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.13...1.14.14

- Python
Published by github-actions[bot] over 1 year ago

py-bluepyopt - 1.14.13

What's Changed

  • fix exlude examples by @penguinpee in https://github.com/BlueBrain/BluePyOpt/pull/467

New Contributors

  • @penguinpee made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/467

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.12...1.14.13

- Python
Published by github-actions[bot] over 1 year ago

py-bluepyopt - 1.14.12

What's Changed

  • adding build block to .readthedocs.yml by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/493

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.11...1.14.12

- Python
Published by github-actions[bot] almost 2 years ago

py-bluepyopt - 1.14.11

What's Changed

  • Fix pytest setup() deprecation in tests by @wvangeit in https://github.com/BlueBrain/BluePyOpt/pull/492

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.10...1.14.11

- Python
Published by github-actions[bot] almost 2 years ago

py-bluepyopt - 1.14.10

What's Changed

  • make SingletonWeightObjective a child of SingletonObjective by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/487

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.9...1.14.10

- Python
Published by github-actions[bot] about 2 years ago

py-bluepyopt - 1.14.9

What's Changed

  • update jinja template to have getCell function by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/486

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.8...1.14.9

- Python
Published by github-actions[bot] about 2 years ago

py-bluepyopt - 1.14.8

What's Changed

  • New scaler: NrnSegmentSomaDistanceStepScaler by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/484

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.7...1.14.8

- Python
Published by github-actions[bot] about 2 years ago

py-bluepyopt - 1.14.7

What's Changed

  • Make examples compatible with numpy2 by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/482

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.6...1.14.7

- Python
Published by github-actions[bot] about 2 years ago

py-bluepyopt - 1.14.6

What's Changed

  • use neuron from its official pypi release #minor by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/477

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.5...1.14.6

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.5

What's Changed

  • remove future imports by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/473

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.4...1.14.5

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.4

What's Changed

  • add None return for peaktimes in calculatefeature() of extraFELFeature class by @darshanmandge in https://github.com/BlueBrain/BluePyOpt/pull/472

New Contributors

  • @darshanmandge made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/472

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.3...1.14.4

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.3

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.2...1.14.3

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.2

What's Changed

  • Adding zenodo banner by @wvangeit in https://github.com/BlueBrain/BluePyOpt/pull/470

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.1...1.14.2

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.1

What's Changed

  • bump pebble min version to 4.6.0 by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/469

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.14.0...1.14.1

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - 1.14.0

What's Changed

  • avoid loading hoc.so in mac that raises symbol not found #417 by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/418
  • fork subprocess and set neuron dt before ipyp process by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/425
  • add test for isolated protocol run by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/426
  • Also test on macos in github actions by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/427
  • Implement LFPy backend by @alejoe91 in https://github.com/BlueBrain/BluePyOpt/pull/385
  • Can now write cell as neuroml file by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/428
  • get LFPy from PyPi by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/431
  • With macos, only run tests for latest python by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/432
  • Fix parameterscalers by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/433
  • Update README.rst by @wvangeit in https://github.com/BlueBrain/BluePyOpt/pull/434
  • fix typo in parameters.py by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/435
  • make bluepyopt tox4 compatible by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/436
  • Fix 'keep alive' workflow by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/437
  • neuroml module by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/438
  • add neuroml notebook in examples by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/439
  • neuroml small improvements by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/440
  • Allow custom mechanism in neuroml conversion by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/441
  • Arbor cable cell exporter and backend by @lukasgd in https://github.com/BlueBrain/BluePyOpt/pull/393
  • add a public generate_parameters function by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/442
  • Api changes by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/443
  • add py3.11 test workflow by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/444
  • drop python3.7 support by @anilbey in https://github.com/BlueBrain/BluePyOpt/pull/446
  • Update l5pc example benchmark for numpy.float deprecation by @musicinmybrain in https://github.com/BlueBrain/BluePyOpt/pull/445
  • wiki publications update by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/447
  • add latest Masoli paper to bibtex file by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/449
  • Fix location if section list is empty by @arnaudon in https://github.com/BlueBrain/BluePyOpt/pull/451
  • New stagnation stopping criterion by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/450
  • use with context manager when reading/writing files by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/455
  • Fix issue #423 by @wvangeit in https://github.com/BlueBrain/BluePyOpt/pull/456
  • Fix tsodyksmarkramstp example by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/458
  • revert opening/closing pickle file at each generation by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/459
  • possibility of using a minimum amount of time before saving optimisation by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/460
  • Add new papers to BPO wiki, make titles bold and sort by date by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/461
  • Fix get_context of multiprocessing for windows compatibility by @DrTaDa in https://github.com/BlueBrain/BluePyOpt/pull/454
  • Fix typos in example notebooks by @pitmonticone in https://github.com/BlueBrain/BluePyOpt/pull/463
  • add gh workflow to sync to ebrains mirror at each push by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/464
  • tag and release at each push to master by @AurelienJaquier in https://github.com/BlueBrain/BluePyOpt/pull/465

New Contributors

  • @alejoe91 made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/385
  • @lukasgd made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/393
  • @musicinmybrain made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/445
  • @pitmonticone made their first contribution in https://github.com/BlueBrain/BluePyOpt/pull/463

Full Changelog: https://github.com/BlueBrain/BluePyOpt/compare/1.13...1.14.0

- Python
Published by github-actions[bot] over 2 years ago

py-bluepyopt - Add CMA-ES optimization algorithm

- Python
Published by wvangeit almost 4 years ago