1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Changelog
=========
0.6
---
* Again no codebase changes, testing/CI and packaging fixes only.
* Update Azure Pipelines to use latest images (so CI runs again)
* Update versioneer to work on future Python versions.
* Fix doctests infrastructure
0.5
---
* No codebase changes, only testing/CI changes needed to support pytest 6.
* We use Azure Pipelines now for CI, rather than Travis
* Autouploads to PyPI are done via Azure Pipelines
* We test on both pytest<6 and pytest>=6, due to the need to support both for
now.
0.4
---
* Added license and contributing details
* Added fixtures to enable sharing code across files
* Numerous testing fixes/improvements
0.3
---
* Fixed pylint failures
* Added testing of examples in documentation
* Added proper tests
* Fix bugs found via tests
0.2
---
* Add proper documentation of features
* Display more MPI related information on test run
* Add `mpi_skip` and `mpi_xfail` markers
* Add `mpi_tmpdir` and `mpi_tmp_path`
0.1.1
-----
* Fix plugin as the pytest command line parsing logic needs to be outside main
plugin class
0.1
---
Initial version
|