Skip to content

Releases: kindly/flatterer

v0.18.0

21 Jan 22:24
Compare
Choose a tag to compare

Better type guessing.
no_link option

v0.17.1

07 Jan 12:10
Compare
Choose a tag to compare

Fixed

  • Truncate cell that is larger than xlsx allows.
  • Allow more rows in xlsx in non threaded mode.

v0.17.0

03 Dec 18:41
Compare
Choose a tag to compare
update maturin

v0.16.3

26 Oct 14:53
Compare
Choose a tag to compare

Python 3.11 binaries.

v0.16.2

16 Oct 17:47
Compare
Choose a tag to compare

Fix not writing large XLSX files.

v0.16.1

22 Sep 20:50
Compare
Choose a tag to compare

Add cors for web interface

v0.16.0

07 Sep 17:25
Compare
Choose a tag to compare

Local web interface for exploring flatterer features flatterer --web.

v0.15.0

14 Aug 23:11
Compare
Choose a tag to compare

New

  • evolve option for sqlite and postgres. Can add data to existing tables and will alter tables if new fields are needed.
  • drop option for sqlite.

Changed

  • No need for output directory when using sqlite or postgres outputs . Will use temp space if not supplied.
  • sqlite-path option will switch on sqlite option.

v0.14.2

27 Jul 07:45
Compare
Choose a tag to compare

Allow env var for postgres connection string.

v0.14.1

23 Jul 00:31
Compare
Choose a tag to compare
  • sql_scripts option