Releases: sdss/sdss_access
Releases · sdss/sdss_access
sdss_access 2.0.6
sdss_access 2.0.5
What's Changed
- Fixing broken tests and mwm paths by @havok2063 in #35
- Fixes IPL-1 downloads with sdss_access by @havok2063 in #36
Full Changelog: 2.0.4...2.0.5
sdss_access 2.0.4
Full Changelog: 2.0.3...2.0.4
sdss_access 2.0.3
Full Changelog: 2.0.2...2.0.3
sdss_access 2.0.2
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
- @Sean-Morrison made their first contribution in #30
- @andycasey made their first contribution in #31
Full Changelog: 2.0.1...2.0.2
sdss_access 2.0.1
Bump version: 2.0.1dev → 2.0.1
sdss_access 2.0.0
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
- Fixes tests to run on Github Actions by @havok2063 in #28
- Dtn by @joelbrownstein in #27
Full Changelog: 1.1.1...2.0.0
sdss_access 1.1.1
- Feature - Adds new functions for mwm
healpixgrp
,apginst
, andapgprefix
to determine other keywords from existingtelescope
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
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
- Path now accepts a loaded module as a version by @havok2063 in #20
- Adds progress bar to downloads by @havok2063 in #19
Full Changelog: 1.0.1...1.1.0
sdss_access 1.0.1
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 inBaseAccess
andHttpAccess
into a singleset_auth
available asAuthMixin
Auth.set_netrc
now raises anAccessError
on failure to find a value netrc file.
What's Changed
- Fixes http public access bug #16 by @havok2063 in #17
Full Changelog: 1.0.0...1.0.1