Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

85 lines (55 loc) · 2.3 KB

Changelog

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.

[Unreleased]

[0.2.2] - 2022-12-19

Added

  • Constant module i.e. from imktk import constants as cs
  • Dataarray method for flight tracks.

Update

  • Ubuntu version of base Dockerfile
  • Dependencies of poetry

[0.2.0] - 2022-08-04

Added

[0.1.8] - 2022-03-14

Added

  • 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 and testing to docker images on dockerhub.
  • Support for aliases format and fmt for black execution in Makefile.
  • CI/CD workflows for windows and macOS.

Removed

  • Docker-compose setup.

Fixed

  • Makefile execution if default build module was installed.

[0.1.7] - 2022-01-14

Changed

  • Internal naming of elements.

[0.1.6] - 2022-01-13

Added

  • Version output for imktk.
  • Printing of available scripts.
  • Build information for supporting python -m build.
  • Proper logging information.

Changed

  • Docker image and file size.
  • Source release file size.

Fixed

  • Loading of scripts without environment variable.

[0.1.5] - 2022-01-11

Added

  • Changelog.md to repository.