Skip to content

Commit

Permalink
馃殌 5.0.0 release (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrtnerMichael committed Mar 13, 2024
1 parent 5a47002 commit fe3aa44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to magpylib are documented here.

# Changelog

## [5.0.0rc0] - 2024-03-13
## [5.0.0] - 2024-03-13
### 鈿狅笍 Breaking Changes 鈿狅笍
- The Magpylib inputs and outputs are now in **SI Units**.
- The `magnetization` parameter has also been redefined to reflect the true physical magnetization quantity in units of A/m.
Expand Down Expand Up @@ -452,7 +452,7 @@ The first official release of the magpylib library.

---

[5.0.0rc0]:https://github.com/magpylib/magpylib/compare/4.5.1...HEAD
[5.0.0]:https://github.com/magpylib/magpylib/compare/4.5.1...HEAD
[4.5.1]:https://github.com/magpylib/magpylib/compare/4.5.0...4.5.1
[4.5.0]:https://github.com/magpylib/magpylib/compare/4.4.0...4.5.0
[4.4.1]:https://github.com/magpylib/magpylib/compare/4.4.0...4.4.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</a>
<a href="https://anaconda.org/conda-forge/magpylib"> <img src="https://anaconda.org/conda-forge/magpylib/badges/version.svg" alt="Conda Cloud" height="18">
</a>
<a href="https://mybinder.org/v2/gh/magpylib/magpylib/5.0.0rc0?filepath=docs%2Fexamples"> <img src="https://mybinder.org/badge_logo.svg" alt="MyBinder link" height="18">
<a href="https://mybinder.org/v2/gh/magpylib/magpylib/5.0.0?filepath=docs%2Fexamples"> <img src="https://mybinder.org/badge_logo.svg" alt="MyBinder link" height="18">
</a>
<a href="https://github.com/psf/black"> <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="black" height="18">
</a>
Expand Down Expand Up @@ -136,7 +136,7 @@ A valid software citation could be
author = {{Michael-Ortner et al.}},
title = {magpylib},
url = {https://magpylib.readthedocs.io/en/latest/},
version = {5.0.0rc0},
version = {5.0.0},
date = {2023-06-25},
}
```
2 changes: 1 addition & 1 deletion magpylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""
# module level dunders
__version__ = "5.0.0rc0"
__version__ = "5.0.0"
__author__ = "Michael Ortner & Alexandre Boisselet"
__credits__ = "The Magpylib community"
__all__ = [
Expand Down

0 comments on commit fe3aa44

Please sign in to comment.