Skip to content

Tags: OpenImaging/miqa

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Another attempt at the same sentry errors (#655)

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Force push to heroku (#648)

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Scikit learn (#643)

* Replace sklearn with scikit-learn

* Use underscore in python files

* Lint fix

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix updating window on frame change (#642)

* Fix updating window on frame change

* Fix styling

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multiple decisions (#636)

* Allow multiple decisions in json format only

* Fix web client decision rendering

* Accept last_decision key in import

* Lint fixes

* Extra changes to maintain compatibility with old format

* Fix edge cases in tests

* Remove unnecessary Ands in schema

* Fix failing pypeteer test

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add automatic reset demo task (#635)

* Add automatic reset demo task

* Remove self-defensive code

* Move beat schedule to settings

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add S3StorageMixin to DockerComposeProductionConfiguration (#616)

* Add S3StorageMixin to DockerComposeProductionConfiguration

* Use env var names in comment

Co-authored-by: Zach Mullen <[email protected]>

Co-authored-by: Zach Mullen <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create a slider to navigate between frames (#607)

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin DRF to known working version (#595)

* Pin DRF to known working version

* Fix datetime format string typo

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use setting to determine if null dates should be replaced (#591)

* Use setting to determine if null dates should be replaced with current time upon import

* Maintain same scan decision `created` text between imports and exports

* Use dateparser and remove print statements

* Fix import order for isort

* Include installation of types-dateparser