Skip to content

Releases: clembou/behave-pandas

v0.5.0

10 Feb 21:03
2f5f1aa
Compare
Choose a tag to compare

What's Changed

  • Add explicit support for python 3.8, 3.9, 1.10 (#22)
  • Drop support for python 3.5 (#22)
  • Switch to Github Actions instead of Travis for CI (#22)
  • Add support for pandas 1.5 and numpy 1.24 (#20) - thanks @lkacenja!

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0: support for pandas v1.0 nullable types

09 Feb 19:18
Compare
Choose a tag to compare

New features

  • support boolean, string, and Int64 new dtypes added in pandas v1.0
  • support pandas up to v1.0.1

Deprecated features

  • the str column type is considered deprecated and will be removed in a future version. Use object or string (pandas v1.0+) instead.
  • support for python 3.5 will be removed in a future version.
  • support for OrderedDict will be removed in a future version. On python3.6+, use dict instead.

v0.2.0

03 Jun 18:30
Compare
Choose a tag to compare
  • added list and dict types (#6)
  • always use object as dtype when creating a string series (#7)
  • use native markdown support form pypi.org (#5)
  • typo in trove classifier

Many thanks to @radekludacka for his PR contributing dict and list support!

First release! 🎉

10 Feb 22:03
Compare
Choose a tag to compare

Initial release