* Removed a deprecated function which allowed calling non-table attributes on a table. * Removed a deprecated function which created an empty table. * Fixes bug with copying markers.
0.17.5
* Eliminated deprecation warnings involved arrays containing arrays/sequences. * Changed the column type of a table after a remove operation back to a NumPy array, as written in the documentation. * Fixed a few bugs in `Mapoverlay` and added further testing for that function as well.
0.17.4
* Changes maps.Circle's default line color from blue to the fill color, if it is defined.
0.17.3
* Remove many deprecation warnings.
0.17.2
* Remove test requirements from being installed all the time. [Issue 523](https://github.com/data-8/datascience/issues/523)
0.17.1
* Remove sphinx & nbsphinx from requirements.txt, as it is not needed during runtime - [Issue 523](https://github.com/data-8/datascience/issues/523)