Skip to content

Releases: mcuntz/ncvue

Added borders, rivers, and lakes on maps

10 Jul 17:07
Compare
Choose a tag to compare

Added borders, rivers, and lakes check buttons on maps.

Make it work with matplotlib >= v3.9.0.

Added borders, rivers, and lakes on maps

03 Mar 22:59
Compare
Choose a tag to compare

Added borders, rivers, and lakes check buttons on maps.

Corrected the reorganisation of the images and themes folders.

Added borders, rivers, and lakes

28 Feb 09:27
Compare
Choose a tag to compare

Added borders, rivers, and lakes check buttons.

Folder reorganisation for images and themes.

Allow multiple netcdf files

14 Jan 23:47
Compare
Choose a tag to compare

Allow one netcdf file with or without groups and multiple netcdf files without groups.
Small bug fixes.

On conda-forge and allowing groups in netcdf file

14 Jan 00:07
Compare
Choose a tag to compare
  • ncvue is now on conda-forge making it easy to install with conda.
  • Allows groups in netcdf files.
  • Use a local copy of tooltip.py from IDLE to remove dependency on Linux.
  • Works with newer matplotlib version.
  • Works with newer Tcl/Tk versions.
  • Uses the sphinx_book_theme for the documentation.

New project structure

30 Oct 11:48
Compare
Choose a tag to compare

New project structure using pyproject.toml, setuptools_scm, src layout, and Github actions.

  • Moved from setup.py to pyproject.toml, still using setuptools with setup.cfg.
  • Moved to src layout, i.e. source files are now in src/ncvue directory.
  • Use automatic versioning with setuptools_scm.
  • Use Github actions for continuous integration instead of TravisCI.

Specific designs per OS, coords and values on plotting panels

26 Jun 22:19
Compare
Choose a tag to compare

This versions uses different designs on macOS, Windows and Linux.
Standalone applications are done with cx_Freeze.
Coordinates and values under the mouse pointer are printed continuously onto the plotting panels.
ncvue works in ipython and jupyter notebooks.

Added standalone apps for macOS and Windows

07 Feb 23:37
Compare
Choose a tag to compare

This version adds two standalone applications on macOS and on Windows. The code was adapted to provide correct icons on both OS and allow for modern high resolution displays.

Open netcdf files from within ncvue

29 Jan 16:42
Compare
Choose a tag to compare

This release includes the possibility to open and change netCDF files within ncvue. The netCDF file will be changed in all panels of the primary window and any secondary window once focus changes on the panel or window.

First tested full-featured release of ncvue

23 Jan 21:27
Compare
Choose a tag to compare

First full-featured release of ncvue, a minimal GUI for a quick view of netCDF files. It is aiming to be a drop-in replacement for ncview, being slightly more general than ncview, which targets maps. If ncvue is used with maps, it supports mostly structured grids, more precisely the grids supported by cartopy.

This release features three panels, that means three different plotting styles: Scatter/Line plots, Contour Plots, and Maps.
It includes tooltips on buttons, sliders, entry boxes, spinboxes, and menus. Graphical documentation exists on Github Pages.