Skip to content
Snippets Groups Projects
  1. May 01, 2024
  2. Apr 25, 2024
  3. Apr 10, 2024
  4. Jan 24, 2024
  5. Jan 23, 2024
    • Karl Weber's avatar
      Merge branch '0.0.3_alpha' into 'main' · 3bb13bae
      Karl Weber authored
      Version 0.0.3 alpha
      
      See merge request !39
      3bb13bae
    • Karl Weber's avatar
      Version 0.0.3 alpha · fe9984e3
      Karl Weber authored
      fe9984e3
    • Karl Weber's avatar
      Update README with expanded feature descriptions and revised installation steps · 3561d77b
      Karl Weber authored
      The README file has been updated to include more detailed descriptions of our project's features including support for multiple elements per plot and adjustable axis settings. The installation instructions have been updated to include the necessary steps for cloning the repository and installing dependencies via a requirements.txt file. Code clean-up for enhanced readability has also been implemented.
      3561d77b
    • Karl Weber's avatar
      Enhance settings to support empty data objects and axis alterations · c3527171
      Karl Weber authored
      Added support for more diverse settings, including the creation of empty data objects useful for labeling plots. Also expanded possibilities in axis alterations; introduced adjustments for axis limits, detailed labeling, formatting, and option for logarithmic scaling. Several code formatting modifications were also made for readability.
      c3527171
    • Karl Weber's avatar
      Remove requirement for x-error in Monte Carlo simulation · 9d169d14
      Karl Weber authored
      The necessity for x_error data has been removed in order to run the Monte Carlo simulation in curve_fit.py. This update will allow Monte Carlo simulation to be executed provided that y_error data is present, simplifying the overall simulation process.
      9d169d14
    • Karl Weber's avatar
      Add requirements.txt file for project dependencies · 5648b518
      Karl Weber authored
      Added a new requirements.txt file to list the project's essential libraries such as numpy, scipy, pandas, matplotlib, PyQt5, setproctitle, and darkdetect.
      5648b518
    • Karl Weber's avatar
      Add IntelliJ IDEA configuration and requirements file · a4d1029f
      Karl Weber authored
      New IntelliJ IDEA configuration files (.idea/) have been created to specify project settings, modules, VCS mappings, and other settings. A requirements.txt file was also added to list project dependencies for easy installation and set-up.
      a4d1029f
    • Karl Weber's avatar
      Implement upgrade versions system and improve CSV loading · 81fa7c4f
      Karl Weber authored
      The Data class now includes an upgrade versions system to handle compatible and older file versions. This also enhances the CSV loading mechanism with header detection. The method for setting axis limits has also been improved to include logarithmic scaling and it hase been refactored. All the Graph-Classes have been sorted.
      81fa7c4f
  6. Nov 01, 2023
  7. Jun 20, 2023
  8. May 25, 2023
  9. May 17, 2023
  10. May 15, 2023
  11. Apr 25, 2023
  12. Apr 21, 2023
  13. Apr 20, 2023
  14. Apr 17, 2023
  15. Apr 13, 2023
Loading