Skip to content

Releases: policratus/pupyl

🔖 Updating dependencies

19 Jul 21:08
5a8f2e3
Compare
Choose a tag to compare
  • Updating sphinx and tensorflow versions
  • Some minor fixes related to linter.

What's Changed

Full Changelog: v0.14.6...v0.14.7

🔖 Better docs, broader support and leaner deps.

08 May 18:31
628eb64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.5...v0.14.6

🔖 Updating dependencies and linter

08 Apr 13:38
cbe529a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.4...v0.14.5

🔖 Bumping dependencies versions

03 Oct 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.14.4

🔖 Returning distances between query and indexed images

18 Jul 15:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3

🔖 Dependencies and documentation update

16 May 17:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

🔖 More comprehensive tests

18 Oct 07:22
Compare
Choose a tag to compare

What's Changed

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 to 2.10.0;
  • Bump sphinx to 5.3.0;
  • Updating documentation (and CI dependency install file) to a more modern way for dependency installation;
  • Minor updates and fixes.

🔖 Faster indexation

09 Aug 21:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.5...v0.14.0


  • Bump annoy to 0.17.1;
  • Bump sphinx to 5.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 for tensorflow ones.

🔖 Bump dependency versions

06 Jun 21:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.5


  • Bump tensorflow to 2.9.1;
  • Removing explicit declaration as dependency for protobuf;
  • Better makefile definitions;
  • Bump codeql action to v2;
  • Reorganization of ci pipelines;
  • Bump sphinx to 5.0.1;
  • Bump supported python version to 3.9.x.

🔖 Resume indexing

20 May 14:28
Compare
Choose a tag to compare

What's Changed

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 and tensorflow 2.3.9
  • Fixing an issue related to the new keras and tensorflow version, regarding protobuf dependency version;