Skip to content

Pixano Inference 0.3.0

Compare
Choose a tag to compare
@cpvannier cpvannier released this 29 Feb 13:04
· 5 commits to main since this release
39f8436

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