Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This bug fix release corrects a regression introduced in 1.0.7 that
caused running makedepend on larger bodies of source to incorrectly
hit the "out of space: increase MAXFILES" error, and made makedepend
run measuribly slower than before.
Alan Coopersmith (3):
man page: add line breaks in Synopsis section
Bug #2: fix regression introduced by fix for bug #1
makedepend 1.0.8
|
|
|
|
|
|
The rna-seq meta-package provides the core tools needed for performing
a typical RNA-Seq differential gene expression analysis, including
adapter trimming, quality control, alignment, and identification of
differentially expressed genes. Researchers may want additional tools
for data manipulation, gene ontology, etc.
|
|
|
|
|
|
FASDA aims to provide a fast and simple differential analysis tool
that just works and does not require any knowledge beyond basic Unix
command-line skills. The code is written entirely in C to maximize
efficiency and portability, and to provide a simple command-line user
interface.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
Changes since 6.24.04:
16. V6.24.06 - 2022-12-12
15. V6.24.05 - 2022-12-04
14. Build and release process improvements (Luke Mewburn, Kimmo Suominen)
|
|
|
|
|
|
Synapse 1.73.0 (2022-12-06)
===========================
Please note that legacy Prometheus metric names have been removed in this release; see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed) for more details.
Features
--------
- Speed-up `/messages` with `filter_events_for_client`
optimizations. ([\#14527](https://github.com/matrix-org/synapse/issues/14527))
- Improve DB performance by reducing amount of data that gets read in
`device_lists_changes_in_room`. ([\#14534](https://github.com/matrix-org/synapse/issues/14534))
- Adds support for handling avatar in SSO OIDC login. Contributed by
@ashfame. ([\#13917](https://github.com/matrix-org/synapse/issues/13917))
- Move MSC3030 `/timestamp_to_event` endpoints to stable `v1` location
(`/_matrix/client/v1/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>`,
`/_matrix/federation/v1/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>`). ([\#14471](https://github.com/matrix-org/synapse/issues/14471))
- Reduce database load of [Client-Server
endpoints](https://spec.matrix.org/v1.5/client-server-api/#aggregations)
which return bundled
aggregations. ([\#14491](https://github.com/matrix-org/synapse/issues/14491),
[\#14508](https://github.com/matrix-org/synapse/issues/14508),
[\#14510](https://github.com/matrix-org/synapse/issues/14510))
- Add unstable support for an Extensible Events room version
(`org.matrix.msc1767.10`) via
[MSC1767](https://github.com/matrix-org/matrix-spec-proposals/pull/1767),
[MSC3931](https://github.com/matrix-org/matrix-spec-proposals/pull/3931),
[MSC3932](https://github.com/matrix-org/matrix-spec-proposals/pull/3932),
and
[MSC3933](https://github.com/matrix-org/matrix-spec-proposals/pull/3933).
([\#14520](https://github.com/matrix-org/synapse/issues/14520),
[\#14521](https://github.com/matrix-org/synapse/issues/14521),
[\#14524](https://github.com/matrix-org/synapse/issues/14524))
- Prune user's old devices on login if they have too
many. ([\#14038](https://github.com/matrix-org/synapse/issues/14038),
[\#14580](https://github.com/matrix-org/synapse/issues/14580))
Deprecations and Removals
-------------------------
- Remove legacy Prometheus metrics names. They were deprecated in
Synapse v1.69.0 and disabled by default in Synapse
v1.71.0. ([\#14538](https://github.com/matrix-org/synapse/issues/14538))
|
|
|
|
1.0.6
Fixes a regression introduced in 1.0.5 that would cause the re parameter of ItemLoader.add_xpath and similar methods to be passed to lxml, which would trigger an exception when the value of re was a compiled pattern and not a string
1.0.5
Allow additional args to be passed when calling ItemLoader.add_xpath
Fixed missing space in an exception message
Updated company name in author and copyright sections
Added official support for Python 3.9 and improved PyPy compatibility
Added official support for Python 3.10
|
|
0.7.0 (2022-08-02)
ItemAdapter.get_field_names_from_class
0.6.0 (2022-05-12)
Slight performance improvement
0.5.0 (2022-03-18)
Improve performance by removing imports inside functions
0.4.0 (2021-08-26)
Added ItemAdapter.is_item_class and ItemAdapter.get_field_meta_from_class
0.3.0 (2021-07-15)
Added built-in support for pydantic models
|
|
changelog:
* Build system portability fixes
* Fix make check exit code
|
|
|
|
libtree version 3 was rewitten in c99
without the need for dependencies.
|
|
Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.0.5
Ruby-GNOME 4.0.5: 2022-12-12
This is a bug fix release of 4.0.4.
Changes
Ruby/GObjectIntrospection
* Fixes
+ Fixed a memory leak that GDestroyNotify argument's metadata
isn't freed. For example, this is happen with GLib::Timeout.add.
|
|
|
|
Version 4.4
New Features
flasher_stub: Increased read/write speeds over USB-JTAG/Serial or USB-OTG modes, making some operations nearly twice as fast.
Added detection for guru meditation errors induced by the flasher stub or ROM bootloader.
Added a readable error message for serial-related failures, giving more information about possible HW issues.
espsecure.py: Improved AES-XTS encryption speed.
Bug Fixes
ESP32-S3 v0.0: Fixed chip revision detection.
bitstring: Added a workaround for breaking changes of bitstring==4
get_default_connected_device: Fixed to close unused serial ports.
flash_freq: Fall back to a chip-specific default flash frequency when no flash_freq arg is specified.
ESP32-C6: Fixed chip type detection and SPI flash communication.
|
|
0.10.3 (2022-12-09)
-------------------
New features:
- Added utility function `pathspec.util.append_dir_sep()` to aid in distinguishing between directories and files on the file-system.
Bug fixes:
- Package not marked as py.typed.
- Exports are considered private.
- 'Self' string literal type is Unknown in pyright.
Improvements:
- Checking directories via match_file() does not work on Path objects.
|
|
|
|
Throttling of reporters after 5:
- To avoid too many diff tools being launched, ApprovalTests will stop
launching after the 5th time. This is configurable in
GenericDiffReporter.throttling_threshold
|
|
|
|
- Add dependency on py-typing-extensions
- [pkgsrc] Add missing dependency on py-empty-files
|
|
|
|
pytest-xdist 3.1.0 (2022-12-01)
===============================
Features
--------
- Users can now set a default distribution mode in their configuration file:
.. code-block:: ini
[pytest]
addopts = --dist loadscope
- Python 3.11 is now officially supported.
Removals
--------
- Python 3.6 is no longer supported.
|
|
22.12.0
Preview style
<!-- Changes that affect Black's preview style -->
- Enforce empty lines before classes and functions with sticky leading comments
- Reformat empty and whitespace-only files as either an empty file (if no newline is
present) or as a single newline character (if a newline is present)
- Implicitly concatenated strings used as function args are now wrapped inside
parentheses
- Correctly handle trailing commas that are inside a line's leading non-nested parens
Configuration
<!-- Changes to how Black can be configured -->
- Fix incorrectly applied `.gitignore` rules by considering the `.gitignore` location
and the relative path to the target file
- Fix incorrectly ignoring `.gitignore` presence when more than one source directory is
specified
Parser
<!-- Changes to the parser or to version autodetection -->
- Parsing support has been added for walruses inside generator expression that are
passed as function args (for example,
`any(match := my_re.match(text) for text in texts)`)
Integrations
<!-- For example, Docker, GitHub Actions, pre-commit, editors -->
- Vim plugin: Optionally allow using the system installation of Black via
`let g:black_use_virtualenv = 0`
|
|
|
|
Certbot 2.1.0
Fixed
Interfaces which plugins register themselves as implementing without inheriting from them now show up in certbot plugins output.
IPluginFactory, IPlugin, IAuthenticator and IInstaller have been re-added to
certbot.interfaces.
This is to fix compatibility with a number of third-party DNS plugins which may
have started erroring with AttributeError in Certbot v2.0.0.
Plugin authors can find more information about Certbot 2.x compatibility
here.
A bug causing our certbot-apache tests to crash on some systems has been resolved.
|
|
|
|
2.15.0 (2022-12-01)
Features
Add api_key credentials
Introduce a way to provide scopes granted by user
Bug Fixes
Allow mtls sts endpoint for external account token urls.
CI broken by removal of py.path
Ensure JWT segments have the right types
Updated the lower bound of interactive timeout and fix the kwarg…
|
|
2.1.3
Latest release with minor bug fixes and support for Python 3.11
|
|
|
|
eth-utils v2.1.0 (2022-11-17)
Features
Allow a wider eth-hash dependency range
Performance improvements
Performance improvement of up to 65% on is_0x_prefixed
Improved Documentation
Fix typo in documentation: hexidecimal -> hexadecimal
Internal Changes - for eth-utils Contributors
Update use of @cached_property for debug2 logging.
Breaking changes
Remove support for Python 3.6, add Python 3.11, misc dev internal updates
|
|
3.8.2
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1
Update the license classifier to "Unlicense"
3.8.1
fix BaseFileLock.timeout's getter/setter being obscured by itself
Fix mypy fails understanding FileLock
|
|
|
|
7.4.8
Bugs fixed
- Make sure loop is marked with nest_asyncio
|
|
|
|
Version 0.3.0
* Drop support for Python 2.7, 3.4, 3.5, and 3.6
* Add compatibility with docutils 0.19
* Sync up assertion with changes in argparse
* Limit mistune dependency version range
|
|
|
|
Release v1.6.12
Among other minor fixes:
Fix in Cell.get_texttypes.
Allow labels to inherit transforms through get_labels.
|
|
v2.7.2
------
* Compatibility Updates
* Update documentation dependencies
* Relax version constraint for packaging dependency
* Bump CI to use python 3.11 final
|
|
|
|
Change log:
4.16.5 (2022-11-12)
======
- mime-settings: Properly quote command parameters
- Revert "Escape characters which do not belong into an URI/URL (Issue
#390)"
4.16.4 (2022-11-07)
======
- Escape characters which do not belong into an URI/URL (Issue #390)
- Prefer full command when basic command is env (Fixes #358)
- Translation Updates:
Japanese, Portuguese, Russian
|
|
|