eyurtsev / FlowCytometryTools

A python package for visualization and analysis of high-throughput flow cytometry data
https://eyurtsev.github.io/FlowCytometryTools/
MIT License
113 stars 46 forks source link

Use of deprecated function from matplotlib in docs #25

Closed rpgoldman closed 3 years ago

rpgoldman commented 4 years ago

When I load FlowCytometryTools now, I get this warning message:

/Users/rpg/.virtualenvs/xplan-dev-env/lib/python3.6/site-packages/FlowCytometryTools/core/docstring.py:56: MatplotlibDeprecationWarning: 
The dedent function was deprecated in Matplotlib 3.1 and will be removed in 3.3. Use inspect.cleandoc instead.
  doc = dedent(doc)

It looks like this has been fixed in source, but PyPi still has an old version with the deprecated function. Would it be possible to make a release?

eyurtsev commented 3 years ago

Done! And it only took a year!