Skip to content

Releases: fabiangeisler/pyshotgrid

v2.0.2

04 May 20:46
Compare
Choose a tag to compare

What's Changed

Chores

Full Changelog: v2.0.0...v2.0.2

v2.0.0

03 Mar 14:42
Compare
Choose a tag to compare

I was hopeful to bring you something special to v2.0.0, but in the end this just marks the drop of Python 3.8 for pyshotgrid. As I went through and cleaned all the dependencies of pyshotgrid it became apparent that shotgun-api3 (our only runtime dependency) does not support Python 3.8 and so I cannot clam that pyshotgrid does so. If you are asking yourself why pyshotgrid does not support Python 3.7, please have a look at the FAQ in the README.

Hope you still have fun with the library! 🚀

Full Changelog: v1.1.0...v2.0.0

v1.1.0

04 Nov 20:38
Compare
Choose a tag to compare

Release Highlights

  • You do not need to pip install shotgun-api3 any more. It will now be automatically installed when you pip install pyshotgrid.
  • The documentation got a new (better looking) theme.
  • I fixed a bug which prevented the correct use of pyshotgrid with SGTK.

What's Changed in detail

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Sep 20:02
Compare
Choose a tag to compare

What's Changed

  • Bugfix SGEntity.get() should not cast "url" fields to Attachment SGEntities (#22)
  • Update shotgun_api3 to v3.3.6 (#24)
  • Improve performance for ".name" property on all sg_default_entities (#26)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Aug 18:17
Compare
Choose a tag to compare

Version 1.0.0 🎉 🎉 🎉

This marks the first major release for pyshotgrid. It incorporates all features that I originally had in mind and I am now confident enough to release it into the wild. I hope others will find it as useful I as I do! 😃

Full Changelog: v0.15.0...v1.0.0

v0.15.0

27 Aug 18:35
Compare
Choose a tag to compare

What's Changed

  • code coverage is now 99%

New Features

  • Field: Make Field inherit FieldSchema
    This unifies the properties (schema) with a specific implementation of a Field.
  • SGEntity: Add thumbnail and filmstrip properties

Bugfixes

  • Fix various issues with the up- and download methods

Full Changelog: v0.14.0...v0.15.0

v0.14.0

26 Jul 21:17
Compare
Choose a tag to compare

Big Update

Highlights include:

  • drop of Python 2
  • all tests rewritten to pytest
  • test coverage at ~95%
  • new "versions" function on all default entities
  • refinement of core functions

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

29 Apr 09:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

13 Apr 20:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

07 Mar 20:54
Compare
Choose a tag to compare

What's Changed

  • Add a "name" property to SGEntity by @fabiangeisler in #12
    A convenience method so you do not need to remember which field is supposed to resemble the name of an entity. Historically this is different
    for many entities, for example Projects use the "name" field, Shots the "code" field and Tasks the "contents" field.

Full Changelog: v0.10.0...v0.11.0