Skip to content

Releases: NextCenturyCorporation/itm-evaluation-server

0.4.0: Phase 1 Evaluation

12 Nov 21:46
94884c0
Compare
Choose a tag to compare

What's Changed

  • ITM 650/653: Transition to Phase 1 evaluation #111
  • ITM-672: Add solo (standalone) training mode #113
  • Remove some ADEPT alignment targets, per ADEPT.

Full Changelog: 0.3.5...0.4.0

0.3.5: Dry run release for ADM runs with group targets

25 Oct 17:32
96e939f
Compare
Choose a tag to compare
  • ITM-568: Allow multiple injuries in a single location. #104
    • Log intent action parameters
    • Fix bug with forearm punctures
  • ITM-586: Final DRE enhancements to scenario runner/config. #105
  • ITM-625: Add configuration for group targets. #108

0.3.4: Dry Run Release with preliminary scenario runner

22 Aug 15:48
9d78d43
Compare
Choose a tag to compare

What's Changed

  • ITM-535 preliminary scenario runner for dry run #102

Full Changelog: 0.3.3...0.3.4

0.3.3: Fully Integrated Dry Run Release

09 Aug 20:05
5d954cf
Compare
Choose a tag to compare

What's Changed

  • ITM-536: More external configuration for the ITM evaluation server #98
  • ITM-539: Break action mapping conditions into probe and action conditions #99
  • ITM-541: Add KDMAs back to AlignmentResults and get them from separate TA1 endpoint #100

Full Changelog: 0.3.2...0.3.3

0.3.2: Re-Integrated Dry Run Release

26 Jul 15:52
a6da963
Compare
Choose a tag to compare

What's Changed

  • ITM-525: Clean out old models and update references to them (bugfix). #93
  • ITM-526: Add action pre-validation step #94
  • ITM-527: Add Abrasion back in #95
  • ITM-478/ITM-521: Integrate with updated SoarTech DryRun server #96

Full Changelog: 0.3.1...0.3.2

0.3.1: Integrated Dry Run Release

17 Jul 22:37
ac9b077
Compare
Choose a tag to compare

What's Changed

  • ITM-510: Add medical_policies controlled vocabulary and require action justification (#86)
  • ITM-509: Allow CHECK_ALL_VITALS when no pulse ox, but don't check blood ox (#87)
  • ITM-512: Add configuration to externalize scenario folder location (#88)
  • ITM-520: Return scene ID in State in all session types (#89)
  • ITM-523: Add justify message type. Remove all TBD placeholders. (#90)
  • ITM-478/521/522: Integrate with TA1 Dry Run servers (#91)

Full Changelog: 0.3.0...0.3.1

0.3.0: Initial Dry Run Release

11 Jul 14:23
7f1ce31
Compare
Choose a tag to compare

What's Changed

  • ITM-233: Support persistent characters (#52)
  • ITM-299: Added freeform (open world) scenarios (#53)
  • ITM-329: Fix TA1 session contamination when running multiple ADMs simultaneously (#55)
  • ITM-247: Added final_scene flag to indicate final scene in a scenario. (#57)
  • ITM-341: Added CHECK_BLOOD_OXYGEN and more injury locations to match sim. (#58)
  • ITM-300: Add adm_profile optional session parameter (#59)
  • ITM-227: Implement remaining configurable transition conditions (#60)
  • ITM-357: Convert prints to proper logging (#61)
  • ITM-383: Return history to ADM after each training scenario (#62)
  • ITM-377: Change scene int index to string ID (#63)
  • ITM-389: Return 400 error code for restricted actions. (#64)
  • ITM-401: Indicate to ADMs that a blanket has been applied (#65)
  • ITM-409: Remove 'conscious' vital and update scenarios accordingly; fix bug ending scene action mappings. (#66)
  • ITM-386: Develop a way for ADMs to express intent to perform an action (#67)
  • ITM-420: Added fentanyl lollipop (#68)
  • ITM-376: Extend persistent characters to allow character removal (#69)
  • ITM-385: Add test session and YAML examples (#70)
  • ITM-405: Add quantized injuries (#71)
  • ITM-422: Support "unseen" characters and ability to search/find them (#72)
  • ITM 431: Return scene ID and probe responses to ADM in training sessions. (#73)
  • ITM-439: Added threat_state to ActionMappings and Action (#74)
  • ITM-461: Fixed removed characters bug (#75)
  • ITM-471: Added Events from scenario to ADM. (#76)
  • ITM-472: Added MESSAGE action for ADMs (#77)
  • ITM-477: Enhance/expand/rename aid_delay (#78)
  • ITM-476: Updated spo2 from float to normalized vocab (#79)
  • ITM-432: Only successful treatments consume supplies (#80)
  • ITM-485: Miscellaneous late requested changes (#81)
  • ITM-484: Adjusted injuries and injury locations (#82)
  • ITM-490: Transition to Dryrun evaluation (#83)

Full Changelog: 0.2.0...0.3.0

0.2.0: Metrics Evaluation

13 Mar 20:49
4368e72
Compare
Choose a tag to compare

Release to run Metrics Evaluation

Support for new YAML File and actions added for Metrics Evaluations, along with various other API Improvements.

0.1.1: September Milestone Update Release

16 Sep 19:31
9dd64c3
Compare
Choose a tag to compare
  • Tagging and treating casualties shouldn't reveal anything
  • Add END_SCENARIO to the API and tweak custom September scenario/action progression
  • More dynamic updates to scenario
    • Environment before adept probe2
    • Update injury unstructured for Burn injuries
  • Fix bug in itm_adm_scenario_runner client

0.1.0: September Milestone

13 Sep 14:08
308f054
Compare
Choose a tag to compare

In addition to previous updates for the September Release, new updates include:

  • Injury improvements
    • Hide Burns at start; reveal injuries based on ADM actions;
    • Validate that you have sufficient Supplies to treat an injury;
    • Only remove an Injury (and decrement Supplies) if the correct treatment/location is specified;
    • Do not treat/remove injuries that haven’t been discovered by ADMs.
  • Allow crashing clients to start new sessions (without restarting server)
  • Allow ADMs to tag patients
  • Fix propagation of relationship property to ADMs
  • Configurable hostnames/ports throughout the system
  • ADM optionally takes in action choices from configuration
  • Rename all camelCase properties to snake_case