Releases: dmnfarrell/tablexplore
Releases · dmnfarrell/tablexplore
v0.5.1
v0.5.0
- re-did plot widgets, now movable docks
- now saves table selections, scroll position
- improvements to pie plot
- try to always get numeric values for plotting
- scratchpad - stores plots, tables, text
- xlabel rotation
- de-duplicate col names option
- float precision setting
- background color setting
- column fill dates
v0.4.1
- fix to saving when filtered
- align header labels left
- remember current sheet when saving
- added enlarge/reduce buttons to plot toolbar
- icon size preference
- fix to plot style
- format date index
- sort by index
- moved dpi to preferences
v0.4.0
- append tables
- will use PyQt5 if PySide2 not present
- plugin system
- GIS plugin
- fill option with add column
- fixes to import dialog
- import multiple files
- merge/concat sheets
- hide plotter
- disable col highlight for large tables
- find/replace dialog
- organise cols dialog
v0.3.0
- progress bar for saving
- added filtering tool
- snap works
- fixes to import dialog
- can now set datetime display format
- show memory usage in status bar
v0.2.0
- manually set row and col layout in multiple subplots
- can save zoom of tables and column widths
- enabled using twin axes for line plots
- selections use proper column order
- now saves column order
- date formatter
- remembers recent files
- saves previous urls for importing
- added string operations
- sort by index
- sort by multiple columns
- resample/transform
- fixes to merge
v0.1.0
Initial release
What works so far:
- save and load projects - saves figures, table state and plot options
- import csv/hdf/from urls
- delete/add columns, delete/add rows
- groupby-aggregate/pivot/transpose/melt operations
- merge tables
- show sub-tables
- basic python interpreter to manipulate table
- plotting mostly works
- remember some app settings
- cache plots for saving later