Skip to content

Releases: LinuxUsersLinuxMint/LXLM-Basic_Maths

Basic_Maths 6.7

16 Aug 13:51
d0feaf8

Choose a tag to compare

Bilgi: LXLM-Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.7/basic_maths.html

Yenilikler:

  • pyappdevkit kütüphanesin tüm fonksiyonlarını ekstra koda ihtiyaç duyulmadan kullanılabilmesi için
#!/usr/bin/python3

import pyappdevkit

kodu

#!/usr/bin/python3

from pyappdevkit import *

olarak değiştirilmiştir.

Information: For detailed information about the LXLM-Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.7/basic_maths.html

Innovations:

  • To enable the use of all functions of the pyappdevkit library without the need for extra code,
#!/usr/bin/python3

import pyappdevkit

code

#!/usr/bin/python3

from pyappdevkit import *

.

LXLM-Basic_Maths 6.5

15 Aug 23:17
c9a79d5

Choose a tag to compare

Bilgi: LXLM-Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.5/basic_maths.html

Yenilikler:

  • Basic_Maths kütüphanesinin ismi LXLM-Basic_Maths olarak değiştirilmiştir ancak kütüphaneyi python projenizde içeriye aktarırken Basic_Maths adını kullanmaya devam edebilirsiniz.
#!/usr/bin/python3

from Basic_Maths import *
  • pyappdevkit kütüphanesi artık pip install komutu ile indirebildiği için artık PyAppDevKit klasörü silinmiştir.
pip install pyappdevkit
  • LXLM-Basic_Maths kütüphanesi artık pip install komutu kullanılarak indirilebilir.
pip install lxlm-basic_maths

Information: For detailed information about the LXLM-Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.5/basic_maths.html

Innovations:

  • The name of the Basic_Maths library has been changed to LXLM-Basic_Maths, but you can continue to use the name Basic_Maths when importing the library into your Python project.
#!/usr/bin/python3

from Basic_Maths import *
  • Since the pyappdevkit library can now be downloaded using the pip install command, the PyAppDevKit folder has been removed.
pip install pyappdevkit
  • The LXLM-Basic_Maths library can now be downloaded using the pip install command.
pip install lxlm-basic_maths

Basic_Maths 6.3

25 Apr 15:33
28f15db

Choose a tag to compare

Basic_Maths6.3

Minor edit.

Basic_Maths 6.2

04 Apr 15:49
543edfe

Choose a tag to compare

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.2/basic_maths.html

Yenilikler:

  • "Basic_Maths" kütüphanesi için kullanılan "PyAppDevKit" kütüphanesi "1.8" sürümünden "2.1" sürümüne güncellenmiştir.

Info: For detailed information about Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.2/basic_maths.html

Innovations:

  • The “PyAppDevKit” library for the “Basic_Maths” library has been updated from version “1.8” to version “2.1”.

Basic_Maths 6.1

08 Mar 11:38

Choose a tag to compare

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.1/basic_maths.html

Yenilikler:

  • Basic_Maths kullanılarak yapılan işlemleri kaydetmek için yeni bir mod eklendi "AUTO" dosya adını belirlemek istemiyorsanız bunu kullanabilirsiniz (dosya adını "history.txt" yapar).

Info: For detailed information about Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.1/basic_maths.html

Innovations:

  • Added a new mode to save operations done using Basic_Maths You can use this if you don't want to specify the file name “AUTO” (makes the file name “history.txt”).

Basic_Maths 6.0

21 Feb 20:21

Choose a tag to compare

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.0/basic_maths.html

Yenilikler:

  • "Basic_Maths" kütüphanesi için kullanılan "PyAppDevKit" kütüphanesi "1.6" sürümünden "1.8" sürümüne güncellenmiştir.
  • Artık Basic_Maths da yapılan işlemler güncellenen yeni PyAppDevKit kütüphanesindeki file fonksiyonu ile kaydedilebiliyor.

Info: For detailed information about Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/6.0/basic_maths.html

Innovations:

  • The “PyAppDevKit” library used for the “Basic_Maths” library has been updated from version “1.6” to version “1.8”.
  • Basic_Maths operations can now be saved with the file function in the new updated PyAppDevKit library.

Basic_Maths 5.7

20 Feb 15:58

Choose a tag to compare

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.7/basic_maths.html

Yenilikler:

  • Basic_Maths kütüphanesi artık yapılan işlemleri belirtilen dosyaya kaydetmeyi destekliyor.
  • Bölme işleminde girilen sayılar sıfır ise ekrana yazdırılan hata mesajını depolayan değişkenin ismi değiştirilmiştir. (check_zero_control_msg -> check_zero_msg)
  • Basic_Maths kütüphanesi hakkındaki bilgileri gösteren "lib_ver_info.py" dosyasındaki sözleşme linkleri güncellenmiştir.

Info: For detailed information about Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.7/basic_maths.html

Innovations:

  • The Basic_Maths library now supports saving operations to a specified file.
  • Changed the name of the variable that stores the error message printed to the screen if the numbers entered in division are zero (check_zero_control_msg -> check_zero_msg)
  • Updated the contract links in the “lib_ver_info.py” file to show information about the Basic_Maths library.

Basic_Maths 5.5

10 Feb 18:22
b7a09e1

Choose a tag to compare

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.5/basic_maths.html

Bilinen sorunlar:

  • "InputN1N2" fonksiyonu hatalı çalışıyor. (şimdilik kaldırılmıştır)

Yenilikler:

  • "select_func" değişkeni gereksiz olduğu için kaldırılmıştır.
  • Artık fonksiyonlarda result değişkeni kaldırılmıştır.

Info: For detailed information about Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.5/basic_maths.html

Known issues:

  • “InputN1N2” function is malfunctioning (removed for now)

Innovations:

  • The “select_func” variable has been removed as unnecessary.
  • The result variable is now removed in functions.

Basic_Maths 5.3

05 Jan 17:52
2852fbd

Choose a tag to compare

Yenilikler:

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.3/basic_maths.html

  • Yüzdelik hesaplama eklenmiştir. (Eski fonksiyon Mod olarak düzenlenmiştir.)
  • Basic_Maths kütüphanesindeki tüm temel matematik işlemlerini içeren "all_math_operations()" fonksiyonu güncellenmiştir.
  • Basic_Maths kütüphanesi için oluşturulan test dosyası bu sürüme uygun güncellenmiştir.

Innovations:

Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.3/basic_maths.html

  • Percentage calculation has been added. (Old function has been organized as Mod.)
  • The function “all_math_operations()”, which contains all basic math operations in the Basic_Maths library, has been updated.
  • The test file for the Basic_Maths library has been updated for this release.

Basic_Maths 5.2 (Update PyAppDevKit)

01 Jan 19:07
824d18f

Choose a tag to compare

Yenilikler:

Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.2/basic_maths.html

  • "Basic_Maths" kütüphanesi için kullanılan "PyAppDevKit" kütüphanesi "1.4" sürümünden "1.5" sürümü atlanılarak "1.6" sürümüne güncellenmiştir.

Innovations:

Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/5.2/basic_maths.html

  • The “PyAppDevKit” library used for the “Basic_Maths” library has been updated from version “1.4” to version “1.6”, skipping version “1.5”.