Skip to content

Releases: baogorek/datascroller

Parquet scrolling and SQL queries

18 Jun 14:25
9dca05e
Compare
Choose a tag to compare

In v1.4.1 we add support for scrolling parquet files, both within Python and from the command line.

Not to mention, in v1.3.0, we introduced:

  • SQL querying while scrolling
  • Go-to-line and quick column filtering
  • A help menu for new users

Cosmetics and Options

26 Jan 00:04
937798d
Compare
Choose a tag to compare

In v1.2.0, we introduce:

  • Colored header and divider bar
  • New delimiter options
  • New encoding options

Plus more!

Comfortable padding

07 Dec 18:31
8e40355
Compare
Choose a tag to compare

See Pull Request 16 for details.

  • Added ViewingArea and DF Window classes
  • DataFrame windows now comfortably fit in arbitrary terminal windows
  • Enhanced documentation

Stable Release of datascroller

05 Sep 13:09
Compare
Choose a tag to compare

This is version 0.9.2 with changes in the README.md and setup.py to make PyPi happy. The major improvements from v0.9.1 are:

  • The infamous 'error: addwstr() returned ERR' has been addressed
  • Console no longer reprints during usage, now that more logic is being handled inside the curses callback function
  • The module naming has been updated for easier importing

First stable version of datascroller

05 Sep 12:24
Compare
Choose a tag to compare
  • The infamous 'error: addwstr() returned ERR' has been addressed
  • Console no longer reprints during usage, now that more logic is being handled inside the curses callback function
  • The module naming has been updated for easier importing

Initial release plus platform specific patch

17 Aug 16:27
Compare
Choose a tag to compare

Added windows-curses dependency for windows alone.

Initial Release

17 Aug 15:52
Compare
Choose a tag to compare

This is the first release of the datascroller package.