Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.1.0 #195

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/upgrade-guides/3-0-0-to-3-1-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 3.0.0 to 3.1.0

The **Procedural Scheduling API** has one breaking change in Aerie `v3.1.0`: the functionality of `filterLongerThan` and `filterShorterThan` methods have been **inverted** to be more consistent with other `filter` methods. `filterLongerThan(duration)` will now *include* all events longer than `duration`, not *remove* them. See [aerie-ui#1587](https://github.com/NASA-AMMOS/aerie/pull/1587) for details. If you are using these functions in your code, you should invert them as needed to achieve the same functionality in `v3.1.0`.

1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ const sidebars = {
},
],
upgradeGuides: [
'upgrade-guides/3-0-0-to-3-1-0',
'upgrade-guides/2-21-0-to-3-0-0',
'upgrade-guides/2-20-0-to-2-21-0',
'upgrade-guides/2-19-0-to-2-20-0',
Expand Down
2 changes: 1 addition & 1 deletion static/mgss-cover-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Identification</h2>
<td>636.101</td>
<td>MPSA</td>
<td>Aerie</td>
<td id="aerie-version">3.0.0</td>
<td id="aerie-version">3.1.0</td>
</tr>
</tbody>
</table>
Expand Down
Loading