data-morph
data-morph copied to clipboard
Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing.
Fixes: #179 Fixes: #178 **Changes** - Added infinity Target Shape - Added Figure Eight Shape
Fixes #177 **Describe your changes** Added Spiral target shape **Checklist** - [x] Test cases have been modified/added to cover any code changes. - [x] Docstrings have been modified/created for any...
Add a new target shape for the spade: 
Data Morph already has the heart and the diamond shapes. To complete the set of cards, we need the club and [spade](https://github.com/stefmolin/data-morph/issues/163). This issue is for adding the club. 
**Is your feature request related to a problem? Please describe.** The performance of the line shape could be improved, as the performance is a bit slow compared to the circular...
Fixes #181 **Describe your changes** Compute the median values for x and for y using the `pd.Series.median` method. Added median to the `get_values` docstring. **Checklist** - [x] Test cases have...