Releases: LinuxUsersLinuxMint/LXLM-Basic_Maths
Basic_Maths 3.3
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.3/basic_maths.html
- Çıkış yapma seçeneklerinden "exit_program_dialog_time" ve "exit_program_time" fonksiyonlarının çalışmamasına neden olan bir sorun giderildi. ("userTime" değişkeni "int()" veri tipi olduğu belirtilerek sorun çözülmüştür.)
- Geliştiricilerin kendi programları hakkında bilgi verebilmelerini sağlayan "program_info()" fonksiyonunda değişiklikler yapılmıştır.
- Geliştiricilerin kendi programlarında "Basic_Maths" kütüphanesini kullandıklarını belirtebilmelerini sağlayan ve kütüphane hakkında bilgileri sağlayan "LibAbout()" fonksiyonunda değişiklikler yapılmıştır.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.3/basic_maths.html
- Fixed a problem that caused the "exit_program_dialog_time" and "exit_program_time" functions from the exit options to not work. (The problem was solved by specifying that the "userTime" variable is an "int()" data type.)
- Changes have been made to the "program_info()" function, which allows developers to provide information about their own programs.
- Changes have been made to the "LibAbout()" function, which allows developers to indicate that they use the "Basic_Maths" library in their programs and provides information about the library.
Basic_Maths 3.2
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.2/basic_maths.html
- "addition" fonksiyonu "Addition" olarak isim değişikliği yapılmıştır.
- "PYTHON_LIB_SUPPORT_PLATFORM" değişkenine "otherOS" ibaresi eklenmiştir yani "Python" yüklü olan tüm platformlarda "Basic_Maths" kütüphanesi kullanılabilir.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.2/basic_maths.html
- The "addition" function has been renamed to "Addition".
- The phrase "otherOS" has been added to the "PYTHON_LIB_SUPPORT_PLATFORM" variable, meaning the "Basic_Maths" library can be used on all platforms with "Python" installed.
Basic_Maths 3.1
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.1/basic_maths.html
- Bölme için her iki sayı içinde değişkenin 0 olup olmama durumunu ve her iki değişkenin de 0 sayısından büyük bir sayı olup olmadığını denetlemek için oluşturulan sistem güncellenmiştir. (eskiden sadece y (2. sayı) için olan bir özellik artık her iki sayı içinde geçerlidir.)
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.1/basic_maths.html
- The system created to check whether the variable is 0 in both numbers for division and whether both variables are a number greater than 0 has been updated. (A feature that used to be only for y (2nd number) is now valid for both numbers.)
Basic_Maths 3.0
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.0/basic_maths.html
- Basic_Maths kütüphane dosyaları Basic_Maths klasörüne taşınmıştır.
- Linux için kurulum dosyası güncellenmiştir.
- Windows için kurulum dosyası tamamlanmıştır ve güncellenmiştir.
- Basic_Maths kütüphanesi hakkında detaylı bilgi sağlayabilmek için Desteklenen platform bilgisini ve yayımlanma tarihini içeren 2 yeni değişken oluşturulmuştur. (Daha fazla bilgi için: lib_ver_info.py dosyasına bakınız.)
- Basic_Maths kütüphanesini kullanıcılara göstermek için olan örnek program güncellenmiştir.
- Basic_Maths artık time kütüphanesini de içeriyor bu sayede zaman işlemlerinizi yeni Basic_Maths fonksiyonlarıyla daha hızlı bir biçimde gerçekleştirebilirsiniz.
- Kullanıcı için sayı/rakam girişlerini kolaylaştırabilmek için "input_dialog" ve "InputN1N2()" değişkenleri/fonksiyonları eklenmiştir.
- Basic_Maths kütüphanesinde yazı yazmayı kolaylaştırmak için print() fonksiyonunun kısaltması olan "p()" fonksiyonu eklenmiştir ve tüm Basic_Maths fonksiyonlarına uyarlanmıştır.
- Bölme işlemi için 0 sayısını denetlemek için diyalog değişkeni eklenmiştir bu sayede geliştiriciler Basic_Maths kütüphanesini kullanan programları için bölme işleminde 0 sayısını denetlemek için bir uyarı mesajı oluşturabileceklerdir.
- Basic_Maths kütüphanesini kullanan geliştiriciler artık kendi yazmış oldukları programlar için "program_info()" fonksiyonu sayesinde hem zahmetsiz hem de detaylı bilgi verebileceklerdir.
- Geliştiriciler artık isteğe bağlı olarak programları için "program_welcome_msg()" fonksiyonunu kullanarak karşılama mesajı ekleyebileceklerdir.
- Artık programınızdaki sorunları yada hataları denetleyip hata mesajlarını kullanıcıya göstermek için "error_msg()" fonksiyonu kullanılabilir.
- Artık geliştiriciler "error_msg()" fonksiyonu için kendi diyalog mesajını oluşturabileceklerdir.
- Artık geliştiriciler sizleri isteğe bağlı olarak programdan çıkış yapmanızı sağlamak için 3 farklı seçeneği kullanabileceklerdir. ("exit_program_dialog_time (Diyalog ve sayaç)", "exit_program_time (Sadece sayaç)", "exit_program_dialog (sadece diyalog)")
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/3.0/basic_maths.html
- Basic_Maths library files have been moved to the Basic_Maths folder.
- The installation file for Linux has been updated.
- The installation file for Windows has been completed and updated.
- In order to provide detailed information about the Basic_Maths library, 2 new variables containing supported platform information and publication date have been created. (For more information: see lib_ver_info.py.)
- The sample program to show the Basic_Maths library to users has been updated.
- Basic_Maths now includes the "time" library, so you can perform time operations faster with the new Basic_Maths functions.
- "input_dialog" and "InputN1N2()" variables/functions have been added to make number/digit input easier for the user.
- To make writing easier in the Basic_Maths library, the "p()" function, which is short for the print() function, has been added and adapted to all Basic_Maths functions.
- A dialog variable has been added to check the number 0 for division, so developers will be able to create a warning message to check for the number 0 in division for their programs using the Basic_Maths library.
- Developers using the Basic_Maths library will now be able to provide both effortless and detailed information for the programs they have written, thanks to the "program_info()" function.
- Developers can now optionally add a welcome message to their programs using the "program_welcome_msg()" function.
- Now the "error_msg()" function can be used to check for problems or errors in your program and display error messages to the user.
- Developers will now be able to create their own dialog message for the "error_msg()" function.
- Developers will now be able to use 3 different options to allow you to optionally exit the program. ("exit_program_dialog_time (Dialog and counter)", "exit_program_time (Counter only)", "exit_program_dialog (dialogue only)")
Basic_Maths 2.7
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.7/basic_maths.html
- Basic_Maths için kütüphane fonksiyonları ("Library Functions") ve Kütüphane sürüm değişkenleri ayrı dosyalara taşınmıştır.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.7/basic_maths.html
- Library functions ("Library Functions") and Library version variables for Basic_Maths have been moved to separate files.
Basic_Maths 2.5
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.5/basic_maths.html
- Bir matematik fonksiyonu olan bölme işleminin "0" sayısını kontrol etmesini sağlayan if düzeneğinin çalışmamasına neden olan bir sorun düzeltildi.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.5/basic_maths.html
- A problem was fixed that caused the if mechanism to check the number "0" for division, which is a mathematical function, not working.
Basic_Maths 2.3
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.3/basic_maths.html
- Basic_Maths kütüphanesini kullanan programlar için kullanıcının hangi işlemi seçtiğini sonuç ekranında gösterilmesini sağlayan bir değişken eklenmiştir. (Değişken adı: "select_func")
- Tüm fonksiyonlar "select_func" değişkenini kullanacak şekilde güncellenmiştir.
- Tüm fonksiyonlar düzenlenmiştir. (Fonksiyon başlangıcında yapılan "x=x, y=y" eşitlemesinin gereksiz olduğu tespit edilmiştir ve kaldırılmıştır.)
- "Example/Basic_maths_calc.py" dosyasında yorum satırı yazım stili düzenlenmiştir.
- "Example/Basic_maths_calc.py" dosyasında "bu örneğin internette paylaşılmasına izin verilmiştir." ibaresi eklenmiştir. (Daha fazla bilgi için sürüm kaynak koduna bakınız.)
- "Example/Basic_maths_calc.py" dosyası yeni eklenen özelliklere uygun olacak şekilde güncellenmiştir.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.3/basic_maths.html
- For programs using the Basic_Maths library, a variable has been added to show which operation the user has selected on the result screen. (Variable name: "select_func")
- All functions have been updated to use the "select_func" variable.
- All functions have been arranged. (The "x=x, y=y" synchronization at the beginning of the function has been determined to be unnecessary and has been removed.)
- Comment line writing style has been edited in the "Example/Basic_maths_calc.py" file.
- In the file "Example/Basic_maths_calc.py" "this example is allowed to be shared on the internet." The phrase has been added. (See the release source code for more information.)
- The "Example/Basic_maths_calc.py" file has been updated to comply with the newly added features.
Basic_Maths 2.2
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.2/basic_maths.html
- Yorum satırlarında artık yazılımın tam adresi yer alıyor.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.2/basic_maths.html
- Comment lines now include the full address of the software.
Basic_Maths 2.1_installbatnotification
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.1_installbatnotification/basic_maths.html
- Windows kullanıcıları için önemli bir bildiri eklenmiştir. (En kısa zamanda gereğinin yapılacağından emin olabilirsiniz. Anlayışınız için teşekkür ederiz.)
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.1_installbatnotification/basic_maths.html
- An important notice has been added for Windows users. (You can be sure that necessary action will be taken as soon as possible. Thank you for your understanding.)
Basic_Maths 2.1
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.1/basic_maths.html
- Kütüphane ismini referans alan "PYTHON_LIB_NAME" değişkeni eklenmiştir.
- Sadece Kütüphane ile ilgili fonksiyonları içeren "Library Functions" kısmı eklenmiştir.
- Yazılım geliştiricilerinin Basic_Maths kütüphanesini kullanarak oluşturmuş olduğu yazılımlarda Basic_Maths kütüphanesi hakkında bilgi verebilmeleri için "LibAbout" fonksiyonu eklenmiştir fonksiyonu Python'da çağırmanız yeterlidir ekstra programlamaya ihtiyaç duymaz.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.1/basic_maths.html
- The "PYTHON_LIB_NAME" variable has been added to reference the library name.
- The "Library Functions" section, which includes only Library-related functions, has been added.
- The "LibAbout" function has been added so that software developers can provide information about the Basic_Maths library in the software they have created using the Basic_Maths library. Just call the function in Python, it does not require extra programming.