Releases: policratus/pupyl
Releases · policratus/pupyl
🔖 Updating dependencies
- Updating
sphinx
andtensorflow
versions - Some minor fixes related to linter.
What's Changed
- 🚨 Updating linter by @policratus in #240
- ⬆️(deps): Bump tensorflow from 2.16.1 to 2.17.0 by @dependabot in #236
- ⬆️(deps): Bump sphinx from 7.3.7 to 7.4.6 by @dependabot in #239
- 🔖 [skip ci] Bumping to version 0.14.7 by @policratus in #241
Full Changelog: v0.14.6...v0.14.7
🔖 Better docs, broader support and leaner deps.
What's Changed
- ⬆️(deps): Bump sphinx from 7.2.6 to 7.3.7 by @dependabot in #223
- 📝 Fixing CI docs. compilation on readthedocs by @policratus in #224
- 📝 Fixing autodocs generation in readthedocs by @policratus in #225
- 💚 Fixing CI regarding code coverage by @policratus in #226
- 🔥 Removing some unnecessary checks by @policratus in #227
- ⬆️ Wiping dependencies file by @policratus in #233
- 🔖 Bump to version 0.14.6 by @policratus in #234
Full Changelog: v0.14.5...v0.14.6
🔖 Updating dependencies and linter
What's Changed
- ⬆️(deps): Bump tensorflow from 2.14.0 to 2.15.0.post1 by @dependabot in #215
- 💚 Fixing CI by @policratus in #218
- ⬆️(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #216
- ⬆️(deps): Bump github/codeql-action from 2 to 3 by @dependabot in #217
- ⬆️(deps): Bump sphinx-press-theme from 0.8.0 to 0.9.1 by @dependabot in #219
- 🔖 [skip ci] Bump to version 0.14.5 by @policratus in #220
Full Changelog: v0.14.4...v0.14.5
🔖 Bumping dependencies versions
What's Changed
- ⬆️(deps): Bump actions/checkout from 3 to 4 by @dependabot in #210
- ⬆️(deps): Bump sphinx from 7.0.1 to 7.2.6 by @dependabot in #211
- ⬆️(deps): Bump tensorflow from 2.13.0 to 2.14.0 by @dependabot in #213
Full Changelog: v0.14.3...v0.14.4
🔖 Returning distances between query and indexed images
What's Changed
- ⬆️(deps): Bump annoy from 1.17.2 to 1.17.3 by @dependabot in #200
- ⬆️(deps): Bump tensorflow from 2.12.0 to 2.13.0 by @dependabot in #201
- ✨ Adding distances to search results by @policratus in #202
Full Changelog: v0.14.2...v0.14.3
🔖 Dependencies and documentation update
What's Changed
- ⬆️ Add github actions updates on dependabot by @jairhenrique in #178
- ✏️ Fix typo in CONTRIBUTING.md by @92amartins in #183
- ⬆️(deps): Bump actions/checkout from 1 to 3 by @dependabot in #181
- ⬆️(deps): Bump actions/setup-python from 1 to 4 by @dependabot in #180
- ⬆️(deps): Bump codecov/codecov-action from 1 to 3 by @dependabot in #179
- ⬆️(deps): Bump tensorflow from 2.10.0 to 2.11.0 by @dependabot in #185
- ⬆️(deps): Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in #190
- ⬆️(deps): Bump tensorflow from 2.11.0 to 2.12.0 by @dependabot in #192
- ✅ Updating unit tests by @policratus in #193
- ⬆️(deps): Bump sphinx from 6.1.3 to 7.0.1 by @dependabot in #196
- ⬆️(deps): Bump annoy from 1.17.1 to 1.17.2 by @dependabot in #197
New Contributors
- @jairhenrique made their first contribution in #178
Full Changelog: v0.14.1...v0.14.2
🔖 More comprehensive tests
What's Changed
- 🐛 Fix jpeg compression issue by @92amartins in #170
- 👷 Run CI tests on Ubuntu and macOS by @92amartins in #175
- ⬆️(deps): Bump tensorflow from 2.9.1 to 2.10.0 by @dependabot in #168
- ⬆️(deps): Bump sphinx from 5.1.1 to 5.2.3 by @dependabot in #173
- 📝 Updating documentation for installation instructions. by @policratus in #176
- ⬆️(deps): Bump sphinx from 5.2.3 to 5.3.0 by @dependabot in #177
Full Changelog: v0.14.0...v0.14.1
- Fixing an issue related to Windows system, which blocks the generation of newly compressed images;
- Updating CI to be more comprehensive, running tests also on MacOS (Windows coming soon);
- Bump
tensorflow
to2.10.0
; - Bump
sphinx
to5.3.0
; - Updating documentation (and CI dependency install file) to a more modern way for dependency installation;
- Minor updates and fixes.
🔖 Faster indexation
What's Changed
- ⚡️ Better indexing performance by @policratus in #164
Full Changelog: v0.13.5...v0.14.0
- Bump
annoy
to0.17.1
; - Bump
sphinx
to5.1.1
; - Minor documentation improvements and fixes;
- Adding more explanatory exception messages;
- Adding six more diverse feature extractors;
- Exposing feature extractor choices;
- Now characteristics can also be retrieved by its value;
- Changing
numpy
direct calls fortensorflow
ones.
🔖 Bump dependency versions
What's Changed
- Dependency version update by @policratus in #158
- 📝 Documentation building python version update by @policratus in #159
Full Changelog: v0.13.4...v0.13.5
- Bump
tensorflow
to2.9.1
; - Removing explicit declaration as dependency for
protobuf
; - Better
makefile
definitions; - Bump
codeql
action tov2
; - Reorganization of
ci
pipelines; - Bump
sphinx
to5.0.1
; - Bump supported
python
version to3.9.x
.
🔖 Resume indexing
What's Changed
- Resume indexing by @policratus in #149
Full Changelog: v0.13.3...v0.13.4
- Adding a feature that lets users resume any indexing process, even if some errors (or a power-off) happens in the middle of the process;
- Updating to
keras
andtensorflow
2.3.9
- Fixing an issue related to the new
keras
andtensorflow
version, regardingprotobuf
dependency version;