Skip to content

Releases: skit-ai/skit-calls

Update packages for vulnerability fix

30 Aug 10:56
3d2f3e3
Compare
Choose a tag to compare

Update packages for vulnerability fix

0.2.55

04 Mar 05:50
e0f5ac1
Compare
Choose a tag to compare

What's Changed

  • [QT-131] adding blocking_disposition to the sampled turns query by @greed2411 in #32

Full Changelog: 0.2.54...0.2.55

0.2.54

23 Jan 12:00
4ea58b2
Compare
Choose a tag to compare

0.2.54

  • change: set right value for DB_HOST

0.2.53

23 Jan 09:55
e992d7c
Compare
Choose a tag to compare

0.2.53

  • add: new columns for randomly sampled calls - previous_disposition

0.2.48

16 Nov 11:07
c499bd4
Compare
Choose a tag to compare

Fix the format issue for flow ids.

0.2.47

15 Nov 06:30
cef89e6
Compare
Choose a tag to compare
Optimise fetch call ids and support multiple flow ids as param (#25)

* Initial commit

* Refactor to support min call quantity for flow-ids

* Move values to constants

* Update secrets.dvc

* Update version

---------

Co-authored-by: dhanashree.s <[email protected]>

0.2.12

10 May 13:21
Compare
Choose a tag to compare

0.2.12

  • Add: Delay flag on cli to increase connection timeout.
  • Update: Start and end dates are assumed to be current day's min and max timestamps.
  • Fix: Prediction being a dict breaks sample and select commands.
  • Update: JSON dumps retain utf8 chars.
  • Feat: Download calls dataset using call uuids from a given csv file.
  • Update: Prediction column added to calls dataset.
  • Add: Call history can be added to calls dataset by providing the --history flag.

0.2.6

31 Mar 15:15
Compare
Choose a tag to compare

0.2.6

  • Update: sample and select are sub-commands for skit-calls.
  • Feat: obtain calls directly by passing ids.
  • Fix: Turns are serialized to JSON strings if the value is List or Dict.