Skip to content

Commit d0eb526

Browse files
author
github-actions
committed
2.0.0
Automatically generated by python-semantic-release
1 parent e275bf1 commit d0eb526

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.0 (2023-07-02)
6+
7+
### Feature
8+
9+
* Mathpad 2.0 ([`30b70b5`](https://github.com/CallumJHays/mathpad/commit/30b70b57f2646da45619f9060b2d8f8fe6b58fd4))
10+
* Use sympy norm for better latex ([`58945d5`](https://github.com/CallumJHays/mathpad/commit/58945d56d6f409620673b5550c581a2f9be0811e))
11+
12+
### Fix
13+
14+
* **3.7:** Import `Literal` from `typing_extensions` ([`e275bf1`](https://github.com/CallumJHays/mathpad/commit/e275bf1cdf0b4b6efffc40c405c92517753ed771))
15+
* Improve docs and comments ([`32f953b`](https://github.com/CallumJHays/mathpad/commit/32f953bee49cce951ae8ac1b3f5a70bb23949105))
16+
* Support symbolic function vectors; "v(t)" @ space ([`e4b9faf`](https://github.com/CallumJHays/mathpad/commit/e4b9faf7d43f953093bf898b2bc07228def7830a))
17+
* Fix imports in vector.py ([`f7b4a9a`](https://github.com/CallumJHays/mathpad/commit/f7b4a9a0efeeb05635f8f04ca7eb243c0bb1eee9))
18+
* Add missing f for f-string ([`837bc46`](https://github.com/CallumJHays/mathpad/commit/837bc465d3dc0b12fca6703de709c4b17ed02ccf))
19+
20+
### Breaking
21+
22+
* mathpad 2.0 ([`30b70b5`](https://github.com/CallumJHays/mathpad/commit/30b70b57f2646da45619f9060b2d8f8fe6b58fd4))
23+
24+
### Documentation
25+
26+
* Clean readme ([`ae16a72`](https://github.com/CallumJHays/mathpad/commit/ae16a72385c0a8902b3d60649d9fa1eff5fba127))
27+
* Fix readme ([`e4ceda0`](https://github.com/CallumJHays/mathpad/commit/e4ceda0eb8e2ad0abd3ff9a9f6f5e68acc030f96))
28+
* Fix readme ([`542fe5b`](https://github.com/CallumJHays/mathpad/commit/542fe5b6c366eaa311891820c81baffeb746ef96))
29+
530
## v1.2.0 (2022-10-26)
631
### Feature
732
* Add @mathpad_constructor to elec module where valid ([`806a4d6`](https://github.com/CallumJHays/mathpad/commit/806a4d62f62cc8b243057bd7d2de43868aa195a9))

mathpad/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
sympy.init_printing() # type: ignore
2727
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore
2828

29-
__version__ = "1.2.0"
29+
__version__ = "2.0.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mathpad"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
55
authors = ["Callum J Hays <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)