Skip to content

Commit

Permalink
🐛 updated workflows to use the latest actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Aug 30, 2023
1 parent 45a3d68 commit cade248
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security


## [0.2.0]

### Added
- [BoxSquaredEL](https://arxiv.org/abs/2301.11118) module added to `mowl.nn`
- Implemented `model.from_pretrained` method. Related to issue [#43][i43]
Expand All @@ -18,14 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bug fixed in corpus generation methods. Issue [#36][i36].
- Updated dependencies to work with Python 3.8 and 3.9. Issue [#42][i42]

### Deprecated

### Removed

### Fixed

### Security

## [0.1.1]

### Added
Expand Down Expand Up @@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Walking methods accept optional `outfile` parameter and corpus extraction methods do not append by default.
- Documentation updated and fixed some typos.

[unreleased]: https://github.com/bio-ontology-research-group/mowl/compare/v0.1.1...HEAD
[unreleased]: https://github.com/bio-ontology-research-group/mowl/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/bio-ontology-research-group/mowl/releases/tag/v0.2.0
[0.1.1]: https://github.com/bio-ontology-research-group/mowl/releases/tag/v0.1.1
[0.1.0]: https://github.com/bio-ontology-research-group/mowl/releases/tag/v0.1.0
[0.0.30]: https://github.com/bio-ontology-research-group/mowl/releases/tag/v0.0.30
Expand Down

0 comments on commit cade248

Please sign in to comment.