Skip to content

Commit

Permalink
release-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanLumerico authored Oct 6, 2024
1 parent 628b774 commit 5656110
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Comprehensive Python Module for Machine Learning and Data Science

<img alt="pypi-version" src="https://img.shields.io/pypi/v/luma-ml?logo=python&logoColor=white&color=blue">
<img alt="pypi-downloads" src="https://img.shields.io/pypi/dm/luma-ml">
<img src="https://img.shields.io/badge/total downloads-12.0k-red">
<img src="https://img.shields.io/badge/total downloads-12.2k-red">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/ChanLumerico/luma?color=yellow">
<img alt="Code Style" src="https://img.shields.io/badge/code%20style-black-000000.svg">

Expand Down Expand Up @@ -107,6 +107,6 @@ Luma is inspired by these libraries:

| | Description |
| --- | --- |
| Latest Version | 1.2.0 |
| Lines of Code | ~37.9K |
| Latest Version | 1.2.1 |
| Lines of Code | ~39.1K |
| Dependencies | NumPy, SciPy, Pandas, Matplotlib, Seaborn, MLX(Optional) |
2 changes: 1 addition & 1 deletion luma/neural
Submodule neural updated 1 files
+23 −15 model/__init__.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="luma-ml",
version="1.2.0",
version="1.2.1",
author="ChanLumerico",
author_email="greensox284@gmail.com",
description="A Comprehensive Python Module for Machine Learning and Data Science",
Expand Down

0 comments on commit 5656110

Please sign in to comment.