Skip to content

Commit 8ce4032

Browse files
committed
updating changelog
1 parent 278c164 commit 8ce4032

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,29 @@ This document records the main changes to the sdss_access code.
99
0.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+
1230
0.2.4 (2017-12-05)
1331
------------------
1432

1533
Added
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

0 commit comments

Comments
 (0)