File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33
44[ ![ PyPI] ( https://badge.fury.io/py/freelunch.svg )] ( https://badge.fury.io/py/freelunch ) ![ Code] ( https://github.com/MDCHAMP/FreeLunch/workflows/actions%20code%20quality/badge.svg ) ![ Tests] ( https://github.com/MDCHAMP/FreeLunch/workflows/actions%20pytest/badge.svg ) ![ Benchmark] ( https://github.com/MDCHAMP/FreeLunch/workflows/actions%20pytest%20benchmark/badge.svg ) [ ![ Coverage] ( https://codecov.io/gh/MDCHAMP/FreeLunch/branch/main/graph/badge.svg )] ( https://codecov.io/gh/MDCHAMP/FreeLunch )
5+
6+ * Please note the minor changes to the ` optimiser ` call signature since ` 0.0.11 ` , details below.*
57___
68## About
9+
10+ Freelunch is a convenient python implementation of a number of meta-heuristic optimisation (with an 's') algorithms.
11+
712___
813
914## Features
Original file line number Diff line number Diff line change 88# This call to setup() does all the work
99setup (
1010 name = "freelunch" ,
11- version = "0.0.11 " ,
11+ version = "0.0.12 " ,
1212 description = "Heuristic and meta-heuristic optimisation suite in Python" ,
1313 long_description = rm ,
1414 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.0.11 "
1+ __version__ = "0.0.12 "
22
33from freelunch .optimisers import *
44import freelunch .benchmarks as benchmarks
You can’t perform that action at this time.
0 commit comments