File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,29 @@ This document records the main changes to the sdss_access code.
990.2.5 (unreleased)
1010------------------
1111
12+ Added
13+ ^^^^^
14+ * New tests for Path and RsyncAccess
15+ * Public toggling (now replants Tree upon init of Path or RsyncAccess)
16+ * lookup_names method to look up all the available sdss_path names
17+
18+ Changed
19+ ^^^^^^^
20+ * Wrapped config file opens in 'with' to ensure proper file closures
21+ * Cleaned up some verbose warnings
22+ * Accessing a 'full' keyword argument in Path methods to ensure proper handling
23+ * path generation now fails with KeyError when missing input keyword arguments
24+
25+ Fixed
26+ ^^^^^
27+ * Bug with RsyncAccess not properly working with public data releases
28+
29+
12300.2.4 (2017-12-05)
1331------------------
1432
1533Added
16- -----
34+ ^^^^^
1735* Method to lookup the keyword arguments needed for a given path name
1836* Sphinx plugin to auto document the sdss_access path definitions
1937
You can’t perform that action at this time.
0 commit comments