Skip to content

Commit

Permalink
Update CHANGELOG and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed May 21, 2024
1 parent f683dd6 commit 682ca9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 4.1.0
* Added `ParsesReferences` mixin from bsb-json to allow reference and import in configuration files.
This includes also a recursive parsing of the configuration files.
* Added `swap_axes` function in morphologies
* Added API test in pre-commit config and fix duplicate entries.
* Fix `PackageRequirement`, `ConfigurationListAttribute`, and `ConfigurationDictAttribute`
inverse functions
* Refactor `CodeDependencyNode` module attribute to be either a module like string or a path string
* Fix of assert_same_len
* Fix of test_particle_vd

# 4.0.0 - Too much to list

## 40.0.0a32
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Any package in the BSB ecosystem can be installed from PyPI through `pip`. Most
will want to install the main [bsb](https://pypi.org/project/bsb/) framework:

```
pip install "bsb~=4.0"
pip install "bsb~=4.1"
```

Advanced users looking to control install an unconventional combination of plugins might
be better of installing just this package, and the desired plugins:

```
pip install "bsb-core~=4.0"
pip install "bsb-core~=4.1"
```

Note that installing `bsb-core` does not come with any plugins installed and the usually
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The BSB framework can be installed using ``pip``:

.. code-block:: bash
pip install "bsb~=4.0"
pip install "bsb~=4.1"
You can verify that the installation works with:

Expand Down Expand Up @@ -47,7 +47,7 @@ To then install the BSB with parallel MPI support:

.. code-block:: bash
pip install "bsb[parallel]~=4.0"
pip install "bsb[parallel]~=4.1"
Simulator backends
==================
Expand Down

0 comments on commit 682ca9c

Please sign in to comment.