Skip to content

Commit

Permalink
馃殌 5.0.2 release (#778)
Browse files Browse the repository at this point in the history
* update changelog

* bump version

* acknowledge external contribution

---------

Co-authored-by: Boisselet Alexandre (IFAT DC ATV SC D TE2) <Alexandre.Boisselet@infineon.com>
  • Loading branch information
Alexboiboi and Boisselet Alexandre (IFAT DC ATV SC D TE2) committed May 21, 2024
1 parent 1265aed commit 3203c51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to magpylib are documented here.

# Changelog

## [5.0.2] - 2024-05-21
- Fixed a display issue causing incorrect calculation of viewbox limits ([#772](https://github.com/magpylib/magpylib/pull/772))
- Removed support for python 3.8 and 3.9 by now following the scientific-python.org support timelines ([#773](https://github.com/magpylib/magpylib/pull/773))
- Fixed CI testing with newer backend versions ([#774](https://github.com/magpylib/magpylib/pull/774))
- Updated site notice to mention the awarded "small development grant" by NumFocus. ([#758](https://github.com/magpylib/magpylib/pull/758))
- Fix inaccurate citation year for Yang publication ([#764](https://github.com/magpylib/magpylib/pull/764), with thanks to @feldnerd for the contribution!)

## [5.0.1] - 2024-04-12
- Fixed a bug where `getBHJM` of a Collection would produce one extra dimension ([#753](https://github.com/magpylib/magpylib/issues/753))
- Fixed a bug where the legend of a deeply nested Collection would be wrong ([#756](https://github.com/magpylib/magpylib/issues/756))
Expand Down Expand Up @@ -456,7 +463,8 @@ The first official release of the magpylib library.

---

[5.0.1]:https://github.com/magpylib/magpylib/compare/5.0.0...HEAD
[5.0.2]:https://github.com/magpylib/magpylib/compare/5.0.1...HEAD
[5.0.1]:https://github.com/magpylib/magpylib/compare/5.0.0...5.0.1
[5.0.0]:https://github.com/magpylib/magpylib/compare/4.5.1...5.0.0
[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
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.0?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.2?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.1},
version = {5.0.2},
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.1"
__version__ = "5.0.2"
__author__ = "Michael Ortner & Alexandre Boisselet"
__credits__ = "The Magpylib community"
__all__ = [
Expand Down

0 comments on commit 3203c51

Please sign in to comment.