Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
resonATe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OTNDC
resonATe
Commits
5faca016
Commit
5faca016
authored
Mar 06, 2019
by
Alex Nunes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed commented out normalization line in REI
parent
8f8c6159
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
CHANGELOG.md
CHANGELOG.md
+5
-0
conda.recipe/meta.yaml
conda.recipe/meta.yaml
+1
-1
docs/conf.py
docs/conf.py
+2
-2
resonate/__init__.py
resonate/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
5faca016
...
...
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [1.0.6]
### Fixed
-
Minor fix to ensure normailzation of REI
## [1.0.5]
...
...
conda.recipe/meta.yaml
View file @
5faca016
package
:
name
:
resonate
version
:
"
1.0.
5
"
version
:
"
1.0.
6
"
source
:
git_rev
:
master
...
...
docs/conf.py
View file @
5faca016
...
...
@@ -76,9 +76,9 @@ copyright = u'2017 Ocean Tracking Network. All Rights Reserved.'
# built documents.
#
# The short X.Y version.
version
=
'v1.0.
5
'
version
=
'v1.0.
6
'
# The full version, including alpha/beta/rc tags.
release
=
'v1.0.
5
'
release
=
'v1.0.
6
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
resonate/__init__.py
View file @
5faca016
__author__
=
"Alex Nunes"
__credits__
=
[
"Alex Nunes"
,
"Jon Pye"
,
"Brian Jones"
,
"Marta Mihoff"
]
__license__
=
"GPL"
__version__
=
"1.0.
5
"
__version__
=
"1.0.
6
"
__maintainer__
=
"Alex Nunes"
__email__
=
"anunes@dal.ca"
__status__
=
"Production"
setup.py
View file @
5faca016
...
...
@@ -12,7 +12,7 @@ with open('LICENSE') as f:
setup
(
name
=
'resonATe'
,
version
=
'1.0.
5
'
,
version
=
'1.0.
6
'
,
description
=
'resonate data analysis package'
,
long_description
=
readme
,
author
=
'Alex Nunes'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment