> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RELEASE 11.05.0

June 01, 2023

This is another one of those sprints where we focused on “behind-the-scenes” code and functionality which is not directly observable by our users.  We are working towards some larger deliverables that will be fully released in the upcoming sprints.  Below are some of the changes which you might notice.

## **Company Level Defaults - System Detail Settings**

If you have ever wanted to have company specific default settings for your High Voltage Transformer or for your Transmission Lines, your Company Administrator can now set that up.

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/ce25YrUdHGv5Hdmo/images/release-11-05-0-image1.png?fit=max&auto=format&n=ce25YrUdHGv5Hdmo&q=85&s=bb89841e99a2dc44745710c3547892f8" alt="Release 11 05 0 Image1" width="548" height="671" data-path="images/release-11-05-0-image1.png" />
</Frame>

Inside the Company Level Defaults screen within the Company Admin area, you will see a System Details tab where you can set these up for your company.

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/ce25YrUdHGv5Hdmo/images/release-11-05-0-image2.png?fit=max&auto=format&n=ce25YrUdHGv5Hdmo&q=85&s=0ec201ce79b4d61017eb3d432f2282ea" alt="Release 11 05 0 Image2" width="1717" height="512" data-path="images/release-11-05-0-image2.png" />
</Frame>

## **Deleting a Project with no Predictions**

We have improved the error message that appears when you try to delete a project that appears to not have any predictions based on user feedback.  Typically, if you see a project within your company and it looks like there are no predictions inside, there are probably “Draft-Private” predictions that are owned by other users within your company.  If you try to delete that project, the system would give a vague error message letting you know that the Project can’t be deleted.  We have improved the error message and even tell you who the owners are of the Draft-Private predictions inside the Project.

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/NgJ0CTr5JvDMPt_7/images/release-11-05-0-image3.png?fit=max&auto=format&n=NgJ0CTr5JvDMPt_7&q=85&s=ec9d6560031ece1c140418935dead9d4" alt="Release 11 05 0 Image3" width="1732" height="505" data-path="images/release-11-05-0-image3.png" />
</Frame>

## **Infinite Length Rows instead of Infinite Rows**

We received some feedback that the name of the Infinite Rows shading algorithm was confusing and implied that there were infinite numbers of rows, when in reality this model is assuming Infinitely long rows.  To reduce the confusion we made a simple name change in the drop down selection box.

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/FJuJpydMLLLqhB1I/images/release-11-05-0-image4.png?fit=max&auto=format&n=FJuJpydMLLLqhB1I&q=85&s=0623e7c75a522dfa3937d941357846e5" alt="Release 11 05 0 Image4" width="659" height="421" data-path="images/release-11-05-0-image4.png" />
</Frame>

## **Design Derate in the Prediction Results screen**

The Design Derate value has not been flowing into the Prediction Results screen.  We have fixed that.

Before:

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/NgJ0CTr5JvDMPt_7/images/release-11-05-0-image5.png?fit=max&auto=format&n=NgJ0CTr5JvDMPt_7&q=85&s=d19815e01a24785408a37a65d64afafc" alt="Release 11 05 0 Image5" width="1107" height="441" data-path="images/release-11-05-0-image5.png" />
</Frame>

Now:

<Frame>
  <img src="https://mintcdn.com/terabaseenergy/NgJ0CTr5JvDMPt_7/images/release-11-05-0-image6.png?fit=max&auto=format&n=NgJ0CTr5JvDMPt_7&q=85&s=55b2081cbd185cf727f3b9f218b42841" alt="Release 11 05 0 Image6" width="1107" height="435" data-path="images/release-11-05-0-image6.png" />
</Frame>

## **SDK was throwing an error when creating a PowerPlant inside a prediction without Simulation Settings**

We recently made some changes that made it so that Simulation Settings were needed before you created a PowerPlant when building out a prediction via the SDK/API.  This change caused a lot of trouble for our SDK/API users who had scripts setup with the PowerPlant being created before the Simulation Settings (which is how we order the flow via the User Interface).  We have implemented a fix for this as part of this release.
