Update Release Notes authored by Eva Schiffer's avatar Eva Schiffer
_This page includes notes about the changes in released versions of Glance. Newer notes will be added at the top of the page as versions are released._ **This page includes notes about the changes in released versions of Glance. Newer notes will be added at the top of the page as versions are released.**
------------ ------------
<strong><div align="right">Sept 29, 2023</div>
version 0.7.1</strong>
The changes for this version mostly involved restructuring the project internally and clean up to let us move to a newer version of python (>=3.9; preferably 3.11).
Additional details:
- Moved from setup.py to pyproject.toml and adding a MANIFEST.in file
- Moved to using importlib.resources to interact with our non-code packaged files such as mako templates and the gui icon.
- Moved some logging messages that didn't reflect a problem most of the time to be debug only
- Moved the gui and mako templates into sub-packages
- Cleaned up numpy usage to match changes in the numpy released interface
------------
<strong><div align="right">Jun 30, 2022</div> <strong><div align="right">Jun 30, 2022</div>
version 0.6.2</strong> version 0.6.2</strong>
... ...
......