Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 733 Bytes

CHANGELOG.md

File metadata and controls

22 lines (20 loc) · 733 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.3.2] - 2022-05-13

  • New Features
    • Compatible with pysat v3.0+
  • Deprecations
  • Documentation
    • Added pull request templates and other GitHub project documentation.
    • Switched Windows installation instructions to favor installing WSL.
  • Bug Fix
    • Improved builds for newer compilers.
    • Replaces uninterpretable characters with '*' so data loading may continue.
  • Maintenance
    • Adopted latest pysat development standards.
    • Shifted from TravisCI to GitHub Actions for online testing.
    • Adopted setup.cfg
    • Improved PEP8 compliance