Release Notes

Release 2022.1

Nov2022.

This release is using the new gridlines routine from cartopy 0.21, simplifying the ticks labeling. It is also eliminating the special routine for stereo projections, they can be reached from xmap using after specifying the projection in figinit. satellite projections have also been added. Title, labels and properties for those can now be assigned via dictionary in the calls.

Various bugs fixes and improvements.

Release 2021.1

Jun2021.

This release is adding a new submodule to Zapata, the submodule Koopman contains some useful routines to handle Koopman decompositiona and eigenvalues selection

Various bugs fixes and improvements.

Release 2024.1

Sep2024

This release is adding a new submodule to Zapata, the submodule AIModels that contains some useful routines for AI models. LocalInformer is a new class that can be used to train a local informer model, it contains modified routines from the Informer at HuggingFace. ClimLSTM is a new class that can be used to train a LSTM model. ClimFormer is a new class that can be used to train a Informer model. ModelTraining is a new module that that contains routines to train the models. UtilPlot is a new module that contains routines to plot the results. AIutil is a new module that contains routines to handle the data.