Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0647b66

Browse files
πŸš€ 5.1.1 release (#821)
* changelog update * version bump
1 parent 5a8454d commit 0647b66

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased] - YYYY-MM-DD
44

5+
## [5.1.1] - 2024-10-31
6+
- Included magpylib-force version 0.3.1 in documentation
7+
- Removed unused issue templates and improved PR template
8+
59
## [5.1.0] - 2024-10-09
610
- Fixed a bug where the magnetization arrow graphical representation would be anchored badly after rotation ([#805](https://github.com/magpylib/magpylib/issues/805))
711
- Added `units_length` input to the `show` function to allow displaying axes with different length units. This parameter can be set individually for each subplot. ([#786](https://github.com/magpylib/magpylib/pull/786))
@@ -480,7 +484,8 @@ The first official release of the Magpylib library.
480484

481485
---
482486

483-
[Unreleased]:https://github.com/magpylib/magpylib/compare/5.1.0...HEAD
487+
[Unreleased]:https://github.com/magpylib/magpylib/compare/5.1.1...HEAD
488+
[5.1.1]:https://github.com/magpylib/magpylib/compare/5.1.0...5.1.1
484489
[5.1.0]:https://github.com/magpylib/magpylib/compare/5.0.4...5.1.0
485490
[5.0.4]:https://github.com/magpylib/magpylib/compare/5.0.3...5.0.4
486491
[5.0.3]:https://github.com/magpylib/magpylib/compare/5.0.2...5.0.3

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</a>
2121
<a href="https://anaconda.org/conda-forge/magpylib"> <img src="https://anaconda.org/conda-forge/magpylib/badges/version.svg" alt="Conda Cloud" height="18">
2222
</a>
23-
<a href="https://mybinder.org/v2/gh/magpylib/magpylib/5.1.0?filepath=docs%2Fexamples"> <img src="https://mybinder.org/badge_logo.svg" alt="MyBinder link" height="18">
23+
<a href="https://mybinder.org/v2/gh/magpylib/magpylib/5.1.1?filepath=docs%2Fexamples"> <img src="https://mybinder.org/badge_logo.svg" alt="MyBinder link" height="18">
2424
</a>
2525
<a href="https://github.com/psf/black"> <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="black" height="18">
2626
</a>
@@ -136,7 +136,7 @@ A valid software citation could be
136136
author = {{Michael-Ortner et al.}},
137137
title = {magpylib},
138138
url = {https://magpylib.readthedocs.io/en/latest/},
139-
version = {5.1.0},
139+
version = {5.1.1},
140140
date = {2023-06-25},
141141
}
142142
```

β€Ždocs/_static/switcher.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url": "https://magpylib.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "5.1.0 (stable)",
8-
"version": "5.1.0",
7+
"name": "5.1.1 (stable)",
8+
"version": "5.1.1",
99
"url": "https://magpylib.readthedocs.io/en/stable",
1010
"preferred": true
1111
},

β€Žmagpylib/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
"""
3030
# module level dunders
31-
__version__ = "5.1.0"
31+
__version__ = "5.1.1"
3232
__author__ = "Michael Ortner & Alexandre Boisselet"
3333
__credits__ = "The Magpylib community"
3434
__all__ = [

0 commit comments

Comments
Β (0)