technologiestiftung / maps-latent-space

An AI exploration on how to create maps and a infrastructure to display it in an exhibition space. A collaboration between Birds On Mars and Technologiestiftung Berlin/CityLAB.
MIT License
0 stars 0 forks source link

chore(deps): update dependency opt-einsum to v3.3.0 #17

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opt-einsum ==3.1.0 -> ==3.3.0 age adoption passing confidence

Release Notes

dgasmith/opt_einsum ### [`v3.3.0`](https://togithub.com/dgasmith/opt_einsum/releases/tag/v3.3.0) [Compare Source](https://togithub.com/dgasmith/opt_einsum/compare/v3.2.1...v3.3.0) Adds a `object` backend for optimized contractions on arbitrary Python objects. ##### New Features - ([#​145](https://togithub.com/dgasmith/opt_einsum/issues/145)) Adds a `object` based backend so that `contract(backend='object')` can be used on arbitrary objects such as SymPy symbols. ##### Enhancements - ([#​140](https://togithub.com/dgasmith/opt_einsum/issues/140)) Better error messages when the requested `contract` backend cannot be found. - ([#​141](https://togithub.com/dgasmith/opt_einsum/issues/141)) Adds a check with RandomOptimizers to ensure the objects are not accidentally reused for different contractions. - ([#​149](https://togithub.com/dgasmith/opt_einsum/issues/149)) Limits the `remaining` category for the `contract_path` output to only show up to 20 tensors to prevent issues with the quadratically scaling memory requirements and the number of print lines for large contractions. ### [`v3.2.1`](https://togithub.com/dgasmith/opt_einsum/releases/tag/v3.2.1) [Compare Source](https://togithub.com/dgasmith/opt_einsum/compare/v3.2.0...v3.2.1) ##### Bug Fixes - ([#​131](https://togithub.com/dgasmith/opt_einsum/issues/131)) Fixes an einstein subscript error message to point to the correct value. - ([#​135](https://togithub.com/dgasmith/opt_einsum/issues/135)) Lazily loads JAX similar to other backends. ### [`v3.2.0`](https://togithub.com/dgasmith/opt_einsum/releases/tag/v3.2.0) [Compare Source](https://togithub.com/dgasmith/opt_einsum/compare/v3.1.0...v3.2.0) Small fixes for the `dp` path and support for a new mars backend. ##### New Features - ([#​109](https://togithub.com/dgasmith/opt_einsum/issues/109)) Adds mars backend support. ##### Enhancements - ([#​110](https://togithub.com/dgasmith/opt_einsum/issues/110)) New `auto-hq` and `'random-greedy-128'` paths. - ([#​119](https://togithub.com/dgasmith/opt_einsum/issues/119)) Fixes several edge cases in the `dp` path. ##### Bug fixes - ([#​127](https://togithub.com/dgasmith/opt_einsum/issues/127)) Fixes an issue where Python 3.6 features are required while Python 3.5 is `opt_einsum`'s stated minimum version.

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.