Revisions of python-asv

buildservice-autocommit accepted request 1170473 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 0.6.3:
  * build is now the default backend for asv to install projects.
  * Partially skipped benchmarks will still have their results
    displayed.
  * asv will now correctly prepare all the build backend
    dependencies into base_requirements and the default
    build_command has been modified to allow fetching from PyPI.
  * The asv package no longer prepends the script execution
    directory unconditionally. Now we check for and remove the
    path only if it matches the directory that the runner script
    resides in.
  * The bdist wheels no longer include benchmarks and test.
  * The mamba plugin works correctly for newer versions (>=1.5)
    of libmambapy
  * The mamba plugin respects the MAMBARC environment if set,
    taking channels and channel priority from the file in the
    environment variable.
  * Fixed a bug where matrix requirements were dropped if an
    environment file was specified.
  * conda-forge is no longer a default channel for mamba.
  * asv now depends on virtualenv
buildservice-autocommit accepted request 1119968 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- use setuptools_scm to get the right packaged version
buildservice-autocommit accepted request 1116492 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1116457 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 16)
- python-six is not required
buildservice-autocommit accepted request 1114693 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
- update to 0.6.1:
  * ``pip`` dependencies in ``environment.yml`` files for the
    ``mamba`` plugin are handled correctly (#1326)
  * ``asv.config.json`` matrix requirements no longer need
    ``pip+`` set explicitly for calling the ``pip`` solver for
    ``virtualenv``
  * ``asv`` will now use ``conda_environment_file`` if it exists
    (#1325)
  * ``asv`` timestamps via ``datetime`` are now Python 3.12
    compatible (#1331)
  * ``asv`` now provides ``asv[virtualenv]`` as an installable
    target
  * ``asv`` now uses Github Actions exclusively for Windows and
    Linux
buildservice-autocommit accepted request 1108925 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
- update to 0.6.0:
  * ``asv_runner`` is now used internally, making the addition of
    custom benchmark types viable (#1287)
  * Benchmarks can be skipped, both wholly and in part using new
    decorators ``skip_benchmark_if`` and ``skip_params_if``
  * Benchmarks can be skipped during their execution (after
    setup) by raising ``SkipNotImplemented`` (#1307)
  * Added ``default_benchmark_timeout`` to the configuration
    object, can also be
  * passed via ``-a timeout=NUMBER`` (#1308)
  * ``ASV_RUNNER_PATH`` can be set from the terminal to test
    newer versions of ``asv_runner`` (#1312)
  * Removed ``asv dev`` in favor of using ``asv run`` with the
    right arguments (#1200)
  * ``asv run`` and ``asv continuous`` don't implement the
    ``--strict`` option anymore, and they will always return
    a non-zero (i.e. ``2``) exit status if any benchmark fail.
  * Fixed ``install_timeout`` for ``conda`` (#1310)
buildservice-autocommit accepted request 993146 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 992740 from Otto Hollmann's avatar Otto Hollmann (ohollmann) (revision 10)
-  Update to 0.5.1:
  * Bug Fixes
    * Packaging requirements-dev.txt file, used in setup.py. (#1013)
- Changes from 0.5:
  * New Features
    * Adding environment variables to build and benchmark commands. (#809, #833)
    * Added --strict option to asv run to set exit code on failure. (#865)
    * Added --no-stats option to asv compare and asv continuous. (#879)
    * Added --durations option to asv run and asv show for displaying benchmark
      run durations. (#838)
    * Added --date-period option to asv run for running benchmarks for commits
      separated by a constant time interval. (#835)
    * Web UI button to group regressions by benchmark. (#869)
    * Space-saving v2 file format for storing results. (#847)
    * timeraw_* benchmarks for measuring e.g. import times. (#832)
    * Support for using conda environment files for env setup. (#793)
  * API Changes
    * Results file format change requires asv update to update old data to v2
      format.
    * The configuration syntax for "matrix", "exclude", and "include" in
      asv.conf.json has changed. The old syntax is still supported, unless you
      are installing packages named req, env, env_nobuild.
  * Bug Fixes
    * When an asv find step fails due to timeout, assume runtime equal to
      timeout to allow bisection to proceed (#768)
    * Minor fixes and improvements (#897, #896, #888, #881, #877, #876, #875,
      #861, #870, #868, #867, #866, #864, #863, #857, #786, #854, #855, #852,
      #850, #844, #843, #842, #839, #841, #840, #837, #836, #834, #831, #830,
      #829, #828, #826, #825, #824)
  * Other Changes and Additions
buildservice-autocommit accepted request 893907 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 9)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 893904 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 8)
- version update to 0.4.2
  * Do not supply ``--no-site-packages`` to virtualenv, as it is on by
    default and no longer supported. (#917)
buildservice-autocommit accepted request 809812 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 7)
baserev update by copy to link target
buildservice-autocommit accepted request 726056 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 725998 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 4)
- Use more detailed description.

- Initial release of python-asv 0.4.1
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 717786 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
initialized devel package after accepting 717786
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by