Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.1.4 #21

Merged
merged 18 commits into from
Dec 26, 2020
Merged

Release/v0.1.4 #21

merged 18 commits into from
Dec 26, 2020

Conversation

CDonnerer
Copy link
Owner

No description provided.

* updated changelog

* removed pyscaffold url from setup.cfg

* updated readme with empty docs
* basic support for pandas series

* added limits property to axis

* added hacky multiple scatter via color param

* quick and dirty name setting

* added legend in splapdash support

* moved drawing functionality to separate module

* adding manifest for including dataset

* added legend draw test

* added some tests for pandas api

* added faux test for color array
* first go at making basic docs

* updated readme

* updated the examples
* refactored axis to allow for arbitrary ticks and labels

* barh-plotting somewhat functional

* barh plots sort of working

* refactored axis and added basic test

* added tests on axis transformation

* added a silly test

* silly test for barh

* added lots of tests for axis class

* fixed axis limits setting

* updated isort config

* updated isort config

* updated docs

* added examples for barh usag
* added func for determining n_ticks

* updated docs

* added a random test for pandas api
* updated changelog for v0.1.2
* deleted old docs

* deleted spurious imports in test
* fixed link to examples page in readme

* fixed limits to ints if they are ints

* fixed hist axis scaling

* added n_ticks property to axis

* updated docs with new axis

* removed unneeded marker

* fixed the axis tests
* pulled out exposed functions in systematic way

* first attempt at boxplot

* support for multiple boxplots

* boxplot pandas integration working

* pulled out some common canvas setting functions

* added y_axis title padding

* basic tests for plot elements

* small test for drawing

* updated isort config

* another isort update

* added boxplots to docs

* cleaning up pre-merg

* added an almost useful test
* initial stab at global figure options

* added figure options

* pandas api needs overhaul

* added some docstrings

* fixed bug in drawing, needs tests

* added tests for axis drawing

* fixed extra args passed in pandas api

* fixed extra args passed in pandas api

* added test for drawing canvas

* added some docs in drawing module

* updated docs for API ref

* added custom api docs

* revert makefile change

* updated docstrings

* updated docs with new options for plotting

* fixed the drawing tests

* updated examples and changelog
* added tests for linear plot

* added tests for plot function

* fixed plot series test

* cleaning up pandas_api module

* switching from if else to singledispatch

* stacking of singledispatch register

* added test for get_label func

* added test for barh with index extraction

* added test for single boxplot
* added tests for linear plot

* added tests for plot function

* fixed plot series test

* cleaning up pandas_api module

* switching from if else to singledispatch

* stacking of singledispatch register

* added test for get_label func

* added test for barh with index extraction

* added test for single boxplot

* tests for multi boxplot passing
@CDonnerer CDonnerer merged commit 18fa9d9 into master Dec 26, 2020
@CDonnerer CDonnerer deleted the release/v0.1.4 branch December 26, 2020 13:24
CDonnerer added a commit that referenced this pull request Jan 18, 2021
* Release/v0.1.1 (#6)

* Remove pyscaffold leftovers (#2)

* updated changelog

* removed pyscaffold url from setup.cfg

* updated readme with empty docs

* Multiple scatter plot (#3)

* basic support for pandas series

* added limits property to axis

* added hacky multiple scatter via color param

* quick and dirty name setting

* added legend in splapdash support

* moved drawing functionality to separate module

* adding manifest for including dataset

* added legend draw test

* added some tests for pandas api

* added faux test for color array

* Basic docs (#4)

* first go at making basic docs

* updated readme

* updated the examples

* adding a tentative deploy step (#5)

* updated changelog

* Release/v0.1.2 (#11)

* Barh series (#8)

* refactored axis to allow for arbitrary ticks and labels

* barh-plotting somewhat functional

* barh plots sort of working

* refactored axis and added basic test

* added tests on axis transformation

* added a silly test

* silly test for barh

* added lots of tests for axis class

* fixed axis limits setting

* updated isort config

* updated isort config

* updated docs

* added examples for barh usag

* Axis n ticks (#9)

* added func for determining n_ticks

* updated docs

* added a random test for pandas api

* updated travis ci for pypi deployment on tags (#10)

* updated changelog for v0.1.2

* Release/v0.1.3 (#16)

* Release/v0.1.4 (#21)

* Plot options (#18)

* initial stab at global figure options

* added figure options

* pandas api needs overhaul

* added some docstrings

* fixed bug in drawing, needs tests

* added tests for axis drawing

* fixed extra args passed in pandas api

* fixed extra args passed in pandas api

* added test for drawing canvas

* added some docs in drawing module

* updated docs for API ref

* added custom api docs

* revert makefile change

* updated docstrings

* updated docs with new options for plotting

* fixed the drawing tests

* updated examples and changelog

* Plots testing (#19)

* added tests for linear plot

* added tests for plot function

* fixed plot series test

* cleaning up pandas_api module

* switching from if else to singledispatch

* stacking of singledispatch register

* added test for get_label func

* added test for barh with index extraction

* added test for single boxplot

* Plots testing (#20)

* added tests for linear plot

* added tests for plot function

* fixed plot series test

* cleaning up pandas_api module

* switching from if else to singledispatch

* stacking of singledispatch register

* added test for get_label func

* added test for barh with index extraction

* added test for single boxplot

* tests for multi boxplot passing

* updated changelog

* updated changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant