Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@c-dilks c-dilks released this 24 Jun 19:12
· 26 commits to main since this release
b06d6ac

⭐ Primary Changes ⭐

New Algorithms

⚠️ Breaking Changes ⚠️

  • doc!: organize and rename examples, and additional small fixes by @c-dilks in #235
    • all executable names now use underscores (_) instead of hyphens (-), e.g., iguana-test becomes iguana_test
    • example names are now of the format:
    iguana_ex_[LANGUAGE]_[NUMBER]_[NAME]
    
    where:
    • [LANGUAGE] is the programming language
    • [NUMBER] is the example number (optional), for ordering examples for new users
      • examples without [NUMBER] are for certain, possibly language-specific, use cases
    • [NAME] is a descriptive name for the example

🚧 Technical Changes 🚧

  • doc: improve the example and user documentation by @c-dilks in #234
  • feat: add more build and OS artifacts to .gitignore by @c-dilks in #233
  • doc: Fortran string termination by @c-dilks in #230

Full Changelog: v0.7.0...v0.7.1