⭐ 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
becomesiguana_test
- example names are now of the format:
where:iguana_ex_[LANGUAGE]_[NUMBER]_[NAME]
[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
- examples without
[NAME]
is a descriptive name for the example
- all executable names now use underscores (
🚧 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