Skip to content

Releases: pixano/pixano-inference

Pixano Inference 0.3.1

18 Mar 10:25
f308e6d
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference~=0.3.1

Added

  • Add new GroundingDINO model for semantic segmentation with text prompts (#6)

Changed

  • Update README badges with PyPI release

Fixed

  • Remove top-level imports for GitHub models to prevent import errors (#6)
  • Fix preannotation with SAM and MobileSAM (#6)
  • Add type hints for Image PixanoType (#6)
  • Update Pixano requirement from 0.5.0 beta to 0.5.0 stable

Pixano Inference 0.3.0

29 Feb 13:04
39f8436
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference~=0.3.0

Added

  • Publish Pixano Inference on PyPI
  • Add new MobileSAM model as a lighter alternative to SAM (#2)
  • Add GitHub actions to format and lint code
  • Add GitHub action to publish docs and PyPI package (#9)
  • Add issue and pull request templates on GitHub repository
  • Add CONTRIBUTING.md for installation information and contribution guidelines

Changed

  • Breaking: Remove SAM and MobileSAM dependencies to allow publishing to PyPI (#14)
  • Breaking: Update to Pixano 0.5.0
  • Breaking: Update InferenceModel id attribute to model_id to stop redefining built-in id
  • Breaking: Update submodule names to pytorch, tensorflow, and github
  • Update README with a small header description listing main features and more detailed installation instructions
  • Generate API reference on documentation website automatically
  • Add cross-references to Pixano, TensorFlow, and Hugging Face Transformers in the API reference
  • Update documentation deployment (#9)

Fixed

  • Fix links to Pixano notebooks
  • Fix internal cross-references in the API reference of the documentation website
  • Update deprecated GitHub actions (#11)
  • Prevent CUDA installation in lint GitHub action action
  • Fix ignored members in linting CI configuration
  • Specify black version in formatting CI configuration
  • Fix GitHub version and documentation links in README

Pixano Inference 0.2.1

13 Nov 16:53
aaf6761
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Added

  • Add CLIP model for semantic search on images

Pixano Inference 0.2.0

26 Oct 15:01
8ddec6d
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Changed

  • Breaking: Update models to the new PixanoTypes and lancedb storage format of Pixano 0.4.0

Pixano Inference 0.1.6

10 Jul 08:58
84fbd1a
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Added

  • Create documentation website

Fixed

  • Update CHANGELOG format

Pixano Inference 0.1.5

07 Jul 13:53
de7a27b
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Fixed

  • Fix README logo and links

Pixano Inference 0.1.4

07 Jul 09:54
0acbeba
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Fixed

  • Fix export to ONNX for SAM

Pixano Inference 0.1.3

07 Jul 09:17
9a3e8eb
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Changed

  • Breaking: Update models to the new InferenceModel class and Image type of Pixano 0.3.0

Pixano Inference 0.1.2

12 Jun 10:22
b8c2d06
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Added

  • Add release notes in new RELEASE.md file

Fixed

  • Update project description in README
  • Update Python version requirement and License classifier in pyproject.toml

Pixano Inference 0.1.1

08 Jun 09:58
dee0549
Compare
Choose a tag to compare

Under active development, subject to API change

Install this version of Pixano Inference with pip install pixano-inference@git+https://github.com/pixano/[email protected]

Fixed

  • Update COCO 80 labels to COCO 91 labels function name for consistency with Pixano API
  • Update README badges