-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.5.2 #150
Release v0.5.2 #150
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cee920 - Browse repository at this point
Copy the full SHA 3cee920View commit details -
Update python-publish-pypi.yml
solve the similar issue of test-pypi with the workflow in the publish-pypi workflow
Configuration menu - View commit details
-
Copy full SHA for f142bfc - Browse repository at this point
Copy the full SHA f142bfcView commit details -
Merge pull request #117 from RAMP-project/96-solving-the-testpypi-rel…
…ease-issue-1 Update python-pypi-test.yml
Configuration menu - View commit details
-
Copy full SHA for 0c0f51e - Browse repository at this point
Copy the full SHA 0c0f51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e5342 - Browse repository at this point
Copy the full SHA 76e5342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f87cc0 - Browse repository at this point
Copy the full SHA 1f87cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9fcb0a - Browse repository at this point
Copy the full SHA d9fcb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5d504 - Browse repository at this point
Copy the full SHA 8d5d504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d864d2 - Browse repository at this point
Copy the full SHA 3d864d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c65148 - Browse repository at this point
Copy the full SHA 0c65148View commit details
Commits on Mar 19, 2024
-
Merge pull request #116 from JW-Kraft/fix/func_time_zero_error
Skip appliance if func_time==0 or rand_time==0
Configuration menu - View commit details
-
Copy full SHA for a0346dd - Browse repository at this point
Copy the full SHA a0346ddView commit details -
Implemented fix for duty cylce repetition issue 78 (#78)
- in Appliance -> .update_daily_use: - duration of switch-on event is corrected to be only as long as duty cylce - corrected duration of switch-on event is returned - in Appliance -> .generate_load_profile - calculation of total time of operation is performed using corrected duration of switch-on event
Configuration menu - View commit details
-
Copy full SHA for 898be3c - Browse repository at this point
Copy the full SHA 898be3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df3c22f - Browse repository at this point
Copy the full SHA df3c22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92054d - Browse repository at this point
Copy the full SHA f92054dView commit details -
Move duty_cycle selection from update_daily_use to rand_switch_on_window
- Introduce current_duty_cycle_id as attribute of Appliance to keep track of the current duty cycle and avoid re-evaluating which duty-cycle is concerned by a switch on event - Change x in range(a,b) to a <= x < b as the latter is about 5 times faster 243 ns vs 51.4 ns - Remove direct mention of specific issue in the comments
Configuration menu - View commit details
-
Copy full SHA for afe1d02 - Browse repository at this point
Copy the full SHA afe1d02View commit details -
Compute total time before while loop
As now indexes are not updated by update daily_use but by rand_switch_on_window, it is less risky for backward compatibility to update the total time before entering the loop
Configuration menu - View commit details
-
Copy full SHA for 293242a - Browse repository at this point
Copy the full SHA 293242aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1355a16 - Browse repository at this point
Copy the full SHA 1355a16View commit details -
Parameter to switch on/off continuous operation within duty_cycles
When this parameter is set to False (default) te behavior should be the same as previously, i.e. continuous duty cyles during the entire switch on event (can contain several duty cycles). Only when set to True would the switch on event be limited to the duration of the duty cycle in order to better model productive use of appliances (mill, welder)
Configuration menu - View commit details
-
Copy full SHA for 8f52080 - Browse repository at this point
Copy the full SHA 8f52080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e162de - Browse repository at this point
Copy the full SHA 2e162deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5029ea - Browse repository at this point
Copy the full SHA d5029eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f6d40 - Browse repository at this point
Copy the full SHA 21f6d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35428a4 - Browse repository at this point
Copy the full SHA 35428a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d34976 - Browse repository at this point
Copy the full SHA 3d34976View commit details -
Fix old comparative tests script
It needs to be run from the root of the repository
Configuration menu - View commit details
-
Copy full SHA for 3819467 - Browse repository at this point
Copy the full SHA 3819467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b42bdc - Browse repository at this point
Copy the full SHA 5b42bdcView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0564791 - Browse repository at this point
Copy the full SHA 0564791View commit details -
Merge pull request #111 from JW-Kraft/fix/duty-cycle-repetition
Fix/duty cycle repetition for productive use
Configuration menu - View commit details
-
Copy full SHA for 03cb5cb - Browse repository at this point
Copy the full SHA 03cb5cbView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5937c9 - Browse repository at this point
Copy the full SHA c5937c9View commit details
Commits on Apr 25, 2024
-
Merge pull request #132 from RAMP-project/fix/empty_peak_time_range
Fix/empty peak time range
Configuration menu - View commit details
-
Copy full SHA for 96c987d - Browse repository at this point
Copy the full SHA 96c987dView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57b13ee - Browse repository at this point
Copy the full SHA 57b13eeView commit details -
Adding depreciation warning to Appliance method in User class
to ensure the Back-compatibility with legacy code, the Appliance method of User class is present. However the method is not further maintained since the nex-gen version of the sofware. To warn the users to move towards the new method, a DeprecationWarning is added.
Configuration menu - View commit details
-
Copy full SHA for cd3ac19 - Browse repository at this point
Copy the full SHA cd3ac19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3388542 - Browse repository at this point
Copy the full SHA 3388542View commit details -
Issue: it was not easy to find that there were extra dependencies for testing Solution: mention it explicitely in the CONTRIBUTING.md
Configuration menu - View commit details
-
Copy full SHA for 724dda5 - Browse repository at this point
Copy the full SHA 724dda5View commit details -
issue: the test was failing randomly when accessing whether the sampled coincidence were following a normal distribution, due to the fact we apply math.ceil to the random.gauss to get integer number of appliances to be switched on simultaneously solution: get an experimental probability density function and fit a normal distribution to it, look how large is the error of mean and std as a proxy of visual inspection of the graph
Configuration menu - View commit details
-
Copy full SHA for 7f33a16 - Browse repository at this point
Copy the full SHA 7f33a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d28c32 - Browse repository at this point
Copy the full SHA 9d28c32View commit details -
Fix running excel from command line
issue: using the excel file generated by the "Using tabular inputs to build a model" example one could not run successfully `ramp -i example_excel_usecase.xlsx -n 10` solution: pass the argument flat=False to the Usecase method generate_daily_load_profiles. The postprocessing should actually make use of the newest capabilities
Configuration menu - View commit details
-
Copy full SHA for 033c393 - Browse repository at this point
Copy the full SHA 033c393View commit details -
issue: the user could not simulate more than one year because of a requirement that the number of power values for an appliance should not exceed 366 solution: the checks were moved to a function of Appliance class which is called when the usecase is initialized. If the Appliance instance has constant power, its power timeseries is adjusted and a warning is issued. However if the power timeseries was provided by user and does not contain enough values to cover the simulation range, an error is raised.
Configuration menu - View commit details
-
Copy full SHA for f592cff - Browse repository at this point
Copy the full SHA f592cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7703d0d - Browse repository at this point
Copy the full SHA 7703d0dView commit details -
Fix seasonality input of RAMP cli
Also provide a test of the CLI with example file
Configuration menu - View commit details
-
Copy full SHA for 0b90f45 - Browse repository at this point
Copy the full SHA 0b90f45View commit details -
Remove typo in a string
Configuration menu - View commit details
-
Copy full SHA for 0d72c6f - Browse repository at this point
Copy the full SHA 0d72c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bccf0 - Browse repository at this point
Copy the full SHA 79bccf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc768cc - Browse repository at this point
Copy the full SHA bc768ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dff6d9 - Browse repository at this point
Copy the full SHA 1dff6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1bddb - Browse repository at this point
Copy the full SHA 2b1bddbView commit details -
improving the readthedocs template
within the current template, 'basicstrap', the navigation on the left sidebar (with the partial TOC) is a bit counter-intuitive. The new template provides a more intituitive sidebars.
Configuration menu - View commit details
-
Copy full SHA for b9942cc - Browse repository at this point
Copy the full SHA b9942ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e34c8 - Browse repository at this point
Copy the full SHA d8e34c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8397966 - Browse repository at this point
Copy the full SHA 8397966View commit details -
Update conversion of notebook code
Add a line at end of section with link to download the notebook
Configuration menu - View commit details
-
Copy full SHA for a411a62 - Browse repository at this point
Copy the full SHA a411a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc43cd6 - Browse repository at this point
Copy the full SHA dc43cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b7420 - Browse repository at this point
Copy the full SHA 18b7420View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef006b8 - Browse repository at this point
Copy the full SHA ef006b8View commit details -
Python=3.8 to be outdated as the prefered python version
issue: Python 3.8 is mentioned in the README as the prefered python version for the installation. However, this python vesion is going to be outdated by October 2024. Current RAMP dev can be safely used by python 3.10. Changes: - README.rst --> updateing the installation guide - environment.yml --> updating the python dependency for installing environment through yml file - setup.py --> updating the python_requires accordingly
Configuration menu - View commit details
-
Copy full SHA for 8f064fc - Browse repository at this point
Copy the full SHA 8f064fcView commit details -
User empty object print ValueError
issue: When a user object is empty cannot be printed due as the __repr__ method uses the save() method to print the properties of the users, which raise Exception in case no appliances are added to the user. solution: in case save() methods returns an exception, the function prints the user_name, and user_num with a message to mention no appliances are assigned to the user object yet.
Configuration menu - View commit details
-
Copy full SHA for 5fb1872 - Browse repository at this point
Copy the full SHA 5fb1872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1227ad5 - Browse repository at this point
Copy the full SHA 1227ad5View commit details -
Fix comparison fonction of Appliance class
The comparisons were not saved so the return value was always "True"
Configuration menu - View commit details
-
Copy full SHA for b3b495a - Browse repository at this point
Copy the full SHA b3b495aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296ef55 - Browse repository at this point
Copy the full SHA 296ef55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4515baa - Browse repository at this point
Copy the full SHA 4515baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0277649 - Browse repository at this point
Copy the full SHA 0277649View commit details -
Copy README.rst from repo source and adapt link to contributing
As the contribution guidelines have a dedicated in the documentation we replace the link within the readme which was pointing towards the file CONTRIBUTING.md on github with a link which points towards the dedicated contribution guidelines within the documentation
Configuration menu - View commit details
-
Copy full SHA for 926deec - Browse repository at this point
Copy the full SHA 926deecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b9731 - Browse repository at this point
Copy the full SHA e6b9731View commit details -
exmples imrpvement - Simple Appliances
issue: The lack of clear explanation of the example notebooks makes the core context of each example very difficult to be understood and followed. changes: improving the explanation of the example
Configuration menu - View commit details
-
Copy full SHA for d8285cd - Browse repository at this point
Copy the full SHA d8285cdView commit details -
exmples imrpvement - Fixed-Flatt appliances
Improving the explanation and analysis of the example
Configuration menu - View commit details
-
Copy full SHA for 73909a6 - Browse repository at this point
Copy the full SHA 73909a6View commit details -
exmples imrpvement - occasional use
- Imroving the example with occasional uses - fixing some typos
Configuration menu - View commit details
-
Copy full SHA for 332bbec - Browse repository at this point
Copy the full SHA 332bbecView commit details -
exmples imrpvement - cooking appliances
Improving the example explanatio for cooking appliances
Configuration menu - View commit details
-
Copy full SHA for d6d081d - Browse repository at this point
Copy the full SHA d6d081dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b918dc - Browse repository at this point
Copy the full SHA 7b918dcView commit details -
Update docs/notebooks/cooking_app.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7222eb0 - Browse repository at this point
Copy the full SHA 7222eb0View commit details -
Update docs/notebooks/fixed_flat_app.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d78d90 - Browse repository at this point
Copy the full SHA 6d78d90View commit details -
Update docs/notebooks/simple_bulb.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c349a7f - Browse repository at this point
Copy the full SHA c349a7fView commit details -
Update docs/notebooks/thermal_app.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fa6a08 - Browse repository at this point
Copy the full SHA 8fa6a08View commit details -
Update docs/notebooks/simple_bulb.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9612562 - Browse repository at this point
Copy the full SHA 9612562View commit details -
Update docs/notebooks/simple_bulb.ipynb
Co-authored-by: Pierre Francois <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 321a5ae - Browse repository at this point
Copy the full SHA 321a5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8ba96 - Browse repository at this point
Copy the full SHA 9e8ba96View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1114a9 - Browse repository at this point
Copy the full SHA b1114a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cb327 - Browse repository at this point
Copy the full SHA d1cb327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c04462 - Browse repository at this point
Copy the full SHA 2c04462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88558a6 - Browse repository at this point
Copy the full SHA 88558a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684af31 - Browse repository at this point
Copy the full SHA 684af31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3ba80 - Browse repository at this point
Copy the full SHA 6e3ba80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884a797 - Browse repository at this point
Copy the full SHA 884a797View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bacef - Browse repository at this point
Copy the full SHA f0bacefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f22a5 - Browse repository at this point
Copy the full SHA 04f22a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2056417 - Browse repository at this point
Copy the full SHA 2056417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8556519 - Browse repository at this point
Copy the full SHA 8556519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e26f03 - Browse repository at this point
Copy the full SHA 2e26f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8a196 - Browse repository at this point
Copy the full SHA 6d8a196View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f039b - Browse repository at this point
Copy the full SHA c9f039bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bef31c1 - Browse repository at this point
Copy the full SHA bef31c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2f955 - Browse repository at this point
Copy the full SHA cb2f955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307af07 - Browse repository at this point
Copy the full SHA 307af07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd8891 - Browse repository at this point
Copy the full SHA 1fd8891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 160b72f - Browse repository at this point
Copy the full SHA 160b72fView commit details -
Explicit the arguments in methods the example files
Do this only for the first occurence as there are many appliances and users in examples 1 and 3
Configuration menu - View commit details
-
Copy full SHA for 0fefa91 - Browse repository at this point
Copy the full SHA 0fefa91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 652f6df - Browse repository at this point
Copy the full SHA 652f6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf5d74 - Browse repository at this point
Copy the full SHA dcf5d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3648b18 - Browse repository at this point
Copy the full SHA 3648b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0e76a - Browse repository at this point
Copy the full SHA 5c0e76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59159f3 - Browse repository at this point
Copy the full SHA 59159f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbf9f7 - Browse repository at this point
Copy the full SHA 5bbf9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee9966 - Browse repository at this point
Copy the full SHA fee9966View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18b675 - Browse repository at this point
Copy the full SHA b18b675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e793f - Browse repository at this point
Copy the full SHA 23e793fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15fcd9d - Browse repository at this point
Copy the full SHA 15fcd9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b27d0ff - Browse repository at this point
Copy the full SHA b27d0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf3c91 - Browse repository at this point
Copy the full SHA 5bf3c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c3ef2 - Browse repository at this point
Copy the full SHA 80c3ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5787a21 - Browse repository at this point
Copy the full SHA 5787a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11cac97 - Browse repository at this point
Copy the full SHA 11cac97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c1c94 - Browse repository at this point
Copy the full SHA d4c1c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3b187 - Browse repository at this point
Copy the full SHA ff3b187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a59b6e - Browse repository at this point
Copy the full SHA 8a59b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a610181 - Browse repository at this point
Copy the full SHA a610181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8acb318 - Browse repository at this point
Copy the full SHA 8acb318View commit details -
Update CONTRIBUTING.md with developper setup
Pre-commit already getting rid of trailing spaces
Configuration menu - View commit details
-
Copy full SHA for 6e90793 - Browse repository at this point
Copy the full SHA 6e90793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2843c - Browse repository at this point
Copy the full SHA 4a2843cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf997b - Browse repository at this point
Copy the full SHA 7bf997bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4ca1d - Browse repository at this point
Copy the full SHA 3e4ca1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a54dc56 - Browse repository at this point
Copy the full SHA a54dc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd23846 - Browse repository at this point
Copy the full SHA fd23846View commit details -
Configuration menu - View commit details
-
Copy full SHA for c633e19 - Browse repository at this point
Copy the full SHA c633e19View commit details -
Fix formating of certain citations
And fix trailing spaces (pre-commit hooks)
Configuration menu - View commit details
-
Copy full SHA for 572dd70 - Browse repository at this point
Copy the full SHA 572dd70View commit details -
The author was master student from this institution working at RLI at the time and he is researcher at this institution now
Configuration menu - View commit details
-
Copy full SHA for c939cf9 - Browse repository at this point
Copy the full SHA c939cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e2871 - Browse repository at this point
Copy the full SHA 75e2871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85575fc - Browse repository at this point
Copy the full SHA 85575fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4699d - Browse repository at this point
Copy the full SHA 6e4699dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5eefb - Browse repository at this point
Copy the full SHA 2b5eefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c56b550 - Browse repository at this point
Copy the full SHA c56b550View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0423c0 - Browse repository at this point
Copy the full SHA c0423c0View commit details -
Update README.rst to clarify 'active development'
This PR addresses a comment by a JOSS reviewer that the statement about 'active development' at the bottom of the README may lead to misunderstandings. The statement is now more explicit and clear.
Configuration menu - View commit details
-
Copy full SHA for 2e2aa33 - Browse repository at this point
Copy the full SHA 2e2aa33View commit details -
Merge pull request #151 from RAMP-project/review/clarify-active-devel…
…opment Update README.rst to clarify 'active development'
Configuration menu - View commit details
-
Copy full SHA for b34509f - Browse repository at this point
Copy the full SHA b34509fView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8f3c35 - Browse repository at this point
Copy the full SHA d8f3c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c87d2c - Browse repository at this point
Copy the full SHA 0c87d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0922874 - Browse repository at this point
Copy the full SHA 0922874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522b436 - Browse repository at this point
Copy the full SHA 522b436View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff026c9 - Browse repository at this point
Copy the full SHA ff026c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f1d61 - Browse repository at this point
Copy the full SHA 14f1d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4fce7 - Browse repository at this point
Copy the full SHA 4b4fce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 510c164 - Browse repository at this point
Copy the full SHA 510c164View commit details
Commits on Jun 6, 2024
-
Change duty_cycle selection method
Previously the mean of the index range was computed and see if it was falling within a duty cycle. This method compare the boundaries of the range with the one of each duty cycle to know if there is an intersection. If there is one, the duty cycle is chosen. Note: this method does not take into account the case where the indexes range spans accross more than one duty cycle.
Configuration menu - View commit details
-
Copy full SHA for fb91034 - Browse repository at this point
Copy the full SHA fb91034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea6532 - Browse repository at this point
Copy the full SHA 2ea6532View commit details -
Merge pull request #153 from RAMP-project/fix/duty_cycle_selection
Fix duty cycle selection
Configuration menu - View commit details
-
Copy full SHA for fce9fc9 - Browse repository at this point
Copy the full SHA fce9fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75cb11d - Browse repository at this point
Copy the full SHA 75cb11dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f25fbf4 - Browse repository at this point
Copy the full SHA f25fbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fbb021 - Browse repository at this point
Copy the full SHA 0fbb021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c9d21 - Browse repository at this point
Copy the full SHA 37c9d21View commit details
Commits on Jun 7, 2024
-
Merge pull request #152 from RAMP-project/fix/ramp_convert
Small fixes before the release
Configuration menu - View commit details
-
Copy full SHA for 077ddbe - Browse repository at this point
Copy the full SHA 077ddbeView commit details -
With some pre-commit linting fixes on previous releases
Configuration menu - View commit details
-
Copy full SHA for 0ec1e67 - Browse repository at this point
Copy the full SHA 0ec1e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4cc7e - Browse repository at this point
Copy the full SHA 1e4cc7eView commit details -
So that twine check dist/* does not output errors. Pre-commit removed trailing spaces in the file as well
Configuration menu - View commit details
-
Copy full SHA for b31aaf8 - Browse repository at this point
Copy the full SHA b31aaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddd6a4 - Browse repository at this point
Copy the full SHA 9ddd6a4View commit details