Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ale
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
Ale
Commits
39a8681a
Commit
39a8681a
authored
2 years ago
by
acpaquette
Browse files
Options
Downloads
Patches
Plain Diff
ALE 0.9.1 Ticks (#545)
* Ticks for 0.9.1 release * Reverted Disclaimer text
parent
02024718
No related branches found
No related tags found
No related merge requests found
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
.appveyor.yml
+1
-1
1 addition, 1 deletion
.appveyor.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
DISCLAIMER.md
+15
-9
15 additions, 9 deletions
DISCLAIMER.md
code.json
+40
-0
40 additions, 0 deletions
code.json
recipe/meta.yaml
+1
-1
1 addition, 1 deletion
recipe/meta.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
60 additions
and
12 deletions
.appveyor.yml
+
1
−
1
View file @
39a8681a
version
:
'
0.9.
0
.{build}'
version
:
'
0.9.
1
.{build}'
image
:
Visual Studio
2019
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
39a8681a
...
...
@@ -35,6 +35,8 @@ release.
## [Unreleased]
## [0.9.1] - 2023-06-05
### Changed
-
The NaifSpice class now gets two sun positions/velocities when a driver has more than one ephemeris time
[
#542
](
https://github.com/DOI-USGS/ale/pull/542
)
...
...
This diff is collapsed.
Click to expand it.
DISCLAIMER.md
+
15
−
9
View file @
39a8681a
This software has been approved for release by the U.S. Geological Survey
(USGS). Although the software has been subjected to rigorous review, the USGS
reserves the right to update the software as needed pursuant to further analysis
and review. No warranty, expressed or implied, is made by the USGS or the U.S.
Government as to the functionality of the software and related material nor
shall the fact of release constitute any such warranty. Furthermore, the
software is released on condition that neither the USGS nor the U.S. Government
shall be held liable for any damages resulting from its authorized or
unauthorized use.
\ No newline at end of file
This software is preliminary or provisional and is subject to revision. It is
being provided to meet the need for timely best science. The software has not
received final approval by the U.S. Geological Survey (USGS). No warranty,
expressed or implied, is made by the USGS or the U.S. Government as to the
functionality of the software and related material nor shall the fact of release
constitute any such warranty. The software is provided on the condition that
neither the USGS nor the U.S. Government shall be held liable for any damages
resulting from the authorized or unauthorized use of the software.This software is preliminary or provisional and is subject to revision. It is
being provided to meet the need for timely best science. The software has not
received final approval by the U.S. Geological Survey (USGS). No warranty,
expressed or implied, is made by the USGS or the U.S. Government as to the
functionality of the software and related material nor shall the fact of release
constitute any such warranty. The software is provided on the condition that
neither the USGS nor the U.S. Government shall be held liable for any damages
resulting from the authorized or unauthorized use of the software.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
code.json
+
40
−
0
View file @
39a8681a
...
...
@@ -46,6 +46,46 @@
"metadataLastUpdated"
:
"2023-04-19"
}
},
{
"name"
:
"ale"
,
"organization"
:
"U.S. Geological Survey"
,
"description"
:
"GitLab repository for the Abstraction Layer for Ephemerides package"
,
"version"
:
"0.9.1"
,
"status"
:
"Development"
,
"permissions"
:
{
"usageType"
:
"openSource"
,
"licenses"
:
[
{
"name"
:
"Public Domain, CC0-1.0"
,
"URL"
:
"https://code.usgs.gov/astrogeology/ale/-/raw/0.9.1/LICENSE.md"
}
]
},
"homepageURL"
:
"https://code.usgs.gov/astrogeology/ale/"
,
"downloadURL"
:
"https://code.usgs.gov/astrogeology/ale/-/archive/0.9.1/ale-0.9.1.zip"
,
"disclaimerURL"
:
"https://code.usgs.gov/astrogeology/ale/-/raw/0.9.1/DISCLAIMER.md"
,
"repositoryURL"
:
"https://code.usgs.gov/astrogeology/ale.git"
,
"vcs"
:
"git"
,
"laborHours"
:
480
,
"tags"
:
[
"Planetary"
,
"Remote Sensing"
,
"Data Processing"
,
"Ephemerides"
,
"Community Sensor Model"
],
"languages"
:
[
"C++"
,
"Python"
],
"contact"
:
{
"name"
:
"Adam Paquette"
,
"email"
:
"acpaquette@usgs.gov"
},
"date"
:
{
"metadataLastUpdated"
:
"2023-06-05"
}
},
{
"name"
:
"ale"
,
"organization"
:
"U.S. Geological Survey"
,
...
...
This diff is collapsed.
Click to expand it.
recipe/meta.yaml
+
1
−
1
View file @
39a8681a
{
%
set version = "0.9.
0
" %
}
{
%
set version = "0.9.
1
" %
}
{
%
set git_branch = "master" %
}
{
%
set build_number = "0" %
}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
39a8681a
...
...
@@ -4,7 +4,7 @@ import sys
from
setuptools
import
setup
,
find_packages
NAME
=
"
Ale
"
VERSION
=
"
0.9.
0
"
VERSION
=
"
0.9.
1
"
# To install the library, run the following
#
...
...
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