CHANGES
=======

* Cleanup tox.ini: Remove obsolete constraints
* Move other-requirements.txt to bindep.txt
* Initial implementation of strategies
* Refactoring of allocation solvers
* Full renaming from bareon-dynamic-allocator to bareon-allocator
* Fix repository name in .gitreview file
* Add bindep to install system level dependencies
* Extracted parsing logic and objects creation into separate class
* Common initialisation logic into Base Object
* User Base class for allacator classes
* Rename package from bareon-dynamic-allocator to bareon-allocator
* Move helper methods into utils file
* Extract Disk and Space object into separate file
* Add three disk test case with ceph
* Add two disk tests cases
* Add single disk integration tests
* Rename test from specific_size_only to size_only
* Add tests if only maximum size volumes are specified
* Add test for spaces with specific size
* Use fixtures names as names for tests
* Generate doc string for integration tests
* Generate tests by fixtures
* Initial implementation of data driver
* Fix pep8 errors
* Remove pypy tests
* Add prototype of automatic allocation of raid like volumes
* Add file with usage of Mixed Integer Programming with Pulp
* Doc. Replace /var/lib with /var mount point
* Allocate for ceph space which is left on a single disk
* Add allocation examples
* Add scripts to generate doc with examples
* Add examples with schemas
* Add parameter for svg viewer to be able to generate pictures which are not get cropped
* Add dst svg file generation parameter for cli
* Do not use max_size for grouping, do not add vg, add warning if idx is not found
* Add examples generator
* Doc. Fix mathjax url to use https instead of http
* Doc. We user -> we use
* Doc. Fix asterisk multiplication
* Doc. Couple of fixes after review
* Doc. Remove A matrix transposition since it's not required
* Doc. Vector x should be transposed when multiplied by A
* Doc. Fix confusing sentence in introduction
* Doc. Fix coefficient definition to use math formatting
* Doc. Capitalize items in numbered list
* Doc. Multiple fixes of equations and text
* Doc. Multiple fixes for the text and equations
* Doc. Fix usage example
* Fix coefficients for objective function
* Doc. Complete best with disks section
* Doc. Fixed equations aligment and text in the equations
* Doc. Final fix of equations aligment
* Doc. Fix equation alligment 2nd attempt
* Doc. Try to fix equations alligment
* Removed done items from readme and added new one
* Doc. Add information about more advanced ordering coefficients
* Add best with disks, ordering and weight sections
* Add integer solution section
* Doc. Fix system of linear equations
* Added two disks example
* Add missed row in A matrix
* Add more information about inequalities in solver description section
* Fix link to an article about Simplex algorithm
* Fix link to linear programming article
* Add description of the solver
* Fix newline symbols for equations
* Add problem description section
* Couple of syntax fixes
* Add sections and fill in Architecture and Parser sections
* Fix a bug, when there is space with empty max in the middle
* Don't use minimal size for building a set
* Remove call of undefined method
* Add sequences module
* Completely rewrite algorithm for coefficients caculation
* Add mathjax extension to render math equations
* Add debugging equations
* Add for architecture doc header
* Test math formulas in the docs
* Fxi doc generation, use the default readthedoc theme
* Fix coefficients for best_with_disks
* Reimplement weight allocation logic
* Add exceptions
* Up readme
* Update simple schema comment
* Add yaql template language to spaces description
* Add improvments list to readme
* Add yaql as requirements
* Added working example with yaql parser
* Add future improvments section
* Up schema
* Fix weights, first disk may have weight too
* Add weight calculation
* Spaces are allocated according to an order in the file
* Update simple schema
* Add min and max space size
* Add formatters, which is required for easier debugging
* Change format reult format from a dict to a list of dicts
* Convert solution into disks-spaces mapping
* Use np alias for numpy
* Add run.sh to easily debug the problems
* Created simple linear-equation creation mechanism
* Add examples with schema and disks
* Add command line entry point
* Add oslo.config into requirements
* Update a link to homepage
* Update requirements
* Initial Cookiecutter Commit
