Skip to content

Latest commit

 

History

History
120 lines (93 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

120 lines (93 loc) · 4.15 KB

Change Log

Python Windrose

All notable changes to this code base will be documented in this file, in every released version.

Version 1.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/python-windrose/windrose/compare/v1.6.8...v1.7.0

Version 1.6.8

  • Released: 2020-09-04
  • Issues/Enhancements:
    • add custom units to the legend #128
  • Fix:
    • Fix deprecated _autogen_docstring for matplotlib >3.1 (#136, #117, #119, #135)

Version 1.6.7

  • Released: 2019-06-07
  • Issues/Enhancements:
    • Update release procedure for manual Pypi upload

Version 1.6.6

  • Released: 2019-06-07
  • Issues/Enhancements:
    • Issue #81 #31 (PR #114) Remove use of pylab.poly_between
    • Calm conditions
    • Update CONTRIBUTORS.md and CONTRIBUTING.md
    • PR #107 Code formatting with Black
    • PR #104 Fix setup.py
    • Autodeploy to PyPI using Travis
    • PEP8

Version 1.6.5

  • Released: 2018-08-30
  • Issues/Enhancements:
    • Issue #99. Fix scatter plot direction

Version 1.6.4

  • Released: 2018-08-22
  • Issues/Enhancements:
    • Improve doc

Version 1.6.3

  • Released: 2017-08-22
  • Issues/Enhancements:
    • Issue #69 (PR #70). Dual licensing
    • ...

Version 1.6.2

  • Released: 2017-08-02
  • Issues/Enhancements:
    • Issue #65 (PR #69). Fix inconsistent licence files
    • ...

Version 1.6.1

Version 1.5.0

  • Initial development: 2015-06-16
  • Co-Authors:
  • Maintainer: Sébastien Celles s.celles@gmail.com
  • Issues/Enhancements:
    • Github repository creation
    • Create a package
    • Add unit tests / continuous integration
    • Pandas DataFrames / Series as input (keeping Numpy Array compatibility)
    • Python 2.7/3.x support
    • PDF output
    • Animate windrose (video output)
    • Add unit tests / continuous integration
    • PEP8
    • Register projection windrose
    • Weitbul plot

Version 1.4.0