Skip to content

Commit

Permalink
Tidying Universe.__init__ (#2322)
Browse files Browse the repository at this point in the history
* added error to Universe.__init__

* butchered function signatures for py2

* update changelog

Co-authored-by: Richard Gowers <[email protected]>
  • Loading branch information
lilyminium and richardjgowers authored Feb 16, 2020
1 parent 6f51a26 commit aca26d2
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 247 deletions.
3 changes: 3 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Enhancements
* Improve the distance search in water bridge analysis with capped_distance (PR #2480)

Changes
* Calling Universe() now raises a TypeError advising you to use Universe.empty.
Universe.empty() now no longer has n_atoms=0 as default. (Issue #2527)
* deprecated `start`, `stop`, and `step` keywords have been removed from `__init__`
in :class:`AnalysisBase`. These should now be called in :meth:`AnalysisBase.run`
(Issue #1463)
Expand Down Expand Up @@ -123,6 +125,7 @@ Changes
Deprecations
* analysis.hbonds.HydrogenBondAnalysis is deprecated in 1.0 (remove in 2.0)


09/05/19 IAlibay, richardjgowers

* 0.20.1
Expand Down
Loading

0 comments on commit aca26d2

Please sign in to comment.