Skip to content

Commit

Permalink
1.1.0
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 25, 2022
1 parent 041867b commit b162df8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v1.1.0 (2022-10-25)
### Feature
* Micropip install in deps before imports to fix and clean examples ([`3be2d8e`](https://github.com/CallumJHays/mathpad/commit/3be2d8ec8dc03ed311fd7f6861ff7c0811fcef85))

### Documentation
* **sandbox:** Use custom pyodide dist with requirements preloaded for smoother experience ([`64325e2`](https://github.com/CallumJHays/mathpad/commit/64325e2df4948d2d8f4f43dba40c6639c8c26eb0))

## v1.0.0 (2022-10-17)
### Feature
* Add matrices and complete Walkthrough.ipynb ([`6aad4ea`](https://github.com/CallumJHays/mathpad/commit/6aad4eabe2bf53fd89c0b7732d1663f006ea8c0e))
Expand Down
2 changes: 1 addition & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
sympy.init_printing() # type: ignore
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore

__version__ = "1.0.0"
__version__ = "1.1.0"
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 = "1.0.0"
version = "1.1.0"
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 b162df8

Please sign in to comment.