Skip to content

Releases: civisanalytics/civis-jupyter-extensions

v1.2.0

10 Jun 17:45
d0d6608
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - 2022-03-03

03 Mar 19:21
f1ffb70
Compare
Choose a tag to compare

[1.1.0] - 2022-03-03

  • Dropped support for Python 3.5 and 3.6 (#13).
  • Added support for Python 3.8, 3.9, and 3.10 (#13).
  • Updated core and dev dependencies (#13).
  • Switched from TravisCI to CircleCI (#13).

v1.0.0

01 Sep 11:38
49c15ef
Compare
Choose a tag to compare

Added

  • Updated civisquery magic to support database names with spaces (#10).
  • Better document civisquery magic (#10).

Fixed

  • Relaxed requirements on pandas so that any version >0.20 is also allowed (#11).

Removed

  • Dropped support for Python 2.7 and 3.4 (#10, #12).

v0.1.3

28 Nov 15:55
Compare
Choose a tag to compare

Fixed

  • 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).

v0.1.2

20 Sep 19:07
Compare
Choose a tag to compare

Fixed

  • Fixed an issue in requirements.txt that was causing problems with setuptools (#5).

v0.1.1

13 Sep 16:27
Compare
Choose a tag to compare

Fixed

  • Relaxed requirement markers for Python 2 packaging (#3).

v0.1.0

08 Sep 19:52
Compare
Choose a tag to compare

The initial release.