Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

53 lines (32 loc) · 860 Bytes

Changelog

All notable changes to this project will be documented in this file.

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

[1.3.3] - 2023-04-03

Fixes for documentation

[1.3.2] - 2023-03-27

Fixes for packaging

[1.3.1] - 2023-03-27

Fixes for packaging and documentation

[1.3.0] - 2023-11-23

Modified

Support python 3.12, pin lxml version to 4.9.3

[1.2.0] - 2023-09-25

Added

  • validate_directory
  • validate_zip_file
  • parse_zip_file

[1.1.1] - 2023-05-14

Modified

  • Relaxed numpy requirement from ==1.23.3 to >=1.23.3

[1.1.0] - 2023-03-27

Fixed

  • save_file with defaults

[1.0.0] - 2023-03-27

Added

  • parsers.py

[0.1.0] - 2023-03-24

Added

  • helpers.py
  • config.py
  • tests