Skip to main content
  • Home
  • Documentation
  • FAQ
  • Downloads
  • Support
  • Current Release Notes
  • Ferret Users Guide
    • Users Guide Index
    • Commands Reference
    • 1. Introduction
    • 2. Data Set Basics
    • 3. Variables & Expressions
    • 4. Grids & Regions
    • 5. Animations & Gif Images
    • 6. Customizing Plots
    • 7. Handling String Data Symbols
    • 8. Working with Special Data Sets
    • 9. Computing Environment
    • 10. Converting to NetCDF
    • 11. Writing External Functions
    • Glossary
    • Appendix A: Functions
    • Appendix B: PPLUS Guide
    • Appendix C: Ferret-Specific PPLUS Enhancements
  • Previous Release Notes
  • Tutorials and Demos
    • Ferret Tour
    • DSG files: Discrete Sampling Geometries Demo
    • Ferret sorting demo
    • Fast Fourier Transforms demo
    • Empirical Orthogonal Functions demo
    • Ferret objective analysis demo
    • Ferret Palette Demo
    • Map projections
    • Ferret polygon vector demo
    • Ferret Graticules demo
    • Ferret Polytube Demo
    • Ferret Polymark Demo
    • Ferret Constant-Array demo
    • Ferret land_detail demo
    • COADS Tour
    • Levitus Tour
    • Use OPeNDAP
    • Ferret binary read demo
  • PyFerret
    • PyFerret Downloads and Install
    • What is PyFerret?
    • Why use PyFerret?
    • PyFerret for the Ferret user
    • PyFerret command syntax: quick-start notes
    • PyFerret for the Python user
    • Graphics in PyFerret ?
    • New Ferret functionality
    • PyFerret Python functions and constants
    • PyFerret Python objects and methods
    • Ferret external functions in Python
    • Ferret Fortran external functions
    • PyFerret metadata-and-data dictionaries
  • OPeNDAP
    • OPeNDAP usage in Ferret
    • Use OPeNDAP Demo
    • Test OPeNDAP

Version 7.43 Release Notes

New features and bug fixes in Ferret and PyFerret v7.4.3 and 7.4.4

December 7, 2018

Ferret/PyFerret  version 7.4.4 is the same as v7.4.3, but is linked withNetCDF-4.4.1.1 instead of NetCDF-4.6.x .  Access to some OPeNDAP url's containing large datasets failed when using netCDF 4.6.

 

September 16, 2018

This is primarily a bug-fix release.  Here are the important changes:

  1. Two bugs are fixed having to do with coordinates and attributes for coordinates in netCDF files. 

    - A file with coordinates that have the attribute point_spacing="even", and also has coordinate bounds, but where the coordinates are not evenly spaced, was not initialized correctly.  This is fixed.

    - A file with irregularly-spaced longitudes coordinates having bounds that don't span the entire 360 degree range ran into a crash if strides are requested. This is fixed.
     

  2. The scripts "fland.jnl" and "focean.jnl" are updated so that the option to draw a transparent land or ocean mask is available in both Ferret and PyFerret, using the transparency features of PyFerret.
     
  3. CSV or TSV listings of more than 48 variables to a single file gave garbled results. This is fixed; it was due to loading a large list of variables into memory at once.  There is now no practical limit on the number of variables.