前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【GitHub日报】22-10-11 cobra、grafana、vue、ToolJet、redwood 等13款App今日上新

【GitHub日报】22-10-11 cobra、grafana、vue、ToolJet、redwood 等13款App今日上新

作者头像
程序员小助手
发布2022-12-20 21:25:38
7200
发布2022-12-20 21:25:38
举报
文章被收录于专栏:程序员小助手程序员小助手

【GitHub日报】2022-10-11 backstage、cobra、grafana、mantine、chat、serverless、vue、sequelize、ToolJet、redwood、transformers、LightGBM、tools 等 13 款 App 今日上新

backstage

Backstage is an open platform for building developer portals

最新发布版本:[backstage/backstage] Pre-release v1.7.0-next.2 - v1.7.0-next.2

更新内容:

v1.7.0-next.2

Repository: backstage/backstage · Tag: v1.7.0-next.2 · Commit: 501b8df · Released by: backstage-service

See docs/releases/v1.7.0-next.2-changelog.md for more information.

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

cobra

A Commander for modern Go CLI interactions

最新发布版本:[spf13/cobra] Release v1.6.0 - v1.6.0

更新内容:

v1.6.0

Repository: spf13/cobra · Tag: v1.6.0 · Commit: 8607918 · Released by: jpmcb

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
  • • Add groups for commands in help: @aawsome @marckhouzam #1003
  • • Support for case-insensitive command names: @YuviGold #1802
  • • Expose ValidateRequiredFlags and ValidateFlagGroups: @skeetwu #1760
  • • Add --version flag to help output: @fnickels #1707
  • • Add --help and --version flag in completions: @marckhouzam #1813
  • • Add OnFinalize method: @yann-soubeyrand #1788
  • • Allow user to add completion for powershell alias: @marckhouzam #1621
  • • Make InitDefaultcompletionCmd public: @gssbzn #1467
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @umarcor #1643
Bug fixes 🐛
  • • Fix (bash-v2) activeHelp length check syntax: @scop #1762
  • • Fix correct command path in see_also for yaml documentation: @zregvart #1771
  • • Fix showing flags that shadow parent persistent flag in child help messaging: @brianpursley #1776
Dependencies 🗳️
  • • Upgrade to use gopkg.in/yaml.v3: @tklauser #1766
Testing 🤔
  • • Test on Golang 1.19: @umarcor & @jpmcb #1782
  • • Renamed powershell completion tests: @marckhouzam #1803
  • • Use action/setup-go cache: @umarcor #1783
  • • Add workflow_dispatch to CI actions: @umarcor #1387
  • • Add minimum GitHub token permissions for workflows: @varunsh-coder #1792
Docs ✏️
  • • Fixup spelling for GitHub CLI: @eltociear #1744
  • • Clarify SetContext documentation: @katexochen #1748
  • • Instruct user to go install for binary: @marckhouzam #1726
  • • User guide cleanup: @marckhouzam #1656
  • • Document option to hide the default completion command: @marckhouzam #1779
Misc 💭
  • • Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to projects using cobra: @maiqueb #1741, @yevgenypats #1742, @tklauser #1745, @jLopezbarb #1759, @fforootd #1772, @dimabru #1819
  • • Use correct stale action exempt yaml keys: @jpmcb #1800
  • • Add missing license headers: @umarcor #1809

Note: Per #1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: v1.5.0...v1.6.0

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

最新发布版本:[grafana/grafana] Release v9.1.8 - 9.1.8 (2022-10-11)

更新内容:

9.1.8 (2022-10-11)

Repository: grafana/grafana · Tag: v9.1.8 · Commit: 3c0c14d · Released by: grafanabot

Download page

What's new highlights

