Skip to content

Releases: homoluctus/pyinsights

v0.4.2

02 May 16:54
51f2366
Compare
Choose a tag to compare
Merge pull request #20 from homoluctus/fix/ci_release

fix: poetry publish use username and password instead of api token

v0.4.1

02 May 16:55
26c397d
Compare
Choose a tag to compare
Merge pull request #18 from homoluctus/fix/scripts

fix: Fix pyinsights main scripts location

v0.4.0

02 May 16:55
8900d5e
Compare
Choose a tag to compare
Merge pull request #17 from homoluctus/feature/update_dependencies

Update dependencies

v0.3.3

16 Mar 18:04
d8f8f06
Compare
Choose a tag to compare

Feature

  • Support query_string array type

Fix

  • test_load_config function uses pytest.mark.parametrize
  • release GitHub Actions workflow

v0.3.2

16 Mar 17:51
060f38e
Compare
Choose a tag to compare

Feature

  • Add quiet option
  • Change progress contents
  • Add a GitHub Actions workflow to release automatically

v0.3.1

14 Mar 10:34
4b54f39
Compare
Choose a tag to compare

Feature

  • Introduce pylint, black and Makefile
  • Use GitHub Actions for pull request
  • Update dependencies version

v0.3.0

01 Jan 01:34
Compare
Choose a tag to compare

Feature

  • Support python >= 3.8
    • Use walrus operator
  • Add duration d (days) and w (weeks) unit
  • Stop query when keyboard interrupts

40b2fcf [readme] Fix duration table
56807b2 Add days and weeks duration unit
12255e6 [query] Fix error handling when keyboard interrupt
32e2a7f Support greater than or equals to python 3.8 because use walrus operator
ce92616 [readme] Fix image URL
bb17a47 [readme] Add sample usage images