Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Plio
Commits
f2a9c00d
Unverified
Commit
f2a9c00d
authored
3 months ago
by
Kelvin Rodriguez
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
1.6.0 release prep (#212)
* version bump * ticked version * version bump
parent
2fc704b1
No related branches found
Branches containing commit
Tags
1.6.0
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
code.json
+45
-1
45 additions, 1 deletion
code.json
recipe/meta.yaml
+3
-3
3 additions, 3 deletions
recipe/meta.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
52 additions
and
5 deletions
CHANGELOG.md
+
3
−
0
View file @
f2a9c00d
...
@@ -34,6 +34,9 @@ release.
...
@@ -34,6 +34,9 @@ release.
-->
-->
## [Unreleased]
## [Unreleased]
# [1.6.0]()
### Added
### Added
-
Hard coded support for
`csminit`
ed cubes that have serial numbers that differ from
`spiceinit`
ed cubes.
-
Hard coded support for
`csminit`
ed cubes that have serial numbers that differ from
`spiceinit`
ed cubes.
-
Added support for scale and offset for GeoDataset objects.
-
Added support for scale and offset for GeoDataset objects.
...
...
This diff is collapsed.
Click to expand it.
code.json
+
45
−
1
View file @
f2a9c00d
...
@@ -86,7 +86,51 @@
...
@@ -86,7 +86,51 @@
"date"
:
{
"date"
:
{
"metadataLastUpdated"
:
"2023-09-19"
"metadataLastUpdated"
:
"2023-09-19"
}
}
},
{
},
{
"name"
:
"plio"
,
"organization"
:
"U.S. Geological Survey"
,
"description"
:
"A planetary surface data input/output library written in Python."
,
"version"
:
"v1.6.0"
,
"status"
:
"Development"
,
"permissions"
:
{
"usageType"
:
"openSource"
,
"licenses"
:
[
{
"name"
:
"Public Domain, CC0-1.0"
,
"URL"
:
"https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/LICENSE.md"
}
]
},
"homepageURL"
:
"https://plio.readthedocs.io/en/latest/?badge=latest"
,
"downloadURL"
:
"https://code.usgs.gov/astrogeology/plio/-/archive/v1.6.0/plio-v1.6.0.zip"
,
"disclaimerURL"
:
"https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/DISCLAIMER.md"
,
"repositoryURL"
:
"https://code.usgs.gov/astrogeology/plio.git"
,
"vcs"
:
"git"
,
"laborHours"
:
1000
,
"tags"
:
[
"Planetary"
,
"Remote Sensing"
,
"Photogrammetry"
,
"Data Processing"
],
"languages"
:
[
"python"
],
"contact"
:
{
"name"
:
"Kelvin Rodriguez"
,
"email"
:
"krodriguez@usgs.gov"
},
"date"
:
{
"metadataLastUpdated"
:
"2023-02-23"
}
},
{
"name"
:
"plio"
,
"name"
:
"plio"
,
"organization"
:
"U.S. Geological Survey"
,
"organization"
:
"U.S. Geological Survey"
,
"description"
:
"A planetary surface data input/output library written in Python."
,
"description"
:
"A planetary surface data input/output library written in Python."
,
...
...
This diff is collapsed.
Click to expand it.
recipe/meta.yaml
+
3
−
3
View file @
f2a9c00d
...
@@ -20,7 +20,7 @@ requirements:
...
@@ -20,7 +20,7 @@ requirements:
-
python
-
python
-
setuptools
-
setuptools
-
numpy
-
numpy
-
pvl
>=
1.3.0
-
pvl>=1.3.0
-
protobuf
-
protobuf
-
icu
-
icu
-
h5py
-
h5py
...
@@ -35,7 +35,7 @@ requirements:
...
@@ -35,7 +35,7 @@ requirements:
-
python
-
python
-
setuptools
-
setuptools
-
numpy
-
numpy
-
pvl
>=
1.3.0
-
pvl>=1.3.0
-
protobuf
-
protobuf
-
icu
-
icu
-
h5py
-
h5py
...
@@ -56,4 +56,4 @@ test:
...
@@ -56,4 +56,4 @@ test:
about
:
about
:
home
:
http://github.com/USGS-Astrogeology/plio
home
:
http://github.com/USGS-Astrogeology/plio
license
:
Public Domain
license
:
Public Domain
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f2a9c00d
...
@@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
...
@@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
def
setup_package
():
def
setup_package
():
setup
(
setup
(
name
=
"
plio
"
,
name
=
"
plio
"
,
version
=
'
1.
5.5
'
,
version
=
'
1.
6.0
'
,
author
=
"
USGS Astrogeology
"
,
author
=
"
USGS Astrogeology
"
,
author_email
=
"
jlaura@usgs.gov
"
,
author_email
=
"
jlaura@usgs.gov
"
,
description
=
(
"
I/O API to support planetary data formats.
"
),
description
=
(
"
I/O API to support planetary data formats.
"
),
...
...
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