Skip to content

Commit

Permalink
🚀 4.5.1 release (#715)
Browse files Browse the repository at this point in the history
* ignore all __temp

* release update
  • Loading branch information
OrtnerMichael committed Dec 28, 2023
1 parent 11ae629 commit e6ca41f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -40,7 +40,7 @@ auto_examples
tempCodeRunnerFile.py

#temp files
__temp*.py
__temp*

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ All notable changes to magpylib are documented here.

## [UNRELEASED]

## [4.5.1]
- Fixed a field computatio issue where H-field resulting from axial magnetization is computed incorrectly inside of Cylinders ([#703](https://github.com/magpylib/magpylib/issues/703))

## [4.5.0]
- Add optional handedness parameter for Sensors ([#687](https://github.com/magpylib/magpylib/pull/687))
- Renaming classes: `Line``Polyline`, `Loop``Circle`. Old names are still valid but will issue a `DeprecationWarning` and will eventually be removed in the next major version ([#690](https://github.com/magpylib/magpylib/pull/690))
Expand Down Expand Up @@ -438,7 +441,8 @@ The first official release of the magpylib library.

---

[UNRELEASED]:https://github.com/magpylib/magpylib/compare/4.5.0...HEAD
[UNRELEASED]: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
[4.4.0]:https://github.com/magpylib/magpylib/compare/4.3.0...4.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,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/4.5.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/4.5.1?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 @@ -133,7 +133,7 @@ A valid software citation could be
author = {{Michael-Ortner et al.}},
title = {magpylib},
url = {https://magpylib.readthedocs.io/en/latest/},
version = {4.5.0},
version = {4.5.1},
date = {2023-06-25},
}
```
2 changes: 1 addition & 1 deletion magpylib/__init__.py
Expand Up @@ -28,7 +28,7 @@
"""
# module level dunders
__version__ = "4.5.0"
__version__ = "4.5.1"
__author__ = "Michael Ortner & Alexandre Boisselet"
__credits__ = "The Magpylib community"
__all__ = [
Expand Down

0 comments on commit e6ca41f

Please sign in to comment.