Skip to content

Releases: arcsecond-io/cli

Extending Upload Mechanism

24 Jul 06:41
Compare
Choose a tag to compare

The upload mechanism has been refactored and extended to AllSkyCameraImages, in addition to DataFiles.

Internally, this release marks a deep rewrite of many details, although the overall architecture remain identical. Dependencies were updates, requests replaced by httpx, no more toolbet and its encoder etc etc. There are many more tests as well. Overall, this is a much simpler and robust code.

One dot zero !

16 Aug 16:43
1.0.0
d6c1ef1
Compare
Choose a tag to compare
  • Simpler APIs (no duplicate between Arcsecond and ArcsecondAPI classes, only the latter remains)
  • Simpler memberships checks (all memberships are saved on login).

Bugfixes

19 Jan 20:42
0.7.6
54d4967
Compare
Choose a tag to compare

Bugfixes

Async Upload now possible

19 Jan 19:59
0.7.5
0635ee8
Compare
Choose a tag to compare

Providing an Uploader object when using Python module.

Improving tracking of file upload progress

13 Jan 21:42
0.7.4
7b3691a
Compare
Choose a tag to compare

Introducing an optional callback parameter for tracking the progress of file uploads.

New accessors

11 Jan 14:48
0.7.3
2a2d862
Compare
Choose a tag to compare

Adding access to username and memberships from Python module.

Bugfix of Python module

11 Jan 13:09
0.7.2
ed19834
Compare
Choose a tag to compare

Bugfix in is_logged_in method when used as Python module.

Opening upload of any kind of files to datasets.

04 Jan 16:40
0.7.1
9f1b8bc
Compare
Choose a tag to compare

Arcsecond.io is now ready to accept any kind of files (compressed or not), not only FITS files, associated with Datasets.

Moreover, the cli APIs are simpler to use with factories.

Regular maintenance.

14 Dec 14:45
0.6.6
675404c
Compare
Choose a tag to compare

No change in APIs, but added a GitHub Action to release package to PyPi automatically on every GitHub release.

Regular maintenance.

14 Dec 14:34
4b34722
Compare
Choose a tag to compare

No change in APIs, but added a GitHub Action to release package to PyPi automatically on every GitHub release.