Iiif-prezi3

Latest version: v1.2.1

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.0

First production release of the library :tada:

What's Changed
* Bump GH action versions by helrond in https://github.com/iiif-prezi/iiif-prezi3/pull/100
* Add local development + extension instructions by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/101
* Add `config` directory to the package list in `setup.py` by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/103
* Add service by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/104
* Add make_service by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/106


**Full Changelog**: https://github.com/iiif-prezi/iiif-prezi3/compare/0.0.4...1.0.0

0.0.4

Post-post-hackathon release containing a newer skeleton generated from the latest Prezi3 JSON schema, some more new helpers, bug fixes and general tidying up of the repo and various infrastructure and non-application code things.

What's Changed
* Pining version of pypi github action by glenrobson in https://github.com/iiif-prezi/iiif-prezi3/pull/87
* Adding make canvas code by glenrobson in https://github.com/iiif-prezi/iiif-prezi3/pull/88
* Range helpers, new skeleton, various fixes by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/84
* Requirements updates by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/91
* Add Python 3.11 to the testing matrix and supported versions by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/92
* Update the examples in `README.md` to reflect current behaviour by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/93
* Json argument fix by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/96
* Bump pydantic to 1.9.2 + cleanup redundant requirements.dev.txt by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/97
* Create canvas from IIIF Image by glenrobson in https://github.com/iiif-prezi/iiif-prezi3/pull/89


**Full Changelog**: https://github.com/iiif-prezi/iiif-prezi3/compare/0.0.3...0.0.4

0.0.3

Post-hackathon release with a lot of new helpers!

What's Changed
* Adding breaking version of tests by glenrobson in https://github.com/iiif-prezi/iiif-prezi3/pull/17
* Add default value and documentation by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/33
* Added reference object and helper for using it with the updated version by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/30
* Id generator by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/31
* Setting up tests and linting in tox by helrond in https://github.com/iiif-prezi/iiif-prezi3/pull/32
* Add python 3.10 support to linting by p-galligan in https://github.com/iiif-prezi/iiif-prezi3/pull/36
* Adds image to a canvas by helrond in https://github.com/iiif-prezi/iiif-prezi3/pull/29
* Disable deep copy of nested object, allowing to change properties of instances inside classes after their instantiation by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/50
* add jsonld function to base model by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/51
* allow multiple properties per defaulter, call from __setattr__ by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/49
* add tests for auto field helpers by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/52
* Autofix linting issues by helrond in https://github.com/iiif-prezi/iiif-prezi3/pull/53
* Create CONTRIBUTING.md by glenrobson in https://github.com/iiif-prezi/iiif-prezi3/pull/46
* Update monkeypatch to handle list of Schema classes by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/59
* implement add_label, fix getattribute magic by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/63
* Correct dev requirements path in cache key by rlskoeser in https://github.com/iiif-prezi/iiif-prezi3/pull/64
* Add version & status badges to readme by rlskoeser in https://github.com/iiif-prezi/iiif-prezi3/pull/67
* improve classes for auto fields by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/68
* allow int and float root types by azaroth42 in https://github.com/iiif-prezi/iiif-prezi3/pull/77
* Basic mkdocs documentation setup by rlskoeser in https://github.com/iiif-prezi/iiif-prezi3/pull/75
* Add Item helpers + tests by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/81
* Fix accidental exclusion of default values by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/80
* 38 add metadata by funkydunc in https://github.com/iiif-prezi/iiif-prezi3/pull/61
* Add Set_HWD and related tests by giacomomarchioro in https://github.com/iiif-prezi/iiif-prezi3/pull/70
* Add Annotation helpers by robcast in https://github.com/iiif-prezi/iiif-prezi3/pull/74
* Revise docs workflow to build same way for push/pr by rlskoeser in https://github.com/iiif-prezi/iiif-prezi3/pull/82
* 44 add range by funkydunc in https://github.com/iiif-prezi/iiif-prezi3/pull/72
* Add make_collection and make_manifest by martimpassos in https://github.com/iiif-prezi/iiif-prezi3/pull/78
* 56 Canvas helper to add hw from iiif image info by rlskoeser in https://github.com/iiif-prezi/iiif-prezi3/pull/62
* 55 Canvas Helper to add height & width from file by epoz in https://github.com/iiif-prezi/iiif-prezi3/pull/65
* Outstanding PR fixes by digitaldogsbody in https://github.com/iiif-prezi/iiif-prezi3/pull/83

New Contributors
* giacomomarchioro made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/33
* azaroth42 made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/31
* helrond made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/32
* p-galligan made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/36
* digitaldogsbody made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/51
* rlskoeser made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/64
* funkydunc made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/61
* robcast made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/74
* martimpassos made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/78
* epoz made their first contribution in https://github.com/iiif-prezi/iiif-prezi3/pull/65

**Full Changelog**: https://github.com/iiif-prezi/iiif-prezi3/compare/0.0.2.2...0.0.3

0.0.2.2

Should make latest version available at:

https://pypi.org/project/iiif-prezi3

0.0.2.2.dev

0.0.2.1-test
Testing to see if github triggers work

0.0.2.1

More pypi testing

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.