Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ktafakkori committed Dec 12, 2022
1 parent 411ceee commit 95e3faf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
21 changes: 11 additions & 10 deletions README.md
Expand Up @@ -40,22 +40,23 @@ FelooPy (/fɛlupaɪ/, an abbreviation for feasible, logical, optimal, and Python

### Terminal command (e.g., CMD or GC):

```
```text
pip install feloopy==0.2.0
```

### IDE command (e.g., Spyder):

*Note*: After installation, this line of code should be deleted.
```

```text
!pip install feloopy==0.2.0
```

### Inside your Python code

*Note*: After installation, this piece of code should be deleted.

```
```text
import pip
def install(package):
Expand All @@ -78,7 +79,7 @@ install('feloopy')

### From GitHub repository (Prerelease version)

```
```text
pip install -U git+https://github.com/ktafakkori/feloopy
```

Expand All @@ -91,12 +92,12 @@ pip install -U git+https://github.com/ktafakkori/feloopy
* [Changelog][05]
* [Citation][06]

[01]: https://github.com/ktafakkori/feloopy/Documentation.md
[02]: https://www.linkedin.com/in/keivan-tafakkori/Exact.md
[03]: https://github.com/ktafakkori/feloopy/Heuristic.md
[04]: https://github.com/ktafakkori/feloopy/Changelog.md
[05]: https://github.com/ktafakkori/feloopy/Changelog.md
[06]: https://github.com/ktafakkori/feloopy/Changelog.md
[01]: https://github.com/ktafakkori/feloopy/blob/main/documentation/Tutorial.md
[02]: https://github.com/ktafakkori/feloopy/tree/main/examples
[03]: https://github.com/ktafakkori/feloopy/blob/main/documentation/Exact_List.md
[04]: https://github.com/ktafakkori/feloopy/blob/main/documentation/Heuristic_List.md
[05]: https://github.com/ktafakkori/feloopy/blob/main/documentation/Updates.md
[06]: https://github.com/ktafakkori/feloopy/blob/main/CITATION.cff

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion documentation/Heuristic_List.md
Expand Up @@ -183,4 +183,4 @@ Source: The Author.
| Harmony Search | HS | OriginalHS |
| \- | \- | BaseHS |

Source: https://github.com/thieu1995/mealpy
Source: <https://github.com/thieu1995/mealpy>
7 changes: 3 additions & 4 deletions documentation/Updates.md
@@ -1,18 +1,17 @@
CHANGELOG (SINCE 14 SEPTEMBER 2022).
# CHANGELOG (SINCE 14 SEPTEMBER 2022)

## Version 0.2.0 (12 December 2022)

- Support for 172+5 (vectorized) heuristic solvers.
- Support for 82 exact solvers.
- Support for 14 optimization interfaces.
- Support for multi-parameter sensitivity analsyis.
- Support for new utilities such as begin_timer() and end_timer().
- Support for multi-parameter sensitivity analysis.
- Support for new utilities such as begin_timer() and end_timer().
- Fixed errors in data loading.
- Some bug fixes and stability improvements.

## Version 0.1.11 (11 Novemebr 2022)


- support for exact solver interfaces such as #cplex #gurobi #xpress
- support for general solver interfaces such as: #picos #linopy #mip #cvxpy #cylp #pymprog
- support for direct data loading from an excel file.
Expand Down

0 comments on commit 95e3faf

Please sign in to comment.