From 016a87bf882ad554eddb4c8a257c38657b9e07ce Mon Sep 17 00:00:00 2001 From: Ilia Gyrdymov Date: Mon, 12 Aug 2024 01:30:58 +0300 Subject: [PATCH] README: contacts updated (#256) --- CHANGELOG.md | 3 +++ README.md | 5 ++--- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b71158f..5af3998a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 16.17.11 +- Update contacts in README + ## 16.17.10 - Upgrade injector dependency diff --git a/README.md b/README.md index fa7a2229..30de5e2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ [![Build Status](https://github.com/gyrdym/ml_algo/workflows/CI%20pipeline/badge.svg)](https://github.com/gyrdym/ml_algo/actions?query=branch%3Amaster+) -[![Coverage Status](https://coveralls.io/repos/github/gyrdym/ml_algo/badge.svg?branch=master)](https://coveralls.io/github/gyrdym/ml_algo?branch=master) [![pub package](https://img.shields.io/pub/v/ml_algo.svg)](https://pub.dartlang.org/packages/ml_algo) -[![Gitter Chat](https://badges.gitter.im/gyrdym/gyrdym.svg)](https://gitter.im/gyrdym/) # Machine learning algorithms for Dart developers - ml_algo library @@ -862,6 +860,7 @@ final createClassifier = (DataFrame samples) => ### Contacts If you have questions, feel free to text me on - - [Twitter](https://twitter.com/ilgyrd) + - [X](https://x.com/ilgyrd) + - [Telegram](https://t.me/Gyrdym) - [Facebook](https://www.facebook.com/ilya.gyrdymov) - [Linkedin](https://www.linkedin.com/in/gyrdym/) diff --git a/pubspec.yaml b/pubspec.yaml index b668a2a0..3d1bb9d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ml_algo description: Machine learning algorithms, Machine learning models performance evaluation functionality -version: 16.17.10 +version: 16.17.11 homepage: https://github.com/gyrdym/ml_algo environment: