Skip to content

Commit

Permalink
Downgrade version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Jan 31, 2024
1 parent f16a074 commit cc4d95b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.ref == 'refs/heads/main'
needs: test
env:
VERSION: "3.0.0"
VERSION: "2.5.0"
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -47,17 +47,17 @@ jobs:
with:
release: R2023b
- name: Package toolbox
uses: matlab-actions/[email protected].2
uses: matlab-actions/[email protected].3
with:
tasks: package("${{ env.VERSION }}")
- name: Upload toolbox
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.0
with:
name: 'MAG Data Visualization.mltbx'
path: artifacts
if-no-files-found: error
- name: Create release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.13.0
with:
tag: v${{ env.VERSION }}
artifacts: 'artifacts/MAG Data Visualization.mltbx'
Expand Down
12 changes: 6 additions & 6 deletions resources/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# App

-

# Software

- Add separate classes for each specific HK type
- Make `crop` a method of `mag.TimeSeries`
- Customize `get` method of `mag.Data` to accept multiple property names
- Allow charts to have `mag.Data` as input
- Rename `AutomatedAnalysis` to `IMAPTestingAnalysis`
- Rename `Result` to `PSD`
- Rename `mag.AutomatedAnalysis` to `mag.IMAPTestingAnalysis`
- Rename `mag.Result` to `mag.PSD`
- Remove support for `Filters` in charts
- Remove implicit conversion methods for `table`, `timetable` and `tabular`
- Fix issues with setting colors in charts
- Add tests for area, scatter, stairs and stems plots

# GitHub Workflows

- Update dependencies to latest versions

0 comments on commit cc4d95b

Please sign in to comment.