pyindi-client:indi-1.9.9

Last commit made on 2022-11-25
Get this branch:
git clone -b indi-1.9.9 https://git.launchpad.net/pyindi-client

Branch merges

Branch information

Name:
indi-1.9.9
Repository:
lp:pyindi-client

Recent commits

ce574eb... by Michal Jamry <email address hidden>

Update Dockerfile

current indi

ffd939b... by Paweł Soja

ignore PropertyBasic operator-> (#22)

* ignore PropertyBasic operator->

* Update Dockerfile (#23)

libev-dev

Co-authored-by: Michal Jamry <email address hidden>

0d86546... by Michal Jamry <email address hidden>

Update Dockerfile

libev-dev

558bda3... by Michal Jamry <email address hidden>

New versioning convention (#20)

* test cleanup

* new versioning convention

* Bump version: v1.9.0 → 1.9.1

a4bbe7d... by Jesse McDonald <email address hidden>

Update SynScan example to current INDI API, and other improvements (#14)

* pyindi-synscan.py: update example to current PropertyView-base INDI API

* pyindi-synscan.py: ensure -180 < longitude <= 180

* pyindi-synscan.py: sleep before retrying, not after

* pyindi-synscan.py: limit retries for all properties; simplify

* pyindi-synscan.py: cache failed properties to avoid frequent retries

* pyindi-synscan.py: trivial formatting changes to satisfy automated checks

1123304... by Michal Jamry <email address hidden>

test cleanup (#18)

Co-authored-by: Michal Jamry <michal.jamry>

41557b7... by Aaron W Morris <email address hidden>

increment version to 0.2.8 to match release (#12)

372be32... by Michal Jamry <email address hidden>

Clean (#17)

* test cleanup

* test cleanup

* test cleanup

* test cleanup

Co-authored-by: Michal Jamry <michal.jamry>

9a2e75d... by Michal Jamry <email address hidden>

test cleanup (#16)

Co-authored-by: Michal Jamry <michal.jamry>

c9eb531... by Jesse McDonald <email address hidden>

Address issues with the example in README.md (#15)

* fix an error in setup.py when running under Python 2.7

* wrap INDI::Properties to support the example in README.md

* remove extra .decode() calls causing errors in the README.md example