Skip to content

Commit

Permalink
git subrepo pull (merge) mathpad
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "mathpad"
  merged:   "78e5ee0"
upstream:
  origin:   "https://github.com/CallumJHays/mathpad"
  branch:   "main"
  commit:   "7d0a6b4"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
  • Loading branch information
CallumJHays committed Jul 8, 2023
2 parents 5908691 + 7d0a6b4 commit dc09fde
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v2.0.1 (2023-07-02)

### Fix

* **deps:** Forgot one package ([`0e330d9`](https://github.com/CallumJHays/mathpad/commit/0e330d9484615d2bea714999e0256b1c93a2832e))
* **deps:** Move viz-only deps into 'viz' extras ([`d88975d`](https://github.com/CallumJHays/mathpad/commit/d88975d5817fb40643df09fb6877d7e1f8a65fee))
* Use internal imports for now to simplify conda deps ([`a68f333`](https://github.com/CallumJHays/mathpad/commit/a68f33355d5ba143f03d1f318535520b86cd98c6))

### Documentation

* Update Walkthrough ([`8ff844d`](https://github.com/CallumJHays/mathpad/commit/8ff844dfbe6145d22284134931c1c8a4be94a8dd))

## v2.0.0 (2023-07-02)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
sympy.init_printing() # type: ignore
sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore

__version__ = "2.0.0"
__version__ = "2.0.1"
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 = "2.0.0"
version = "2.0.1"
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
authors = ["Callum J Hays <callumjhays@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dc09fde

Please sign in to comment.