Skip to content

Commit

Permalink
README: contacts updated (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym authored Aug 11, 2024
1 parent c118e96 commit 016a87b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 16.17.11
- Update contacts in README

## 16.17.10
- Upgrade injector dependency

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 016a87b

Please sign in to comment.