Skip to content

Releases: sot/cheta

Release 4.50.0

10 Nov 16:08
d370468
Compare
Choose a tag to compare

Includes the following merges:

  • PR #206: Lazy-load inital content and remote access setup

Release 4.49.0

16 Oct 19:10
Compare
Choose a tag to compare

Includes the following merges:

  • PR #205: Shiny remote followup
  • PR #204: Fix a problem with remote access on Windows in Py3.8
  • PR #202: Remove use of axes.axesPatch. This is a shiny change. Fixes #201
  • PR #203: Unified documentation style
  • PR #200: Shiny workflow update
  • PR #199: Shiny workflow update
  • PR #198: Allow multiple paths in ENG_ARCHIVE
  • PR #197: Shiny tests
  • PR #196: Allow model version in MUPS clean computed MSID and fix tests
  • PR #195: Fix problem with sync stats update for rarely sampled content
  • PR #194: Better warnings

4.48.0

10 Apr 18:45
020b001
Compare
Choose a tag to compare

PR #193: Add MSID title and unit y-label to plot
PR #191: Add code to support and test computed MSIDs
PR #188: Allow a fixed number of sync dirs instead of removing by date
PR #190: Setting up automated builds
PR #189 Make namespace package native

Includes the following merges:

  • PR #189: Make namespace package native
  • PR #193: Add MSID title and unit y-label to plot
  • PR #191: Add code to support and test computed MSIDs
  • PR #188: Allow a fixed number of sync dirs instead of removing by date
  • PR #190: Setting up automated builds

Release 4.47.4

17 Jan 17:16
cc521b0
Compare
Choose a tag to compare

Includes

PR #187: Use setuptools_scm for single-source version

Version 4.47.3

18 Nov 14:02
36728dd
Compare
Choose a tag to compare

#185 : Fix off by one errors in sync file generation and truncate

Version 4.47.2

13 Nov 11:29
9610a47
Compare
Choose a tag to compare

Updates since 4.45.1:

#176 : More robust and faster sync
#177 : Functionality to add content to local archive by MSID
#179 : Better server sync
#182 : Handle sync problem in stat last_date_id
#181 : Fix _split_path to work for non-C: drives on Windows

Release 4.45.1

30 Sep 19:13
92bc996
Compare
Choose a tag to compare

#175: Skip sync tests on 32-bit platform (version 4.45.1)
#172: Fix PEP8 and flake8 issues and add flake8 checking

Interface Impacts

  • No changes in interface

Release 4.45

10 Sep 14:44
d9da591
Compare
Choose a tag to compare

Release 4.45 includes

#159 : Cheta redux
#160 : Allow truncation of incomplete local archive
#161 : Modernize setup.py and remove Makefile
#158 : Allow efficient synchronization of local copies of the archive
#163 : Modernize for Ska3
#164 : Minor updates to syncing
#165 : End to end unit test of syncing
#166 : Allow test device cross mount with symlink if supported
#167 : Make SKA and ENG_ARCHIVE paths be Windows-compatible
#169 : Add .gitattributes to control line endings on Windows
#170 : Improve remote access and fix sync to work on FOT Windows
#171 : Small hack for ephemeris files client update

Interface impacts:

  • No backwards incompatibilities introduced.
  • Adds a new shortcut cheta for Ska.engarchive.
  • Adds infrastructure for synchronizing local archives (tutorial at upcoming DAWG).

Testing:

  • Substantial SOT and FOT testing of sync at #170

4.44.2

20 Mar 04:49
d507221
Compare
Choose a tag to compare
4.44.2 Pre-release
Pre-release
Merge pull request #153 from sot/paths

Use os.pathsep instead of ':' for Windows compatibility

Version 4.44.1 - remote data access

04 Jan 19:44
7a3717a
Compare
Choose a tag to compare

#152 - Fix remote data access via fetch (see #150)