-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.1-rc1 Keep same socket across requests, update documentation and…
… control files for this release.
- Loading branch information
Showing
7 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Version 2.0.1-rc1 (2022-07-17) | ||
============================== | ||
|
||
- Release candidate. | ||
|
||
Changes since 2.0.0-dev2 | ||
------------------------ | ||
|
||
- Improve speed via re-use of sockets (<code>Connection: keep-alive</code>) for device HTTP. | ||
- <code>ObservingConditions.SensorDescription()</code> has been fixed to accept the sensor name | ||
- Parameters for <code>ObservingConditions.TimeSinceLastUpdate()</code> and | ||
<code>ObservingConditions.SensorDescription()</code> have been corrected to <code>SensorName</code>. | ||
- Correct <code>ObservingConditions.AveragePeriod</code> to remove capital P from URI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""This is under development""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ | |
rinoh_documents = [dict(doc='index', # top-level file (index.rst) | ||
target='alpyca', # output file (alpyca.pdf) | ||
title='Alpyca Library', | ||
subtitle='Release 2.0.0-dev2', | ||
subtitle='Release 2.0.1rc1', | ||
author='Robert B. Denny <[email protected]>', | ||
logo='alpaca1000.png', | ||
template='alpyca.rtt')] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "alpyca" | ||
version = "2.0.0-dev2" | ||
version = "2.0.1-pre.1" # Becomes 2.0.1rc1 | ||
description = "API library for all ASCOM Alpaca devices, management, and discovery" | ||
authors = ["Robert B. Denny <[email protected]>"] | ||
license = "LICENSE" | ||
|