File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
3
4
- name : Python application
4
+ name : Pytest & Flake8
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
8
8
9
9
[Unreleased]
10
10
------------
11
+ Changed
12
+ ^^^^^^^
13
+ Fixed
14
+ ^^^^^
15
+ Added
16
+ ^^^^^
11
17
18
+ [3.4.0] - 2021-03-29
19
+ --------------------
12
20
Changed
13
21
^^^^^^^
14
22
- `TrackEddiesObservations.filled_by_interpolation ` method stop to normalize longitude, to continue to have same
Original file line number Diff line number Diff line change 2
2
[ ![ Documentation Status] ( https://readthedocs.org/projects/py-eddy-tracker/badge/?version=stable )] ( https://py-eddy-tracker.readthedocs.io/en/stable/?badge=stable )
3
3
[ ![ Gitter] ( https://badges.gitter.im/py-eddy-tracker/community.svg )] ( https://gitter.im/py-eddy-tracker/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
4
4
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/AntSimi/py-eddy-tracker/master?urlpath=lab/tree/notebooks/python_module/ )
5
+ [ ![ pytest] ( https://github.com/AntSimi/py-eddy-tracker/actions/workflows/python-app.yml/badge.svg )] ( https://github.com/AntSimi/py-eddy-tracker/actions/workflows/python-app.yml )
5
6
6
7
# README #
7
8
You can’t perform that action at this time.
0 commit comments