==============================
 MDAnalysisTestData CHANGELOG
==============================

The rules for this file:
  * entries are sorted newest-first.
  * summarize sets of changes - don't reproduce every subversion log comment here.
  * don't ever delete anything.
  * keep the format consistent (79 char width, M/D/Y date format) and do not
    use tabs but use spaces for formatting

Also see https://github.com/MDAnalysis/mdanalysis/wiki/MDAnalysisTests
and https://github.com/MDAnalysis/mdanalysis/wiki/UnitTests

------------------------------------------------------------------------------
06/03/17 xiki_tempula

  * 0.16.1
    - Added two unit tests for PDB and GRO to not merge two residue if they 
      have the the same residue id
    - Change core.util string.uppercase to string.ascii_uppercase for py3 
      compatibility


04/10/17 jbarnoud, orbeckst, fiona-naughton, manuel.nuno.melo, richardjgowers
         tyler.je.reddy, utkbansal, vedantrathore, kash1102

  * 0.16.0
    - Added two unit tests for MDAnalysis.coordinates.memory.MemoryReader
    - Make knownfailure work even without parentheses.
    - added two unit tests for MDAnalysis.analysis.polymer
    - added test for LeafletFinder handling a selection string
    - Added unit test for MDAnalysis.analysis.distances.between()
    - Added unit tests for MDAnalysis.analysis.distances.dist()
    - Added unit tests for clip_matrix frustrum boundary checks
    - Added unit tests for bad file mode passed to SelectionWriter
    - Added regression tests for MDAnalysis.analysis.nuclinfo (Issue #790)
    - test_imports now recursively checks subdirectories (Issue #964).
    - removed usage of random numbers from tests (Issue #958)
    - test_imports now always uses the correct source directory (Issue #939).
    - Added a plugin to list the non-closed file handle (Issue #853, PR #874).
      The plugin can be disabled with --no-open-files.
    - The test_failure test can be made fail by setting the MDA_FAILURE_TEST
      environment variable (PR #874)
    - replaced XTC_HOLE test trajectory with more meaningful one MULTIPDB_HOLE
    - install external packages on Travis (SETUP == full: HOLE, clustalw)
      to test additional analysis code (Issue #898)
    - add tests for new auxiliary module
    - trajectory slices can use any type of integer PR #1233

05/15/16  orbeckst, jbarnoud, pedrishi, fiona-naughton, jdetle
  * 0.15.0
    - removed biopython PDB parser for coordinates and topology (Issue #777)
    - Added test for weighted rmsd (issue #814)
    - metadata update: link download_url to GitHub releases so that
      Depsy recognizes contributors (issue #749) and added
      @richardjgowers as maintainer
    - a __version__ variable is now exposed; it is built by setup.py from the
      AUTHORS file (Issue #784)
    - Removed all bare assert (Issue #724)
    - added tests for GRO format
    - added tempdir module

02/28/16 manuel.nuno.melo
  * 0.14.0

    - Added the cleanup plugin (--with-mda_cleanup) to delete offset files
      after tests have run (Issue 669)
    - Made memleak testing python 3 compliant (Issue 662). It may be a moot
      point since python 3.4 now cleverly deals with leaks.

01/16/16 orbeckst
  * 0.13.0

    - removed ez_setup.py

09/07/2015 manuel.nuno.melo, orbeckst
  * 0.11.0

    - Overhaul of the test subsystem.
    - Tests now implement nose plugins, as a submodule. (Issue 331)
      Available plugins are: memleak testing, stderr capturing (for quieter
      test runs), and proper knownfailure implementation (Issue 338).
    - renamed test_selections.py to test_atomselections.py
    - new test_selections.py is now testing MDAnalysis.selections
      (Issue #353)
    - Added new DIMS DCD test datafile
    - Added tests for PSAnalysis
    - Update TPR parser tests for Gromacs 5

02/11/2012 orbeckst, seb-buch

  * 0.7.5

    - test package is now called 'MDAnalysisTests'
    - tests AND data are now bundled together in MDAnalysisTests
    - MDAnalysis and MDAnalysisTests packages MUST have the same
      release number (they need to stay in sync); MDAnalysisTests
      will NOT run if a release mismatch is detected
    - see Issue #87 and
      https://github.com/MDAnalysis/mdanalysis/wiki/UnitTests


09/07/2011 orbeckst

  * 0.7.4

    - Split off test data trajectories and structures from
      MDAnalaysis/tests/data into separate package. (Issue 28)

    - Numbering matches the earliest MDAnalysis release for which the data is
      needed. Any later releases of MDAnalysis will also use these test data
      unless a MDAnalysisTestData package with a higher release number is
      available.
