Skip to content

Changelog

[1.4.0] -- 2024-08-23

  • bumped minimum python version to 3.10
  • replaced flake8 with ruff, added all fixes to make ruff happy
  • switched from sphinx to mkdocs
  • added test-release target
  • updated dev dependencies

[1.3.0] - 2022-11-11

  • added python 3.11 to test suite
  • replaced requirements-dev.txt with appropriate block in pyproject.toml. You can install the dev requirements via pip install -e .[dev]
  • updated some dev dependencies

[1.2.0] - 2022-09-25

  • added python 3.10 to test suite
  • dropped python 3.7 support
  • added mypy support
  • removed pypy from test suite
  • removed python3.6
  • updated test dependencies
  • added weekly dependabot check
  • migrated to pyproject.toml
  • simplified file structure of tests

[1.1.6] - 2021-06-29

  • fixed github urls

[1.1.5] - 2021-06-29

  • updated build script
  • use .github actions, removed travis CI
  • re-organized tests

[1.1.4] - 2018-06-17

  • added flake8 tests
  • added Python 4.5 to test matrix

[1.1.3] - 2018-04-16

  • added Makefile
  • added read the docs support
  • updated docstrings
  • updated classifiers in setup.py

[1.1.2] - 2018-04-14

  • Added type hints
  • Added docstrings

[1.1.1] - 2018-04-03

  • Require Python >= 3
  • Added dev requirements
  • Added contribution guidelines
  • Added more tests