Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build and install with miniconda #2271

Merged
merged 6 commits into from
May 27, 2024
Merged

Conversation

ErbB4
Copy link
Collaborator

@ErbB4 ErbB4 commented Apr 23, 2024

from source

doc/install/build_install.rst Show resolved Hide resolved
doc/install/build_install.rst Outdated Show resolved Hide resolved
doc/install/build_install.rst Outdated Show resolved Hide resolved
doc/install/build_install.rst Show resolved Hide resolved
doc/install/build_install.rst Show resolved Hide resolved
doc/install/build_install.rst Outdated Show resolved Hide resolved
ErbB4 and others added 4 commits May 21, 2024 11:21
added a line to check python version
added info about OS info
included python format
@ErbB4 ErbB4 requested a review from thorstenhater May 27, 2024 12:44
@ErbB4 ErbB4 marked this pull request as ready for review May 27, 2024 12:47
Copy link
Contributor

@thorstenhater thorstenhater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, look great

@thorstenhater thorstenhater merged commit 9d02e21 into arbor-sim:master May 27, 2024
3 checks passed
thorstenhater added a commit that referenced this pull request Aug 9, 2024
# v0.10.0 (*08.08.2024*)

## Major Changes since v0.9.0
* Automatic network generation from high-level specifications.
* Units at the user interface including scaling and conversion.
* Morphologies are loaded through a unified interface; which produces a bundle of morphology, metadata, and segment tree.

## Internal Updates

* Documentation overhaul
* Python bindings offer type stubs; giving auto-completion and inline documentation in some editors/IDEs.
* Performance improvements
  - Label resolution uses hashes instead of strings, saving memory, network traffic, and time.
  - Spike delivery is up to 30% faster leading to 10% end-to-end improvements in some cases (e.g. `example/brunel`) 
  - Load balancing is faster and doesn't rely on MPI, leading to shorter setup times for large networks.
* Fixes
  - Better support for source builds on MacOS (aarch64)
  - `modcc` no longer allows internal variables (`v`, `celsius`, ...) as `ASSIGNED`
  - Better support for raw (C++) mechanisms
* MC cells renamed cable cells.
  
## Breaking changes
* Return values of all morphology loaders have changed.
* Raw (segment tree) loaders removed.
* Support for Python 3.8 removed.
* C++: Removed `simulation::inject_events`, use a generator instead. 
  
## New Contributors
* @ErbB4 made their first contribution in #2271

**Full Changelog**: v0.9.0...v0.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants