Releases: lstein/PhotoMapAI
Releases · lstein/PhotoMapAI
0.8.1
This release fixes a bug in the Macintosh install script. No other functionality has changed.
Please see the PhotoMapAI documentation for a rundown on installing and running the application.
0.8.0
PhotoMapAI beta release 0.8.0 introduces the following new features:
- A Gallery View that shows a row of thumbnails of the current image's neighborhood.
- Static landmarks in the Semantic Map view that act as signposts for the largest image clusters.
- Support for building and running PhotoMapAI in Docker images
- Too many user interface tweaks and fixes to count.
Installation
To install, download the install package and follow the steps outlined in the PhotoMapAI Installation.
User's Guide
See the full User's Guide for information on PhotoMapAI's features, tips and tricks.
What's Changed
- Gallery view by @lstein in #24
- [Bugfix] Fix occasional broken thumbnail images by @lstein in #26
- Add a thumbnail gallery view above the seek slider by @lstein in #28
- Sort smaller clusters using a random walk by @lstein in #29
- [refactor] Refactor seek-slider into a Javascript class by @lstein in #30
- [bugfix] Allow thumbnails to be created from GIF image sources by @lstein in #31
- [Bugfix] Fix syntax errors in seek-slider by @lstein in #32
- Release/0.7.0 by @lstein in #33
- [packaging] Remove extraneous files in project root by @lstein in #34
- [Packaging] Launcher icons by @lstein in #35
- [feature] Docker image by @lstein in #36
- [Feature] Optionally disable album switching, editing, and locationIQ retrieval by @lstein in #37
- Start application with umap in fullscreen mode by @lstein in #38
- Exit umap fullscreen mode after a search by @lstein in #39
- [bugfix] Clean up umap fullscreen logic by @lstein in #40
- [refactor\ simplify call to index_images in docker build by @lstein in https://github.com//pull/41
- [Feature] About dialog by @lstein in #42
- [packaging] Automate docker build and tagging by @lstein in #43
- [bugfix] Fix a few typing errors found by pylance by @lstein in #44
- [bugfix] Extend hover region to cover bottom of the seek slider ticks by @lstein in #45
- [feature] Improve appearance of umap fullscreen icon by @lstein in #46
- [Bugfix] Tweak umap height by @lstein in #48
- [Docs] Docker instructions by @lstein in #47
- [tweak] add clickable icon link to demo by @lstein in #49
- [Docs] Fix installation instructions by @lstein in #50
- Update image source in README.md by @lstein in #51
- Revise demo section in README.md by @lstein in #52
- fixed url in README by @lstein in #53
- [Docs] Fix images by @lstein in #54
- [Docs] Improve appearance of about... box by @lstein in #55
- [Docs] enable the code copy button on mkdocs by @lstein in #56
Full Changelog: 0.6.0...0.8.0
0.6.0
0.5.5
What's Changed
- [Bugfix] windows installer by @lstein in #13
- Recalculate album index location when image paths changed by @lstein in #15
- Prevent redundant indexing of same album by @lstein in #14
- Improve windows install script by @lstein in #16
- Really fix windows UNC path issues by @lstein in #17
- Fix the installer script for Linux and Mac by @lstein in #18
- add more CUDA PyTorch instructions by @lstein in #19
- Improve CUDA detection; bump version by @lstein in #20
Full Changelog: 0.5.4...0.5.5
0.5.4
0.5.3
v0.5.2
Merge pull request #9 from lstein/release/release-to-pypi make adjustments for PyPi release; bump version
v0.4.2
bump version number
v0.4.1
Merge pull request #3 from lstein/workflow/fix-release-workflow Remove need for API token.
v0.4.0
make release run on python 3.12 so that tomli library will be available