Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Bertrand
navipy
Commits
610dbb39
Commit
610dbb39
authored
5 years ago
by
Olivier Bertrand
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
c2755e64
d2009381
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.coverage
+0
-0
0 additions, 0 deletions
.coverage
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
meta.yaml
+2
-4
2 additions, 4 deletions
meta.yaml
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
7 additions
and
6 deletions
.coverage
deleted
100644 → 0
+
0
−
0
View file @
c2755e64
File deleted
This diff is collapsed.
Click to expand it.
.gitignore
+
2
−
0
View file @
610dbb39
...
...
@@ -33,3 +33,5 @@ MANIFEST
doc/build
coverage_html_report
.coverage
This diff is collapsed.
Click to expand it.
MANIFEST.in
0 → 100644
+
1
−
0
View file @
610dbb39
include navipy/resources
This diff is collapsed.
Click to expand it.
meta.yaml
+
2
−
4
View file @
610dbb39
{
%
set name = "navipy" %
}
{
%
set version = "0.1" %
}
{
%
set version = "0.1
.2
" %
}
package
:
name
:
"
{{
name|lower
}}"
...
...
@@ -7,7 +7,7 @@ package:
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
69850848004b45a286a0176b66257837c2cf27d14c2ce4a051ae73967ea95885
sha256
:
459bcd493963e54bb20eceee6d9629e3c19aa1eda208353d93c8505796ee2797
build
:
number
:
0
...
...
@@ -18,7 +18,6 @@ build:
-
blendoverlaytraj=navipy.scripts.blend_overlaytraj:main
-
blendalongtraj=navipy.scripts.blend_alongtraj:main
-
dltcalibrator=navipy.scripts.dlt_calibrator:main
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
-vvv
"
requirements
:
host
:
...
...
@@ -59,7 +58,6 @@ test:
-
navipy.io
-
navipy.maths
-
navipy.models
-
navipy.moving
-
navipy.processing
-
navipy.scripts
-
navipy.sensors
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
610dbb39
...
...
@@ -37,13 +37,13 @@ def package_data_files(base_package):
setup_dict
=
{
'
name
'
:
'
navipy
'
,
'
version
'
:
'
0.1
'
,
'
version
'
:
'
0.1
.2
'
,
'
author
'
:
"
Olivier J.N. Bertrand
"
,
'
author_email
'
:
'
olivier.bertrand@uni-bielefeld.de
'
,
'
description
'
:
'
Insect Navigation Toolbox
'
,
'
packages
'
:
create_package_list
(
"
navipy
"
),
'
url
'
:
"
https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy.git
"
,
'
download_url
'
:
'
https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/-/archive/v_01
0
/navipy-v_01
0
.tar.gz
'
,
'
download_url
'
:
'
https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/-/archive/v_01
2a
/navipy-v_01
2a
.tar.gz
'
,
'
requires
'
:
[
'
numpy
'
,
'
pandas
'
,
'
matplotlib
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment