This version includes a major overhaul of the radiative transfer model, along with some additional value-adds outlined below.
What's Changed * Clean up and simplification of radiative transfer module by unbohn in https://github.com/isofit/isofit/pull/524 * basic tanager syntax by pgbrodrick in https://github.com/isofit/isofit/pull/634 / https://github.com/isofit/isofit/pull/643 * Relax Dependencies by jammont in https://github.com/isofit/isofit/pull/640
**Technical updates, improvements, and small bug fixes**
- Patch to fix version discrepancy.
3.3.5
Updates include
**Technical updates, improvements, and small bug fixes**
- Added update to packaging package to release workflow to fix broken PyPi deploy action.
3.3.4
Updates include
**Technical updates, improvements, and small bug fixes**
- Replaced setuptools with hatchling to avoid issues with package build.
3.3.3
Updates include
**Technical updates, improvements, and small bug fixes**
- Patch to fix version discrepancy.
3.3.2
Updates include
**Technical updates, improvements, and small bug fixes**
- Removed setup.cfg and leaned into pyproject.toml which is the standard way of creating installable Python packages per [PEP 621](https://peps.python.org/pep-0621/).