Skip to content

Commit

Permalink
ALE 0.9.1 Ticks (#545)
Browse files Browse the repository at this point in the history
* Ticks for 0.9.1 release

* Reverted Disclaimer text
  • Loading branch information
acpaquette authored Jun 6, 2023
1 parent 4983a20 commit 35657fc
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.9.0.{build}'
version: '0.9.1.{build}'

image: Visual Studio 2019

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
24 changes: 15 additions & 9 deletions DISCLAIMER.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
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.
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.
40 changes: 40 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.9.0" %}
{% set version = "0.9.1" %}
{% set git_branch = "master" %}
{% set build_number = "0" %}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "Ale"
VERSION = "0.9.0"
VERSION = "0.9.1"

# To install the library, run the following
#
Expand Down

0 comments on commit 35657fc

Please sign in to comment.