Isar

Latest version: v1.20.3

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

Scan your dependencies

Page 19 of 19

1.0.4

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Publish docker image by aestene in https://github.com/equinor/isar-robot/pull/47
Improvements
* Add dispatch to deployment action by aestene in https://github.com/equinor/isar-robot/pull/45
Bug Fixes
* Set correct remote image by aestene in https://github.com/equinor/isar-robot/pull/48
Other Changes
* Publish random battery status by MortFred in https://github.com/equinor/isar-robot/pull/39
* Add pre-commit config with black by eivindsjovold in https://github.com/equinor/isar-robot/pull/44

New Contributors
* MortFred made their first contribution in https://github.com/equinor/isar-robot/pull/39
* eivindsjovold made their first contribution in https://github.com/equinor/isar-robot/pull/44

**Full Changelog**: https://github.com/equinor/isar-robot/compare/v1.0.1...v1.0.4

1.0.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Publish docker image by aestene in https://github.com/equinor/isar-robot/pull/47
Improvements
* Add dispatch to deployment action by aestene in https://github.com/equinor/isar-robot/pull/45
Bug Fixes
* Set correct remote image by aestene in https://github.com/equinor/isar-robot/pull/48
Other Changes
* Publish random battery status by MortFred in https://github.com/equinor/isar-robot/pull/39
* Add pre-commit config with black by eivindsjovold in https://github.com/equinor/isar-robot/pull/44

New Contributors
* MortFred made their first contribution in https://github.com/equinor/isar-robot/pull/39
* eivindsjovold made their first contribution in https://github.com/equinor/isar-robot/pull/44

**Full Changelog**: https://github.com/equinor/isar-robot/compare/v1.0.1...v1.0.3

1.0.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Publish docker image by aestene in https://github.com/equinor/isar-robot/pull/47
Improvements
* Add dispatch to deployment action by aestene in https://github.com/equinor/isar-robot/pull/45
Bug Fixes
* Set correct remote image by aestene in https://github.com/equinor/isar-robot/pull/48
Other Changes
* Publish random battery status by MortFred in https://github.com/equinor/isar-robot/pull/39
* Add pre-commit config with black by eivindsjovold in https://github.com/equinor/isar-robot/pull/44

New Contributors
* MortFred made their first contribution in https://github.com/equinor/isar-robot/pull/39
* eivindsjovold made their first contribution in https://github.com/equinor/isar-robot/pull/44

**Full Changelog**: https://github.com/equinor/isar-robot/compare/v1.0.1...v1.0.2

1.0.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Other Changes
* Add version attribute to package by tsundvoll in https://github.com/equinor/isar-robot/pull/43


**Full Changelog**: https://github.com/equinor/isar-robot/compare/v1.0.0...v1.0.1

1.0.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Breaking Changes 🛠
* Rename task to step by aestene in https://github.com/equinor/isar-robot/pull/33
* Add telemetry publishing support by aestene in https://github.com/equinor/isar-robot/pull/38
New Features 🎉
* Add default inspections by aestene in https://github.com/equinor/isar-robot/pull/6
* Align with new changes in alitra / isar by Christdej in https://github.com/equinor/isar-robot/pull/32
Improvements
* Return asset frame results to simulate transform by aestene in https://github.com/equinor/isar-robot/pull/30
Bug Fixes
* Fix CI for isar-robot by aestene in https://github.com/equinor/isar-robot/pull/4
* Include example images in package by aestene in https://github.com/equinor/isar-robot/pull/27
Other Changes
* Feature/mock interface by aestene in https://github.com/equinor/isar-robot/pull/2
* Add test to verify robotinterface by Eddasol in https://github.com/equinor/isar-robot/pull/7
* Move generic interface test to isar by Eddasol in https://github.com/equinor/isar-robot/pull/8
* Create LICENSE by aestene in https://github.com/equinor/isar-robot/pull/10
* Remove empty requirements file by tsundvoll in https://github.com/equinor/isar-robot/pull/11
* Update README by autt in https://github.com/equinor/isar-robot/pull/13
* Bump python version requirement to 3.9 by knord94 in https://github.com/equinor/isar-robot/pull/14
* Update author email by autt in https://github.com/equinor/isar-robot/pull/15
* Change name from step to task by Christdej in https://github.com/equinor/isar-robot/pull/19
* Add step.id by autt in https://github.com/equinor/isar-robot/pull/18
* Remove joints from interface by tsundvoll in https://github.com/equinor/isar-robot/pull/20
* Adapt to changes in inspection setup by aestene in https://github.com/equinor/isar-robot/pull/21
* Update robot interface by vetlek in https://github.com/equinor/isar-robot/pull/22
* Remove $ from readme by Aadityajoshi151 in https://github.com/equinor/isar-robot/pull/25
* Update issue templates by aestene in https://github.com/equinor/isar-robot/pull/29
* Add settings to support capabilities by vetlek in https://github.com/equinor/isar-robot/pull/31
* Change step status by vetlek in https://github.com/equinor/isar-robot/pull/34
* Add initialize method to interface by vetlek in https://github.com/equinor/isar-robot/pull/35
* Allow for Python 3.9 by tsundvoll in https://github.com/equinor/isar-robot/pull/40
* Setup continous deployment by tsundvoll in https://github.com/equinor/isar-robot/pull/41

New Contributors
* aestene made their first contribution in https://github.com/equinor/isar-robot/pull/2
* Eddasol made their first contribution in https://github.com/equinor/isar-robot/pull/7
* tsundvoll made their first contribution in https://github.com/equinor/isar-robot/pull/11
* autt made their first contribution in https://github.com/equinor/isar-robot/pull/13
* knord94 made their first contribution in https://github.com/equinor/isar-robot/pull/14
* Christdej made their first contribution in https://github.com/equinor/isar-robot/pull/19
* vetlek made their first contribution in https://github.com/equinor/isar-robot/pull/22
* Aadityajoshi151 made their first contribution in https://github.com/equinor/isar-robot/pull/25

**Full Changelog**: https://github.com/equinor/isar-robot/commits/v1.0.0

Page 19 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.