Changelog

0.3.4 (2022-11-17)

  • Support for python3.7-3.10
  • Fix wrong version of Python in CI

0.3.3 (2022-11-17)

  • Restrict pandas to >=0.20,<1.6
  • Restrict pymongo to >=13,<4.4
  • Remove hypothesis
  • Run tests with tox in CI
  • Add flake8 checks in CI

0.2.3 (2022-11-12)

  • Add prepare release script

0.2.2 (2022-11-12)

  • Fix lint offenses

0.2.1 (2022-11-12)

  • Minor changes

0.2.0 (2022-11-12)

  • Add compatibility for pymongo 4+

0.1.0 (2020-05-05)

  • Added static typing
  • Added mypy to travis CI
  • Removed unecessary params

0.0.2 (2020-05-04)

  • Dropped support for pypy3

0.0.1 (2020-04-30)

  • Added read_mongo and basic support for reading MongoDB collections into pandas dataframes
  • Added to_mongo and basic support for writing pandas dataframes in MongoDB collections

0.0.0 (2020-03-22)

  • First release on PyPI.