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 6.4 Release Notes

New Features and Bug Fixes in Version 6.4

New Features:

  1. Grid names may be longer; previously limited to 16 characters, now they may be 64 characters.
  2. Changes are made to xml output that's used by The Live Access Server (LAS); characters <, >, and & are encoded.

Bug Fixes:

  1. A bug related to nested IF statements is fixed. This bug caused failures for some requests in The Live Access Server (LAS). The bug was present only in Ferret version 6.3.
  2. The tic marks were incorrect on a plot using PLOT/VLOG for a depth axis. The tic marks on the left-hand axis were correct, but on the right they were drawn as if for a non-depth axis. This is corrected.
  3. The function DAYS1900TOYMDHMS returned incorrect month and day for Feb. 29th in leap years; for the 32-bit linux executable. This is fixed.
  4. Reading "delimited" data: When a variable containing string data is being read, and if all strings in a column ended in "E", the automatic detection of variable type incorrectly marked these as longitudes. This is fixed.