Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 11, 2022
1 parent 19e7eb3 commit bef7b0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.2.3 (2022-10-11)
### Fix
* Get examples working in jupyterlite ([`ce7d164`](https://github.com/CallumJHays/mathpad/commit/ce7d1640b069ff0d91f532679b0fe20a1468082a))
* Don't show warning on plot_static=False ([`2711a13`](https://github.com/CallumJHays/mathpad/commit/2711a139fcff3c529583b8fb03de0caaa4327af0))
* Retain frame ID in vectorspace operations ([`b4108e3`](https://github.com/CallumJHays/mathpad/commit/b4108e36707aa131e28da44120afac87d2daec95))
* Don't use \\tiny latex (doesn't render properly sometimes) ([`2592392`](https://github.com/CallumJHays/mathpad/commit/25923927c9cebf2a3b64c41d398c453d6568956e))

### Documentation
* Add output simulation gifs back into examples ([`19e7eb3`](https://github.com/CallumJHays/mathpad/commit/19e7eb3a7127eeab5ba89ef8bab4552bcbb064d2))

## v0.2.2 (2022-10-10)
### Fix
* Simulate_dynamic_system(display_progress_bar=False) ([`5108af7`](https://github.com/CallumJHays/mathpad/commit/5108af7d9cdae43715d08694b7a31fd35eacec02))
Expand Down
2 changes: 1 addition & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
sympy.init_printing() # type: ignore
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore

__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mathpad"
version = "0.2.2"
version = "0.2.3"
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
authors = ["Callum J Hays <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bef7b0f

Please sign in to comment.