All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Dropped support for Python 3.7 and 3.8, added support for Python >= 3.9. (#14).
- Updated packaging to use
pyproject.toml
. (#14)
- Dropped support for Python 3.5 and 3.6, added support for Python 3.9 and 3.10 (#13).
- Updated core and dev dependencies (#13).
- Switched from TravisCI to CircleCI (#13).
- Dropped support for Python 2.7 and 3.4 (#10, #12).
- Updated civisquery magic to support database names with spaces (#10).
- Better document civisquery magic (#10).
- Relaxed requirements on
pandas
so that any version >0.20 is also allowed (#11).
- Fixed an issue where databases with spaces in their names could not be used the line magic splits on spaces. It now splits on semicolons. (#8)
- Relaxed requirements on
pandas
so that minor versions >0.20 are also allowed (#9).
- Fixed an issue in requirements.txt that was causing problems with setuptools (#5).
- Relaxed requirement markers for Python 2 packaging (#3).
- Initial commit.