Skip to content

Releases: sdss/sdss_access

sdss_access 2.0.6

02 Jun 14:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.0.6

sdss_access 2.0.5

30 Nov 23:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

sdss_access 2.0.4

30 Nov 20:30
Compare
Choose a tag to compare

sdss_access 2.0.3

15 Oct 00:23
Compare
Choose a tag to compare

sdss_access 2.0.2

07 Sep 16:21
62d628d
Compare
Choose a tag to compare

This release is a minor increment, including new functions for MWM paths

What's Changed

  • Adds tests for configgrp, prep for new tag by @havok2063 in #29
  • updated path with special functions to flag plates and zero pad fieldIDs for relevant run2d version by @Sean-Morrison in #30
  • Add component_default special function for mwmVisit/mwmStar products by @andycasey in #31

New Contributors

Full Changelog: 2.0.1...2.0.2

sdss_access 2.0.1

13 May 17:06
Compare
Choose a tag to compare
Bump version: 2.0.1dev → 2.0.1

sdss_access 2.0.0

24 Sep 20:53
Compare
Choose a tag to compare

This release is a major release as it introduces a breaking change of switching to use the new SDSS dtn server.

  • Breaking Change: switches sdss_access to use new SDSS dtn.sdss.org server
  • Feature: adds new "data.sdss5.org" server to support rsync, curl, and http downloads for sdss5 products
  • Adding new Sphinx docs for SDSS collaboration authentication
  • Updates the public release check to now check todays date against the tree release date, and "DR" in release name.

What's Changed

Full Changelog: 1.1.1...2.0.0

sdss_access 1.1.1

11 Nov 18:14
Compare
Choose a tag to compare
  • Feature - Adds new functions for mwm healpixgrp, apginst, and apgprefix to determine other keywords from existing telescope kwarg
  • Support #25 - Adds preserve_envvars option to preserve original os environment variables

What's Changed

  • Added healpixgrp() to path.py by @dnidever in #22
  • Fix syntax special functions by @havok2063 in #24
  • Update healpixgrp() in path.py to group by 1000 instead of by 100. by @dnidever in #23
  • adds support for preserving users os environment by @havok2063 in #26

New Contributors

Full Changelog: 1.1.0...1.1.1

sdss_access 1.1.0

07 Jul 18:26
Compare
Choose a tag to compare

This release adds a progress bar (#19) to sdss_access using the tqdm package. It also fixes #18, which allows for sdss_access to be used with loaded module files of different releases (see #20).

1.1.0 (2020-07-07)

  • Feature #7 - Adds a progress bar to downloads with tqdm
  • Feature #18 - Allow Path to work off of loaded module files
  • Bug Fix: issue appending compression suffixes when wildcards present

What's Changed

Full Changelog: 1.0.1...1.1.0

sdss_access 1.0.1

28 May 15:19
Compare
Choose a tag to compare

Fixes a bug with HttpAccess not being usable in public mode.

  • Bug Fix #16 - HttpAccess used in public mode checks for netrc file
  • Combines separate set_auth methods in BaseAccess and HttpAccess into a single set_auth available as AuthMixin
  • Auth.set_netrc now raises an AccessError on failure to find a value netrc file.

What's Changed

Full Changelog: 1.0.0...1.0.1