Skip to content

Commit

Permalink
build v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hegelim committed Jul 3, 2021
1 parent a623c50 commit 01a11f9
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 7 deletions.
Binary file added dist/solve-sum-minmax-0.1.0.tar.gz
Binary file not shown.
Binary file added dist/solve_sum_minmax-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file added src/package/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added src/package/__pycache__/cons_var_term.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file added src/package/__pycache__/solver.cpython-38.pyc
Binary file not shown.
Binary file modified src/package/__pycache__/solver.cpython-39.pyc
Binary file not shown.
19 changes: 12 additions & 7 deletions src/solve_sum_minmax.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: solve-sum-minmax
Version: 0.0.4
Version: 0.1.0
Summary: A package to solve the sum of min/max equations
Home-page: https://github.com/Hegelim/solve-sum-minmax
Author: Yewen Zhou
Expand All @@ -14,6 +14,10 @@ Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![Github All Releases](https://img.shields.io/github/license/Hegelim/solve-sum-minmax)]()
[![Github All Releases](https://img.shields.io/github/v/release/Hegelim/solve-sum-minmax)]()
[![Github All Releases](https://img.shields.io/github/downloads/Hegelim/solve-sum-minmax/total)]()
[![Github All Releases](https://img.shields.io/github/issues/Hegelim/solve-sum-minmax)]()
**About**:
`solve-sum-minmax` is a Python module that allows you to solve a sum of min/max equations
by taking advantage of the powerful `sympy` library. For instance, say you want to
Expand Down Expand Up @@ -118,12 +122,13 @@ equation carefully, or the module might break.
variable.
****
**Version history**:
Version | Core Ideas | Return Rationals | Return Intervals
------------ | ------------- | ------------- | -------------
v0.0.1 | numerical methods | No | No
v0.0.2 | numerical methods | No | No
v0.0.3 | combinations | Yes | No
v0.0.4 | intervals | Yes | Yes
Version | Core Ideas | Return Rationals | Return Intervals | Error Handling
------------ | ------------- | ------------- | ------------- | -------------
v0.0.1 | numerical methods | No | No | No
v0.0.2 | numerical methods | No | No | No
v0.0.3 | combinations | Yes | No | No
v0.0.4 | intervals | Yes | Yes | No
v0.1.0 | intervals | Yes | Yes | Yes
****
**Contact**:
* **Email**: [email protected]
Expand Down
2 changes: 2 additions & 0 deletions src/solve_sum_minmax.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ README.md
pyproject.toml
setup.cfg
src/package/__init__.py
src/package/cons_var_term.py
src/package/main.py
src/package/minmax_term.py
src/package/solver.py
src/solve_sum_minmax.egg-info/PKG-INFO
src/solve_sum_minmax.egg-info/SOURCES.txt
Expand Down

0 comments on commit 01a11f9

Please sign in to comment.