Skip to content

Latest commit

 

History

History
94 lines (88 loc) · 4.02 KB

changelog.rst

File metadata and controls

94 lines (88 loc) · 4.02 KB

Changelog

  • 0.12.3 <2023-12-20>
  • 128 Properly handle assertion failures during setUp/tearDown
  • 145 Support Python 3.12 (and drop 3.8)
  • 0.12.2 <2023-12-20>
  • 144 Support Python 3.11
  • 139 Support Python 3.10
  • 138 Test on Windows
  • 0.12.1 <2020-08-02>
  • 125 Fix long_description for PyPI
  • 0.12.0 <2020-05-23>
  • 120 Upgrade to python 3.8
  • 119 Upgrade to pandas 1.0
  • 50 Add a distutils command for marbles
  • 0.11.0 <2019-11-17>
  • 107 Allow triple-quoted annotations to be indented in source
  • 105 Fixed UniqueMixins literalinclude line numbers in docs
  • 101 Added note about how to execute logging configured tests
  • 99 Fixed assertCategoricalLevel(Not)In docstring parameters
  • 0.10.0 <2018-09-23>
  • 92 Improve indentation of multiline locals
  • 90 Added support for python 3.7
  • 88 Document how to install with conda
  • 0.9.5 <2018-06-24>
  • 80 Added support for pandas<0.24
  • 58 Fixed test failure on OSX
  • 0.9.4 <2018-06-03>
  • 65 Fixed sdist installation
  • 0.9.3 <2018-06-02>
  • 43 Added version bumping automation and maintenance documentation
  • 39 Added issue templates
  • 40 Fixed "Locals" section in failure output to be hidden when no locals will be displayed
  • 41 Removed developer dependencies in setup_requires and tests_require
  • 0.9.2 <2018-05-19>
  • 0

    Note

    First public release

  • 31 Added PyPI packaging
  • 28 Added Travis CI integration
  • 26 Added development automation and CI with tox
  • 17 Changed to pipenv for development environment management
  • 16 Added Contributor License Agreement forms
  • 15 Added Creative Commons attribution for test content from Wikipedia
  • 5 Changed copyright headers to refer to TSOS and the MIT license
  • 1 Fixed tests to run in virtualenvs
  • 14 Removed DataFrame and Panel mixins
  • 18 Removed TS internal details from README
  • 21 Removed TS internal details from documentation and comments
  • 30 Removed TS internal conda recipe
  • 0.8.0 <2018-05-18>
  • 0 Large refactor and doc rewrite to prepare for open source
  • 0 Added main method to provide python -m marbles
  • 0 Split package into marbles.core and marbles.mixins
  • 0 Removed Traceback display for marbles assertion failures
  • 0 Changed annotation to be optional with marbles.core.TestCase
  • 0 Changed test case and test method to log separately, and added marbles version
  • 0.6.9 <2017-10-18>
  • 0

    Nice

    Nice

  • 0 Added conda recipe (internal only)
  • 0 Fixed mixins that expect a specific type to raise TypeError instead of AssertionError
  • 0 Fixed source code extraction to find it inside eggs
  • 0.6.0 <2017-08-10>
  • 0 Added verbose logging option
  • 0 Changed annotation wrapping to wrap paragraphs in annotations individually for better formatting
  • 0.5.0 <2017-03-20>
  • 0 Added mixins library
  • 0 Added documentation about authoring good marbles docs
  • 0.4.0 <2017-02-28>
  • 0 Added richer text formatting in annotations
  • 0.3.0 <2017-02-23>
  • 0 Added assertion logging
  • 0.2.0 <2016-12-14>
  • 0 Fixed positional argument handling
  • 0 Removed display of "private" locals
  • 0 Removed extra message annotation
  • 0.1.0 <2016-10-19>
  • 0 Added annotation support in assert* methods
  • 0 Added source code for the whole statement that failed to failure messages
  • 0 Added ability to capture and display locals