Features and enhancements

  • Alerting: Update imported prometheus alertmanager version. Backport ( #56228). #56429, @joeblubaugh
  • Chore: Upgrade Go to 1.19.2. #56355, @sakjur

Bug fixes

  • Alerting: Fix evaluation interval validation. #56115, @konrad147
  • Alerting: Fix migration to create rules with group index 1. #56511, @yuri-tceretian
  • Alerting: Fix migration to not add label "alertname". #56509, @yuri-tceretian
  • Azure Monitor: Fix empty Logs response for Alerting. #56378, @andresmgot
  • Azure Monitor: Fix subscription selector when changing data sources. #56284, @andresmgot
  • Caching: Fix wrong memcached setting name in defaults. (Enterprise)
  • Google Cloud Monitoring: Fix bucket bound for distributions. #56565, @andresmgot

This release has 3 assets:

  • • grafana-spdx.json
  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

mantine

React components library with native dark theme support

最新发布版本:[mantinedev/mantine] Release 5.5.5 - 5.5.5

更新内容:

5.5.5

Repository: mantinedev/mantine · Tag: 5.5.5 · Commit: 97d7b75 · Released by: rtivital

What's Changed

  • [@mantine/core] NumberInput: Fix removeTrailingZeros prop not working for initial value ( #2638)
  • [@mantine/core] Modal: Fix issue when it was impossible to interact with scrollbars behind overlay ( #2669)
  • [@mantine/styles] Fix incorrect params handling in DefaultProps type in strict mode
  • [@mantine/core] Select: Fix component scrolling page when it is focused without any data or nothing found message ( #2628)
  • [@mantine/core] Fix Avatar and ThemeIcon components not respecting theme.defaultGradient ( #2649)
  • [@mantine/dates] Calendar: Fix error in console when up/down error is pressed and next/previous date is disabled
  • [@mantine/core] Menu: Close menu when target changes ( #2646)
  • [@mantine/hooks] use-focus-return: Add preventScroll: true to avoid scrolling to element when dropdown/modal is closed outside of current viewport

New Contributors

  • • @gregrickaby made their first contribution in #2636
  • • @adarshaacharya made their first contribution in #2666
  • • @armanatz made their first contribution in #2669

Full Changelog: 5.5.4...5.5.5

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

chat

Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots

最新发布版本:[tinode/chat] Release v0.20.0 - Video and voice calls

更新内容:

Video and voice calls

Repository: tinode/chat · Tag: v0.20.0 · Commit: 4c3abc2 · Released by: or-else

Video and voice calls are available on all platforms.

Video calling will not work out of the box. It requires STUN/TURN servers which must be obtained and configured separately (for instance, see metered.ca).

Other changes:

f206e94 Python gRPC updated

9012817 bug fix: invalid push causing channels to be marked as deleted

49eb1b8 Respond with 503 instead of 500 when queues are full

9d4859b bump tn-cli version

9f306a6 incorrect struct tags in push

0d317b3 fix for #775

8665e34 Proper copying of Session object in callPartySession.

674f74f fix build script

c7508ee Remove deadlock on server overload, #786.

16f0eef Replace NULL uid with 0 in file upload record.

d7b9bfb Issue login-enabled auth token for new account validation.

538cad2 Make email templates more intuitive.

df465dd Make cred validator use STD base64 encoding instead of URL base64 token, consistently with normal auth token.

59f89b0 Add error logging for HTTP->HTTPS redirect.

96b0ab3 Improved error messages in topic_proxy.

6e803e5 Fix handling grpX and chnX multiplexing sessions.

29279f3 Change Topic.maybeFixTopicName() to account for sub type.

031b446 Add chn multiplexing sessions to topic master.

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

serverless

⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –

最新发布版本:[serverless/serverless] Release v3.23.0 - 3.23.0 (2022-10-11)

更新内容:

3.23.0 (2022-10-11)

Repository: serverless/serverless · Tag: v3.23.0 · Commit: f5b183a · Released by: serverless-ci

Features

  • AWS CloudFront: Allow legacy behavior configuration ( #11411) ( 65e9860) ( Arthur Weber)
  • AWS Kafka: Support consumerGroupId option ( #11345) ( 9bb3f11) ( Phil-Pinkowski)

Bug Fixes

  • • Ensure to not crash when ~/.serverless is not accessible ( #11403) ( b95c749) ( Thomas Hamer)

Maintenance Improvements

  • AWS Deploy: Add bucket name to exception ( #11389) ( 11b7a05) ( Roberto Aguilar)
  • AWS Deploy: Bump custom resources to nodejs16.x runtime ( #11367) ( 93ce41e) ( Çağrı Atalay)
  • • Upgrade dotenv-expand to v9 ( #11433) ( c769c1e) ( Mariusz Nowak)
  • • Upgrade filesize to v10 ( #11433) ( 9ef5fd2) ( Mariusz Nowak)

Comparison since last release

This release has 5 assets:

  • • serverless-linux-x64
  • • serverless-macos-x64
  • • serverless-win-x64.exe
  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

vue

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

最新发布版本:[vuejs/vue] Release v2.7.11 - v2.7.11

更新内容:

v2.7.11

Repository: vuejs/vue · Tag: v2.7.11 · Commit: c61395d · Released by: github-actions[bot]

Please refer to CHANGELOG.md for details.

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

sequelize

Feature-rich ORM for modern Typescript and Javascript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.

最新发布版本:[sequelize/sequelize] Release v6.25.0 - v6.25.0

更新内容:

v6.25.0

Repository: sequelize/sequelize · Tag: v6.25.0 · Commit: 06ad05d · Released by: github-actions[bot]

6.25.0 (2022-10-11)

Features

  • oracle: add support for dialectOptions.connectString ( #15042) ( 06ad05d)

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

ToolJet

Extensible low-code framework for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀

最新发布版本:[ToolJet/ToolJet] Release v1.26.2 - v1.26.2

更新内容:

v1.26.2

Repository: ToolJet/ToolJet · Tag: v1.26.2 · Commit: 2e52e34 · Released by: sherfin94

What's Changed

  • • [ Hotfix ] Bug fixed : General tooltip is not displaying for button widget by @manishkushare in #4152
  • • [ Hotfix ] : [ Table Widget ] Filter pop-up and dropdown inside it are not scrollable by @manishkushare in #4098
  • • [ Hotfix ] Oauth rest api circular error by @arpitnath in #4365

Full Changelog: v1.26.1...v1.26.2

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

redwood

The App Framework for Startups

最新发布版本:[redwoodjs/redwood] Release v3.1.2 - v3.1.2

更新内容:

v3.1.2

Repository: redwoodjs/redwood · Tag: v3.1.2 · Commit: edcfed0 · Released by: jtoar

Patch Release

This release contains a Fastify security release for a high impact security vulnerability. For more details, see the Fastify release notes here: https://github.com/fastify/fastify/releases/tag/v4.8.1

  • • fix(deps): update dependency fastify to v4.8.1 #6625 by @renovate

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

最新发布版本:[huggingface/transformers] Release v4.23.0 - v4.23.0: Whisper, Time series, Conditional DETR, MSN, MarkupLM, safetensors

更新内容:

v4.23.0: Whisper, Time series, Conditional DETR, MSN, MarkupLM, `safetensors`

Repository: huggingface/transformers · Tag: v4.23.0 · Commit: 9ae22fe · Released by: LysandreJik

Whisper

The Whisper model was proposed in Robust Speech Recognition via Large-Scale Weak Supervision by Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever.

The abstract from the paper is the following:

We study the capabilities of speech processing systems trained simply to predict large amounts of transcripts of audio on the internet. When scaled to 680,000 hours of multilingual and multitask supervision, the resulting models generalize well to standard benchmarks and are often competitive with prior fully supervised results but in a zeroshot transfer setting without the need for any finetuning. When compared to humans, the models approach their accuracy and robustness. We are releasing models and inference code to serve as a foundation for further work on robust speech processing.

  • • Add WhisperModel to transformers by @ArthurZucker in #19166
  • • Add TF whisper by @amyeroberts in #19378

Time series

The Time Series Transformer model is a vanilla encoder-decoder Transformer for time series forecasting.

⚠️ This is a recently introduced model and modality, so the API hasn't been tested extensively. There may be some bugs or slight breaking changes to fix it in the future. If you see something strange, file a Github Issue.

  • • time series forecasting model by @kashif in #17965

Conditional DETR

The Conditional DETR model was proposed in Conditional DETR for Fast Training Convergence by Depu Meng, Xiaokang Chen, Zejia Fan, Gang Zeng, Houqiang Li, Yuhui Yuan, Lei Sun, Jingdong Wang. Conditional DETR presents a conditional cross-attention mechanism for fast DETR training. Conditional DETR converges 6.7× to 10× faster than DETR.

The abstract from the paper is the following:

The recently-developed DETR approach applies the transformer encoder and decoder architecture to object detection and achieves promising performance. In this paper, we handle the critical issue, slow training convergence, and present a conditional cross-attention mechanism for fast DETR training. Our approach is motivated by that the cross-attention in DETR relies highly on the content embeddings for localizing the four extremities and predicting the box, which increases the need for high-quality content embeddings and thus the training difficulty. Our approach, named conditional DETR, learns a conditional spatial query from the decoder embedding for decoder multi-head cross-attention. The benefit is that through the conditional spatial query, each cross-attention head is able to attend to a band containing a distinct region, e.g., one object extremity or a region inside the object box. This narrows down the spatial range for localizing the distinct regions for object classification and box regression, thus relaxing the dependence on the content embeddings and easing the training. Empirical results show that conditional DETR converges 6.7× faster for the backbones R50 and R101 and 10× faster for stronger backbones DC5-R50 and DC5-R101.

  • • Add support for conditional detr by @DeppMeng in #18948
  • • Improve conditional detr docs by @NielsRogge in #19154

Masked Siamese Networks

The ViTMSN model was proposed in Masked Siamese Networks for Label-Efficient Learning by Mahmoud Assran, Mathilde Caron, Ishan Misra, Piotr Bojanowski, Florian Bordes, Pascal Vincent, Armand Joulin, Michael Rabbat, Nicolas Ballas. The paper presents a joint-embedding architecture to match the prototypes of masked patches with that of the unmasked patches. With this setup, their method yields excellent performance in the low-shot and extreme low-shot regimes.

The abstract from the paper is the following:

We propose Masked Siamese Networks (MSN), a self-supervised learning framework for learning image representations. Our approach matches the representation of an image view containing randomly masked patches to the representation of the original unmasked image. This self-supervised pre-training strategy is particularly scalable when applied to Vision Transformers since only the unmasked patches are processed by the network. As a result, MSNs improve the scalability of joint-embedding architectures, while producing representations of a high semantic level that perform competitively on low-shot image classification. For instance, on ImageNet-1K, with only 5,000 annotated images, our base MSN model achieves 72.4% top-1 accuracy, and with 1% of ImageNet-1K labels, we achieve 75.7% top-1 accuracy, setting a new state-of-the-art for self-supervised learning on this benchmark.

  • • MSN (Masked Siamese Networks) for ViT by @sayakpaul in #18815

MarkupLM

The MarkupLM model was proposed in MarkupLM: Pre-training of Text and Markup Language for Visually-rich Document Understanding by Junlong Li, Yiheng Xu, Lei Cui, Furu Wei. MarkupLM is BERT, but applied to HTML pages instead of raw text documents. The model incorporates additional embedding layers to improve performance, similar to LayoutLM.

The model can be used for tasks like question answering on web pages or information extraction from web pages. It obtains state-of-the-art results on 2 important benchmarks:

WebSRC, a dataset for Web-Based Structual Reading Comprehension (a bit like SQuAD but for web pages)

SWDE, a dataset for information extraction from web pages (basically named-entity recogntion on web pages)

The abstract from the paper is the following:

Multimodal pre-training with text, layout, and image has made significant progress for Visually-rich Document Understanding (VrDU), especially the fixed-layout documents such as scanned document images. While, there are still a large number of digital documents where the layout information is not fixed and needs to be interactively and dynamically rendered for visualization, making existing layout-based pre-training approaches not easy to apply. In this paper, we propose MarkupLM for document understanding tasks with markup languages as the backbone such as HTML/XML-based documents, where text and markup information is jointly pre-trained. Experiment results show that the pre-trained MarkupLM significantly outperforms the existing strong baseline models on several document understanding tasks. The pre-trained model and code will be publicly available.

  • • Add MarkupLM by @NielsRogge in #19198

Security & safety

We explore a new serialization format that we can leverage in all three frameworks we support: PyTorch, TensorFlow, and JAX. We leverage the safetensors library for that.

Support for this is still experimental.

  • • Poc to use safetensors by @sgugger in #19175

Computer vision post-processing methods overhaul

The processors for computer vision have been overhauled to ensure they have consistent naming, input arguments and outputs.

⚠️ The existing methods that are superseded by the introduced methods post_process_object_detection, post_process_semantic_segmentation, post_process_instance_segmentation, post_process_panoptic_segmentation are now deprecated.

  • • Improve DETR post-processing methods by @alaradirik in #19205
  • • Beit postprocessing by @alaradirik in #19099
  • • Fix BeitFeatureExtractor postprocessing by @alaradirik in #19119
  • • Add post_process_semantic_segmentation method to SegFormer by @alaradirik in #19072
  • • Add post_process_semantic_segmentation method to DPTFeatureExtractor by @alaradirik in #19107
  • • Add semantic segmentation post-processing method to MobileViT by @alaradirik in #19105
  • • Detr preprocessor fix by @alaradirik in #19007
  • • Improve and fix ImageSegmentationPipeline by @alaradirik in #19367
  • • Restructure DETR post-processing, return prediction scores by @alaradirik in #19262
  • • Maskformer post-processing fixes and improvements by @alaradirik in #19172
  • • Fix MaskFormer failing postprocess tests by @alaradirik in #19354
  • • Fix DETR segmentation postprocessing output by @alaradirik in #19363
  • • fix docs example, add object_detection to DETR docs by @alaradirik in #19377

🚨 Breaking changes

The following changes are bugfixes that we have chosen to fix even if it changes the resulting behavior. We mark them as breaking changes, so if you are using this part of the codebase, we recommend you take a look at the PRs to understand what changes were done exactly..

Breaking change for ViT parameter initialization

  • • 🚨🚨🚨 Fix ViT parameter initialization by @alaradirik in #19341

Breaking change for the top_p argument of the TopPLogitsWarper of the generate method.

  • • 🚨🚨🚨 Optimize Top P Sampler and fix edge case by @ekagra-ranjan in #18984

Model head additions

OPT and BLOOM now have question answering heads available.

  • • Add OPTForQuestionAnswering by @clementapa in #19402
  • • Add BloomForQuestionAnswering by @younesbelkada in #19310

Pipelines

There is now a zero-shot object detection pipeline.

  • • Add ZeroShotObjectDetectionPipeline by @sahamrit in #18445)

TensorFlow architectures

The GroupViT model is now available in TensorFlow.

  • • [TensorFlow] Adding GroupViT by @ariG23498 in #18020

Bugfixes and improvements

  • • Fix a broken link for deepspeed ZeRO inference in the docs by @nijkah in #19001
  • • [doc] debug: fix import by @stas00 in #19042
  • • [bnb] Small improvements on utils by @younesbelkada in #18646
  • • Update image segmentation pipeline test by @amyeroberts in #18731
  • • Fix test_save_load for TFViTMAEModelTest by @ydshieh in #19040
  • • Pin minimum PyTorch version for BLOOM ONNX export by @lewtun in #19046
  • • Update serving signatures and make sure we actually use them by @Rocketknight1 in #19034
  • • Move cache: expand error message by @sgugger in #19051
  • • Fixing OPT fast tokenizer option. by @Narsil in #18753
  • • Fix custom tokenizers test by @sgugger in #19052
  • • Run torchdynamo tests by @ydshieh in #19056
  • • [fix] Add DeformableDetrFeatureExtractor by @NielsRogge in #19140
  • • fix arg name in BLOOM testing and remove unused arg document by @shijie-wu in #18843
  • • Adds package and requirement spec output to version check exception by @colindean in #18702
  • • fix use_cache by @younesbelkada in #19060
  • • FX support for ConvNext, Wav2Vec2 and ResNet by @michaelbenayoun in #19053
  • • [doc] Fix link in PreTrainedModel documentation by @tomaarsen in #19065
  • • Add FP32 cast in ConvNext LayerNorm to prevent rounding errors with FP16 input by @jimypbr in #18746
  • • Organize test jobs by @sgugger in #19058
  • • Automatically tag CLIP repos as zero-shot-image-classification by @osanseviero in #19064
  • • Fix LeViT checkpoint by @ydshieh in #19069
  • • TF: tests for (de)serializable models with resized tokens by @gante in #19013
  • • Add type hints for PyTorch UniSpeech, MPNet and Nystromformer by @daspartho in #19039
  • • replace logger.warn by logger.warning by @fxmarty in #19068
  • • Fix tokenizer load from one file by @sgugger in #19073
  • • Note about developer mode by @LysandreJik in #19075
  • • german autoclass by @flozi00 in #19049
  • • Add tests for legacy load by url and fix bugs by @sgugger in #19078
  • • Add runner availability check by @ydshieh in #19054
  • • fix working dir by @ydshieh in #19101
  • • Added type hints for TFConvBertModel by @kishore-s-15 in #19088
  • • Added Type hints for VIT MAE by @kishore-s-15 in #19085
  • • Add type hints for TF MPNet models by @kishore-s-15 in #19089
  • • Added type hints to ResNetForImageClassification by @kishore-s-15 in #19084
  • • added type hints by @daspartho in #19076
  • • Improve vision models docs by @NielsRogge in #19103
  • • correct spelling in README by @flozi00 in #19092
  • • Don't warn of move if cache is empty by @sgugger in #19109
  • • HPO: keep the original logic if there's only one process, pass the trial to trainer by @sywangyi in #19096
  • • Add documentation of Trainer.create_model_card by @sgugger in #19110
  • • Added type hints for YolosForObjectDetection by @kishore-s-15 in #19086
  • • Fix the wrong schedule by @ydshieh in #19117
  • • Change document question answering pipeline to always return an array by @ankrgyl in #19071
  • • german processing by @flozi00 in #19121
  • • Fix: update ltp word segmentation call in mlm_wwm by @xyh1756 in #19047
  • • Add a missing space in a script arg documentation by @bryant1410 in #19113
  • • Skip test_export_to_onnx for LongT5 if torch < 1.11 by @ydshieh in #19122
  • • Fix GLUE MNLI when using max_eval_samples by @lvwerra in #18722
  • • [BugFix] Fix fsdp option on shard_grad_op. by @ZHUI in #19131
  • • Fix FlaxPretTrainedModel pt weights check by @mishig25 in #19133
  • • suppoer deps from github by @lhoestq in #19141
  • • Fix dummy creation for multi-frameworks objects by @sgugger in #19144
  • • Allowing users to use the latest tokenizers release ! by @Narsil in #19139
  • • Add some tests for check_dummies by @sgugger in #19146
  • • Fixed typo in generation_utils.py by @nbalepur in #19145
  • • Add accelerate support for ViLT by @younesbelkada in #18683
  • • TF: check embeddings range by @gante in #19102
  • • Reduce LR for TF MLM example test by @Rocketknight1 in #19156
  • • update perf_train_cpu_many doc by @sywangyi in #19151
  • • fix: ckpt paths. by @sayakpaul in #19159
  • • Fix TrainingArguments documentation by @sgugger in #19162
  • • fix HPO DDP GPU problem by @sywangyi in #19168
  • • [WIP] Trainer supporting evaluation on multiple datasets by @timbmg in #19158
  • • Add doctests to Perceiver examples by @stevenmanton in #19129
  • • Add offline runners info in the Slack report by @ydshieh in #19169
  • • Fix incorrect comments about atten mask for pytorch backend by @lygztq in #18728
  • • Fixed type hint for pipelines/check_task by @Fei-Wang in #19150
  • • Update run_clip.py by @enze5088 in #19130
  • • german training, accelerate and model sharing by @flozi00 in #19171
  • • Separate Push CI images from Scheduled CI by @ydshieh in #19170
  • • Remove pos arg from Perceiver's Pre/Postprocessors by @aielawady in #18602
  • • Use assertAlmostEqual in BloomEmbeddingTest.test_logits by @ydshieh in #19200
  • • Move the model type check by @ankrgyl in #19027
  • • Use repo_type instead of deprecated datasets repo IDs by @sgugger in #19202
  • • Updated hf_argparser.py by @IMvision12 in #19188
  • • Add warning for torchaudio <= 0.10 in MCTCTFeatureExtractor by @ydshieh in #19203
  • • Fix cached_file in offline mode for cached non-existing files by @sgugger in #19206
  • • Remove unused cur_len in generation_utils.py by @ekagra-ranjan in #18874
  • • add wav2vec2_alignment by @arijitx in #16782
  • • add doc for hyperparameter search by @sywangyi in #19192
  • • Add a use_parallel_residual argument to control the residual computing way by @NinedayWang in #18695
  • • translated add_new_pipeline by @nickprock in #19215
  • • More tests for regression in cached non existence by @sgugger in #19216
  • • Use math.pi instead of torch.pi in MaskFormer by @ydshieh in #19201
  • • Added tests for yaml and json parser by @IMvision12 in #19219
  • • Fix small use_cache typo in the docs by @ankrgyl in #19191
  • • Generate: add warning when left padding should be used by @gante in #19067
  • • Fix deprecation warning for return_all_scores by @ogabrielluiz in #19217
  • • Fix doctest for TFDeiTForImageClassification by @ydshieh in #19173
  • • Document and validate typical_p in generation by @mapmeld in #19128
  • • Fix trainer seq2seq qa.py evaluate log and ft script by @iamtatsuki05 in #19208
  • • Fix cache names in CircleCI jobs by @ydshieh in #19223
  • • Move AutoClasses under Main Classes by @stevhliu in #19163
  • • Focus doc around preprocessing classes by @stevhliu in #18768
  • • Fix confusing working directory in Push CI by @ydshieh in #19234
  • • XGLM - Fix Softmax NaNs when using FP16 by @gsarti in #18057
  • • Add a getattr method, which replaces _module_getattr in torch.fx.Tracer from PyTorch 1.13+ by @michaelbenayoun in #19233
  • • Fix m2m_100.mdx doc example missing labels by @Mustapha-AJEGHRIR in #19149
  • • Fix opt softmax small nit by @younesbelkada in #19243
  • • Use hf_raise_for_status instead of deprecated _raise_for_status by @Wauplin in #19244
  • • Fix TrainingArgs argument serialization by @atturaioe in #19239
  • • Fix test fetching for examples by @sgugger in #19237
  • • Cast TF generate() inputs by @Rocketknight1 in #19232
  • • Skip pipeline tests by @sgugger in #19248
  • • Add job names in Past CI artifacts by @ydshieh in #19235
  • • Update Past CI report script by @ydshieh in #19228
  • • [Wav2Vec2] Fix None loss in doc examples by @rbsteinm in #19218
  • • Catch HFValidationError in TrainingSummary by @ydshieh in #19252
  • • Add expected output to the sample code for ViTMSNForImageClassification by @sayakpaul in #19183
  • • Add stop sequence to text generation pipeline by @KMFODA in #18444
  • • Add notebooks by @JingyaHuang in #19259
  • • Add beautifulsoup4 to the dependency list by @ydshieh in #19253
  • • Fix Encoder-Decoder testing issue about repo. names by @ydshieh in #19250
  • • Fix cached lookup filepath on windows for hub by @kjerk in #19178
  • • Docs - Guide to add a new TensorFlow model by @gante in #19256
  • • Update no_trainer script for summarization by @divyanshugit in #19277
  • • Don't automatically add bug label by @sgugger in #19302
  • • Breakup export guide by @stevhliu in #19271
  • • Update Protobuf dependency version to fix known vulnerability by @qthequartermasterman in #19247
  • • Update README.md by @ShubhamJagtap2000 in #19309
  • • [Docs] Fix link by @patrickvonplaten in #19313
  • • Fix for sequence regression fit() in TF by @Rocketknight1 in #19316
  • • Added Type hints for LED TF by @IMvision12 in #19315
  • • Added type hints for TF: rag model by @debjit-bw in #19284
  • • alter retrived to retrieved by @gouqi666 in #18863
  • • ci(stale.yml): upgrade actions/setup-python to v4 by @oscard0m in #19281
  • • ci(workflows): update actions/checkout to v3 by @oscard0m in #19280
  • • wrap forward passes with torch.no_grad() by @daspartho in #19279
  • • wrap forward passes with torch.no_grad() by @daspartho in #19278
  • • wrap forward passes with torch.no_grad() by @daspartho in #19274
  • • wrap forward passes with torch.no_grad() by @daspartho in #19273
  • • Removing BertConfig inheritance from LayoutLMConfig by @arnaudstiegler in #19307
  • • docker-build: Update actions/checkout to v3 by @Sushrut1101 in #19288
  • • Clamping hidden state values to allow FP16 by @SSamDav in #19229
  • • Remove interdependency from OpenAI tokenizer by @E-Aho in #19327
  • • removing XLMConfig inheritance from FlaubertConfig by @D3xter1922 in #19326
  • • Removed interdependency of BERT's Tokenizer in tokenization of prophetnet by @divyanshugit in #19331
  • • Remove bert interdependency from clip tokenizer by @shyamsn97 in #19332
  • • [WIP]remove XLMTokenizer inheritance from FlaubertTokenizer by @D3xter1922 in #19330
  • • Making camembert independent from roberta, clean by @Mustapha-AJEGHRIR in #19337
  • • Add sudachi and jumanpp tokenizers for bert_japanese by @r-terada in #19043
  • • Frees LongformerTokenizer of the Roberta dependency by @srhrshr in #19346
  • • Change BloomConfig docstring by @younesbelkada in #19336
  • • Test failing test while we resolve the issue. by @sgugger in #19355
  • • Call _set_save_spec() when creating TF models by @Rocketknight1 in #19321
  • • correct typos in README by @paulaxisabel in #19304
  • • Removes Roberta and Bert config dependencies from Longformer by @srhrshr in #19343
  • • Fix gather for metrics by @muellerzr in #19360
  • • Fix pipeline tests for Roberta-like tokenizers by @sgugger in #19365
  • • Change link of repojacking vulnerable link by @Ilaygoldman in #19393
  • • Making ConvBert Tokenizer independent from bert Tokenizer by @IMvision12 in #19347
  • • Fix gather for metrics by @muellerzr in #19389
  • • Added Type hints for XLM TF by @IMvision12 in #19333
  • • add ONNX support for swin transformer by @bibhabasumohapatra in #19390
  • • removes prophet config dependencies from xlm-prophet by @srhrshr in #19400
  • • Added type hints for TF: TransfoXL by @thliang01 in #19380
  • • HF <-> megatron checkpoint reshaping and conversion for GPT by @pacman100 in #19317
  • • Remove unneded words from audio-related feature extractors by @osanseviero in #19405
  • • edit: cast attention_mask to long in DataCollatorCTCWithPadding by @ddobokki in #19369
  • • Copy BertTokenizer dependency into retribert tokenizer by @Davidy22 in #19371
  • • Export TensorFlow models to ONNX with dynamic input shapes by @dwyatte in #19255
  • • update attention mask handling by @ArthurZucker in #19385
  • • Remove dependency of Bert from Squeezebert tokenizer by @rchan26 in #19403
  • • Removed Bert and XML Dependency from Herbert by @harry7337 in #19410
  • • Clip device map by @patrickvonplaten in #19409
  • • Remove Dependency between Bart and LED (slow/fast) by @Infrared1029 in #19408
  • • Removed Bert interdependency in tokenization_electra.py by @OtherHorizon in #19356
  • • Make Camembert TF version independent from Roberta by @Mustapha-AJEGHRIR in #19364
  • • Removed Bert dependency from BertGeneration code base. by @Threepointone4 in #19370
  • • Rework pipeline tests by @sgugger in #19366
  • • Fix ViTMSNForImageClassification doctest by @ydshieh in #19275
  • • Skip BloomEmbeddingTest.test_embeddings for PyTorch < 1.10 by @ydshieh in #19261
  • • remove RobertaConfig inheritance from MarkupLMConfig by @D3xter1922 in #19404
  • • Backtick fixed (paragraph 68) by @kant in #19440
  • • Fixed duplicated line (paragraph #83) Documentation: @sgugger by @kant in #19436
  • • fix marianMT convertion to onnx by @kventinel in #19287
  • • Fix typo in image-classification/README.md by @zhawe01 in #19424
  • • Stop relying on huggingface_hub's private methods by @LysandreJik in #19392
  • • Add onnx support for VisionEncoderDecoder by @mht-sharma in #19254
  • • Remove dependency of Roberta in Blenderbot by @rchan26 in #19411
  • • fix: renamed variable name by @ariG23498 in #18850
  • • Fix the error message in run_t5_mlm_flax.py by @yangky11 in #19282
  • • Add Italian translation for add_new_model.mdx by @Steboss89 in #18713
  • • Fix momentum and epsilon values by @amyeroberts in #19454
  • • Generate: corrected exponential_decay_length_penalty type hint by @ShivangMishra in #19376
  • • Fix misspelled word in docstring by @Bearnardd in #19415
  • • Fixed a non-working hyperlink in the README.md file by @MikailINTech in #19434
  • • fix by @ydshieh in #19469
  • • wrap forward passes with torch.no_grad() by @daspartho in #19439
  • • wrap forward passes with torch.no_grad() by @daspartho in #19438
  • • wrap forward passes with torch.no_grad() by @daspartho in #19416
  • • wrap forward passes with torch.no_grad() by @daspartho in #19414
  • • wrap forward passes with torch.no_grad() by @daspartho in #19413
  • • wrap forward passes with torch.no_grad() by @daspartho in #19412

Significant community contributions

The following contributors have made significant changes to the library over the last release:

  • • @flozi00
    • • german autoclass ( #19049)
    • • correct spelling in README ( #19092)
    • • german processing ( #19121)
    • • german training, accelerate and model sharing ( #19171)
  • • @DeppMeng
    • • Add support for conditional detr ( #18948)
  • • @sayakpaul
    • • MSN (Masked Siamese Networks) for ViT ( #18815)
    • • fix: ckpt paths. ( #19159)
    • • Add expected output to the sample code for ViTMSNForImageClassification ( #19183)
  • • @IMvision12
    • • Updated hf_argparser.py ( #19188)
    • • Added tests for yaml and json parser ( #19219)
    • • Added Type hints for LED TF ( #19315)
    • • Making ConvBert Tokenizer independent from bert Tokenizer ( #19347)
    • • Added Type hints for XLM TF ( #19333)
  • • @ariG23498
    • • [TensorFlow] Adding GroupViT ( #18020)
    • • fix: renamed variable name ( #18850)
  • • @Mustapha-AJEGHRIR
    • • Fix m2m_100.mdx doc example missing labels ( #19149)
    • • Making camembert independent from roberta, clean ( #19337)
    • • Make Camembert TF version independent from Roberta ( #19364)
  • • @D3xter1922
    • • removing XLMConfig inheritance from FlaubertConfig ( #19326)
    • • [WIP]remove XLMTokenizer inheritance from FlaubertTokenizer ( #19330)
    • • remove RobertaConfig inheritance from MarkupLMConfig ( #19404)
  • • @srhrshr
    • • Frees LongformerTokenizer of the Roberta dependency ( #19346)
    • • Removes Roberta and Bert config dependencies from Longformer ( #19343)
    • • removes prophet config dependencies from xlm-prophet ( #19400)
  • • @sahamrit
    • • [WIP] Add ZeroShotObjectDetectionPipeline ( #18445) ( #18930)
  • • @Davidy22
    • • Copy BertTokenizer dependency into retribert tokenizer ( #19371)
  • • @rchan26
    • • Remove dependency of Bert from Squeezebert tokenizer ( #19403)
    • • Remove dependency of Roberta in Blenderbot ( #19411)
  • • @harry7337
    • • Removed Bert and XML Dependency from Herbert ( #19410)
  • • @Infrared1029
    • • Remove Dependency between Bart and LED (slow/fast) ( #19408)
  • • @Steboss89
    • • Add Italian translation for add_new_model.mdx ( #18713)

This release has 2 assets:

  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

最新发布版本:[microsoft/LightGBM] Release v3.3.3 - v3.3.3

更新内容:

v3.3.3

Repository: microsoft/LightGBM · Tag: v3.3.3 · Commit: a0a617d · Released by: guolinke

Changes

This is a special release, put up to prevent the R package from being archived on CRAN.

See #5502 and #5525 for context.

This release only contains the changes, relevant to v3.3.2, necessary to prevent removal of the R package from CRAN.

💡 New Features

None

🔨 Breaking

None

🚀 Efficiency Improvement

None

🐛 Bug Fixes

  • • [ci] [R-package] use R 4.2.1 in Windows CI jobs (fixes #4881) @jameslamb ( #5503)
  • • [R-package] fix test on non-ASCII features in non-UTF8 locales @jameslamb ( #5526)

📖 Documentation

None

🧰 Maintenance

  • • [ci] run Appveyor checks on PRs targeting release/ branches @jameslamb ( #5528)
  • • [ci] run CI on pull requests targeting release/ branches @jameslamb ( #5527)
  • • [ci] [R-package] ensure that MSVC jobs fail when tests fail (fixes #5439) @jameslamb ( #5448)

This release has 19 assets:

  • • commit.txt
  • • lib_lightgbm.dll
  • • lib_lightgbm.dylib
  • • lib_lightgbm.so
  • • lightgbm-3.3.3-py3-none-macosx_10_15_x86_64.macosx_11_6_x86_64.macosx_12_0_x86_64.whl
  • • lightgbm-3.3.3-py3-none-manylinux1_x86_64.whl
  • • lightgbm-3.3.3-py3-none-manylinux2014_aarch64.whl
  • • lightgbm-3.3.3-py3-none-win_amd64.whl
  • • lightgbm-3.3.3-r-cran.tar.gz
  • • lightgbm-3.3.3.tar.gz
  • • LightGBM-complete_source_code_tar_gz.tar.gz
  • • LightGBM-complete_source_code_zip.zip
  • • LightGBM.3.3.3.nupkg
  • • lightgbm.exe
  • • lightgbmlib_linux.jar
  • • lightgbmlib_macos.jar
  • • lightgbmlib_win.jar
  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

tools

The Rome Toolchain. A formatter, linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.

最新发布版本:[rome/tools] Release lsp/v0.16.1 - VSCode Extension v0.16.1

更新内容:

VSCode Extension v0.16.1

Repository: rome/tools · Tag: lsp/v0.16.1 · Commit: 2ffe2b7 · Released by: github-actions[bot]

What's Changed

  • • feat(rome_diagnostics): refactor some existing diagnostics to use the new Diagnostic trait by @leops in #3315
  • • fix(rome_js_analyze): correctly do not flag unused on ts ambient files by @xunilrj in #3322
  • • refactor(rome_analyze): automatically derive the rule category in declare_rule! by @leops in #3321
  • • perf(rome_js_analyze): improve the performance of noUndeclaredVariables by @leops in #3320
  • • refactor: move js bindings to a scoped package by @ematipico in #3323
  • • ci: fix tests by @ematipico in #3335
  • • fix(rome_js_syntax): pick trimmed text instead the raw text by @ematipico in #3337
  • • feat(rome_analyze): accept options inside analyzer by @ematipico in #3325
  • • fix(rome_diagnostics): do not print invisible characters on unchanged diff lines by @leops in #3334
  • • feat(rome_js_analyze): consider unary expressions in useSimplifiedLogicExpression by @ematipico in #3340
  • • feat(rome_js_semantic): Semantic Model support for closures by @xunilrj in #3285
  • • fix(rome_fs): improve the messaging of the "unhandled file type" diagnostic by @leops in #3332
  • • fix(rome_service): disallow large files from being parsed and analyzed by @leops in #3339
  • • fix(rome_js_analyze): improve the diagnostics emitted by noUnreachable by @leops in #3348
  • • fix(rome_lsp): fix the calculation of offsets in the diff to LSP text edit conversion by @leops in #3350
  • • fix(rome_wasm): fix the WASM diagnostic printer by @leops in #3349
  • • chore(playground): remove red text by @ematipico in #3351
  • • chore: use cargo workspace dependencies by @ematipico in #3353
  • • feat(rome_js_analyzer): rule noAutofocus by @jk-gan in #3333
  • • feat(rome_js_semantic): simple globals resolution by @xunilrj in #3354
  • • fix(rome_js_formatter): in JSX, some spaces are removed #3211 by @denbezrukov in #3251
  • • feat(rome_analyze): use serde to deserialize rule settings by @ematipico in #3347
  • • feat(rome_js_analyze): rule useValidAnchor by @ematipico in #3369
  • • feat(rome_js_analyze): new rule useBlankTarget by @ematipico in #3356
  • • fix(rome_formatter): Fill fits by @MichaReiser in #3374
  • • fix(rome_js_parser): Export {"a"} from by @MichaReiser in #3380
  • • feat(rome_js_analyze): new rule noRestrictedGlobals by @ematipico in #3342
  • • feat(rome_js_analyze): handle serde errors inside RuleContext by @ematipico in #3352
  • • feat(rome_formatter): Measure unicode width by @MichaReiser in #3383
  • • release: 0.10.1 by @ematipico in #3385

New Contributors

  • • @jk-gan made their first contribution in #3333

Full Changelog: cli/v0.10.0-next...lsp/v0.16.1

This release has 8 assets:

  • • rome_lsp-darwin-arm64.vsix
  • • rome_lsp-darwin-x64.vsix
  • • rome_lsp-linux-arm64.vsix
  • • rome_lsp-linux-x64.vsix
  • • rome_lsp-win32-arm64.vsix
  • • rome_lsp-win32-x64.vsix
  • • Source code (zip)
  • • Source code (tar.gz)

Visit the release page to download them.

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2022-10-12,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 程序员小助手 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 【GitHub日报】2022-10-11 backstage、cobra、grafana、mantine、chat、serverless、vue、sequelize、ToolJet、redwood、transformers、LightGBM、tools 等 13 款 App 今日上新
    • backstage
      • 更新内容:
    • v1.7.0-next.2
      • cobra
        • 更新内容:
        • Summer 2022 Release
    • v1.6.0
      • grafana
        • 更新内容:
        • Features and enhancements
        • Bug fixes
    • 9.1.8 (2022-10-11)
      • mantine
        • 更新内容:
    • 5.5.5
      • What's Changed
        • New Contributors
          • chat
            • 更新内容:
        • Video and voice calls
          • serverless
            • 更新内容:
            • Features
            • Bug Fixes
            • Maintenance Improvements
        • 3.23.0 (2022-10-11)
          • vue
            • 更新内容:
        • v2.7.11
          • sequelize
            • 更新内容:
            • Features
        • v6.25.0
        • 6.25.0 (2022-10-11)
          • ToolJet
            • 更新内容:
        • v1.26.2
          • What's Changed
            • redwood
              • 更新内容:
          • v3.1.2
          • Patch Release
            • transformers
              • 更新内容:
          • v4.23.0: Whisper, Time series, Conditional DETR, MSN, MarkupLM, `safetensors`
            • Whisper
              • Time series
                • Conditional DETR
                  • Masked Siamese Networks
                    • MarkupLM
                      • Security & safety
                        • Computer vision post-processing methods overhaul
                          • 🚨 Breaking changes
                            • Model head additions
                              • Pipelines
                                • TensorFlow architectures
                                  • Bugfixes and improvements
                                    • Significant community contributions
                                      • LightGBM
                                        • 更新内容:
                                    • v3.3.3
                                      • Changes
                                        • 💡 New Features
                                          • 🔨 Breaking
                                            • 🚀 Efficiency Improvement
                                              • 🐛 Bug Fixes
                                                • 📖 Documentation
                                                  • 🧰 Maintenance
                                                    • tools
                                                      • 更新内容:
                                                  • VSCode Extension v0.16.1
                                                    • What's Changed
                                                      • New Contributors
                                                      相关产品与服务
                                                      Grafana 服务
                                                      Grafana 服务(TencentCloud Managed Service for Grafana,TCMG)是腾讯云基于社区广受欢迎的开源可视化项目 Grafana ,并与 Grafana Lab 合作开发的托管服务。TCMG 为您提供安全、免运维 Grafana 的能力,内建腾讯云多种数据源插件,如 Prometheus 监控服务、容器服务、日志服务 、Graphite 和 InfluxDB 等,最终实现数据的统一可视化。
                                                      领券
                                                      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档