An experimental local optimization package.
Flik can be installed with pip (system wide or in a virtual environment):
pip install flik
Alternatively, you can install Flik in your home directory:
pip install flik --user
Lastly, you can also install Flik with conda. (See https://www.continuum.io/downloads)
conda install -c QuantumElephant flik
The tests can be executed as follows:
nosetests flik
Put some more details here
2018-15-02 0.0.0
Initial Release
Before you do this, make sure everything is OK. The PyPI releases cannot be undone. If you delete a file from PyPI (because of a mistake), you cannot upload the fixed file with the same filename! See pypa/packaging-problems#74
- Update the release history.
- Commit the final changes to master and push to github.
- Wait for the CI tests to pass. Check if the README looks ok, etc. If needed, fix things and repeat step 2.
- Make a git version tag:
git tag <some_new_version>
Follow the semantic versioning guidelines: http://semver.org - Push the tag to github:
git push origin master --tags