MAJIS operations toolbox history#

All notable changes to MAJIS operations toolbox will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased#

Release 1.2.6 - 2026/04/29#

Changed#

  • Updated the timeline template from version 2.0 to 2.5.

Release 1.2.5 - 2026/02/12#

Added#

  • Add an optional bypass schema ValidationError to raise a ValidationWarning instead (!18)

  • OPL and ITL JSON reader schema validation errors can be downgraded to warnings (!18)

Changed#

  • Mock pytest warns context manager to disable planetary-coverage ResourceWarning (!18)

Fixed#

  • Fix file name check on OPL/ITL JSON with a missing header (!18)

Release 1.2.4 - 2026/02/12#

Fixed#

  • Fix exception on OPL with a missing filename in their header (!17)

Release 1.2.3 - 2026/02/10#

Changed#

  • Update SOC OPL schema to v5 (!16)

Release 1.2.2 - 2026/01/19#

Added#

  • Add optional filtering on instrument names in OPL/ITL JSON reader (!15)

Release 1.2.1 - 2026/01/19#

Changed#

  • Update SOC ITL and OPL schema to v4 (!14)

Release 1.2.0 - 2026/01/12#

Added#

  • New generic OPL CSV and JSON reader and exporter (!13)

  • Add OPL CSV to JSON and JSON to CSV convertor (!13)

  • New OPL JSON schema (!13)

  • Add a new depreciated method in misc sub-module (!13).

Changed#

  • Strip trailing .000Z to Z in datetime formatter (!13).

  • Change majis.itl.csv.export.save_csv to majis.itl.csv.export.save_itl_csv (!13).

  • Change majis.itl.csv.export.save_xlsm to majis.itl.csv.export.save_itl_xlsm (!13).

  • Move JSON schemas into their own submodule (!13).

  • MAJIS_ITL_SCHEMAS is replaced by MAJIS_SCHEMAS as a dict to support OPL schemas (!13).

Fixed#

  • Read the docs jupyter-book configuration (!13).

Depreciated#

  • Legacy save_csv and save_xlsm are depreciated in favor of save_itl (!13).

Release 1.1.2 - 2025/11/27#

Fixed#

  • Enforce type formatter in JSON ITL extra keys during export (!12).

  • Fix jupyter-book dependency in RTD config (!12).

Release 1.1.1 - 2025/11/25#

Added#

  • Add ITL JSON parser parse_json public method to format ITL observation as events dictionary (!10).

Fixed#

  • Temporary fix the timeline missing key in SOC v2 schema (!10).

  • Enforce Jupyter Book version < 2 (!11).

Release 1.1.0 - 2025/10/28#

Added#

  • Add generic ITL writer save_itl to export a ITL timeline to different formats (!9).

  • Add ITL JSON reader and writer with validator on SOC and MAJIS schema (!9).

  • SonarQube code quality job in Gitlab CI (!7).

Changed#

  • Isolate ITL text reader in EPS format in its own sub-module (!9).

  • Isolate export to ITL EPS, JSON, CSV, XLS in their own sub-modules (!9).

  • ITL EPS comments are now reformatted rather than copy-pasted (!9).

  • Project status is now considered stable.

Fixed#

  • Fix invalid timeline template format (!8).

  • Fix ITL reader with missing space and single comment.

  • Fix missing sphinx config for RTD.

  • Gitlab-CI unquoted hatch version.

  • Gitlab-CI build project before PyPI publication.

  • Gitlab-CI add user __token__ value for PyPI publication.

Removed#

  • .comments properties from parsed EventWindow objects (!9).

Release 1.0.0 - 2024/06/19#

Added#

  • Add read_itl(), save_itl(), save_csv() and save_xlsm() methods.

  • Add Timeline object to manipulate MAJIS .xlsm timeline file.

  • Add majis-itl command line interface.

  • Project init