Current build status
| All platforms: |
|
Oasis - Optimization Algorithm for Python
Installation
Please install Oasis in a Virtual environment so that its requirements don't tamper with your system's python
**Oasis** works with Python 2.7 and 3.7 64Bit on Windows
Install the dependencies
you can check libraries.io to check versions of the libraries
conda install Numpy
pip install mpi4py
Install from conda-forge
conda install -c conda-forge oasis
Install from Github
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/Oasis.git
Compile
You can compile the repository after you clone it iF python is already added to your system environment variable
python setup.py install
or
pathto_your_env\python setup.py install
pip
to install the last release you can easly use pip
pip install Oasis-Optimization
YML file
using the environment.yml file included with hapi you can create a new environment with all the dependencies installed with the latest Hapi version in the master branch
conda env create --name Hapi_env -f environment.yml
Documentation
for step by step Examples and documentation on how to use the algorithm readthedocs
Release files for Oasis-Optimization 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oasis_optimization-1.0.3.tar.gz | 25.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Oasis_Optimization-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 53.7 kB
Release files / oasis_optimization-1.0.3.tar.gz
| Download URL | oasis_optimization-1.0.3.tar.gz |
|---|---|
| Size | 25.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dc2e2088db116b0ff624d86b630add0567b074713ac1d9d7cf6ea6e133d788d1
|
|
BLAKE2b-256 checksum How to use checksums |
9f16ff1f4f6a745cbc4101a623b30842bb46861cd6395cf560db2beda992dd95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.8
|
Release files / Oasis_Optimization-1.0.3-py3-none-any.whl
| Download URL | Oasis_Optimization-1.0.3-py3-none-any.whl |
|---|---|
| Size | 28.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3bbd4f4bd5250376d9fd819bee5f7c47e533cc55848d1f1d65e7e62ea28db0f5
|
|
BLAKE2b-256 checksum How to use checksums |
762ad6dcec4a68ebd9056cd3bede600a5a085d21cc8df37c8b269d3570e1fc05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.8
|