All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
- Constant module i.e.
from imktk import constants as cs
- Dataarray method for flight tracks.
- Ubuntu version of base Dockerfile
- Dependencies of
poetry
- Template files for scripts e.g. Dataarrays.
- Watch ability for Makefile.
- Dataarray method for vapour pressure over liquid water.
- Dataarray method for vapour pressure over ice.
- Dataarray method for climatology.
- Dataarray method for adiabatic temperature.
- Tutorial submodule for example data.
- Documentation to internal structure.
- Makefile for better handling of docker container.
- Contributing.md documentation.
- [DataArray] script for calculation of number density
num_den
. lint
method in Makefile.- Support for changing logging setting via
IMKTK_LOGLEVEL
environment variable. - Support dataarray script paths using
IMKTK_DATAARRAY
environment variable. - Support dataset script paths using
IMKTK_DATASET
environment variable. - Labels
latest
andtesting
to docker images on dockerhub. - Support for aliases
format
andfmt
forblack
execution in Makefile. - CI/CD workflows for
windows
andmacOS
.
- Docker-compose setup.
- Makefile execution if default
build
module was installed.
- Internal naming of elements.
- Version output for
imktk
. - Printing of available scripts.
- Build information for supporting
python -m build
. - Proper logging information.
- Docker image and file size.
- Source release file size.
- Loading of scripts without environment variable.
- Changelog.md to repository.