https://github.com/bryanwweber/UConnRCMPy

sort by:
Revision Author Date Message Commit Date
3145630 Add tests for VolumeProfile 12 August 2017, 20:12:18 UTC
0a10245 Remove VolumeProfile repr, its not useful 27 July 2017, 23:10:47 UTC
31f626b Rename cti_source to cti_string 27 July 2017, 22:45:18 UTC
0d84f4b Adds cti_source to Simulation class docs 27 July 2017, 19:37:31 UTC
dd06daa Reformat import statement in test_traces 27 July 2017, 19:32:40 UTC
ecddb35 Adds tests for *From* classes 27 July 2017, 19:31:22 UTC
ca2d7ff Fixes docstrings for more *From* classes 27 July 2017, 19:30:48 UTC
798f1c7 Deletes __repr__ method from *From* classes These dunder repr methods aren't at all useful, so don't bother including them. 27 July 2017, 18:53:13 UTC
9d2821d Fix docstring of PressureFromVolume 27 July 2017, 18:24:32 UTC
3ed16e6 Tests for AltExperimentalPressureTrace 27 July 2017, 18:24:17 UTC
8929dac Add tests for file output 27 July 2017, 16:16:22 UTC
039ebd4 Fixes vstack argument should be tuple 27 July 2017, 15:58:38 UTC
2904b0c Replace backslashes with forward slashes on Windows 26 July 2017, 17:33:31 UTC
52f5ba2 Limits repr of pressure trace to 2 decimal places 25 July 2017, 23:08:26 UTC
fc9e0ab Adds unit test for voltage trace filtering 25 July 2017, 20:36:31 UTC
108f80d Adds more tests for ExperimentalPressureTrace Adds unit tests for calculation of pressure and derivative. Adds regression tests using a nonreactive trace 25 July 2017, 20:35:47 UTC
2cd9ff4 Update docs conf.py for https and modindex 25 July 2017, 17:22:01 UTC
5882f09 Move constants into traces module This is the only place they're used, so no reason for a separate module 25 July 2017, 17:22:00 UTC
690e928 Update version in CITATION.md 25 July 2017, 15:49:44 UTC
e28d82a Remove extra line 25 July 2017, 15:47:31 UTC
bee947d Don't cover the test for Python version 25 July 2017, 15:47:03 UTC
d011c49 Converts constants to upper case 24 July 2017, 14:44:45 UTC
21028b1 Adds some tests for traces 24 July 2017, 14:41:58 UTC
cbff71d Fix KeyErrors when adding *_case experiments When cases were added by load_yaml, the key of the dictionary was the Path instance, not a string 27 June 2017, 16:28:19 UTC
73e4112 Update intersphinx versions 22 June 2017, 15:41:01 UTC
cb47d58 Add derivative formula to Simulation docstring 22 June 2017, 15:41:01 UTC
4e4f74c Vectorize derivative calculation In the Simulation class, vectorize the calculation of the derivative. Rough estimates show this saves an order of magnitude in time compared to the loop approach for typical sized Simulation arrays. 22 June 2017, 15:41:01 UTC
8da8eda :gem: Release 3.0.5 21 June 2017, 18:21:28 UTC
b1c7a8b Update CHANGELOG with nonreactive EOC bug fix 21 June 2017, 18:18:43 UTC
7dc341f Merge pull request #31 of https://github.com/ruozhou/UConnRCMPy Fixes a bug when the experiment is mischaracterized as non-reactive and the user changes the EOC time. 21 June 2017, 18:17:00 UTC
efae12b :gem: Release 3.0.4 21 June 2017, 18:16:37 UTC
c17df80 Use file name in add_*_case The reactive_file attribute is an instance of Path, so use the file name for the comparison with the *_experiments dictionary. Fixes a bug where the new EOC time is not respected when computing a volume trace because the case is overwritten when it isn't found. 21 June 2017, 18:13:09 UTC
9999e22 Add error message of EOC_time to large Add error message of manully picked EOC_time to large 21 June 2017, 17:44:37 UTC
9ab4d10 Simplify 'change_EOC_time' Delete the redundant variable 'exp' 20 June 2017, 21:10:56 UTC
185e188 Fix 'change_EOC_time' malfunction when reactive_experiments recognized as non-reactive_experiments (1)Add the misrecongnized "non-reactive experiment" back to reactive_experiment list. Also creat a reactive-case plot instead of a nonreactive-case plot for further modification. (2)Add the error message when EOC_index out of range. 20 June 2017, 20:46:59 UTC
b10b92f :gem: Release v3.0.3 16 June 2017, 20:15:50 UTC
7d388ba Update CITATION with all versions zenodo DOI 16 June 2017, 20:13:54 UTC
af59fa1 Merge branch 'change-eoc-time' Adds function to manually set the EOC time in case the automatic search fails to find the correct time 16 June 2017, 20:12:29 UTC
558b343 Update CHANGELOG with change_EOC_time 16 June 2017, 20:12:18 UTC
18d5c39 Fix rounding issue Change searchsorted function to use frequency to compute offset. Fixes the off-by-one error when increasing EOC time. 16 June 2017, 18:35:00 UTC
d82f828 Change_EOC_time Added process_trace and copy_to_pressure_trace to experiments.change_EOC_time 16 June 2017, 17:18:13 UTC
b81a6d1 Fix adding cases for AltCondition Need to create an AltExperiment when cases are added 15 June 2017, 20:27:19 UTC
1932712 Modify alt experiment for copying 15 June 2017, 20:26:09 UTC
f271eaa First pass at change EOC time 14 June 2017, 15:33:50 UTC
66be4d9 Fix compression time must be in seconds for comparison When finding the T_EOC for the reactive condition, the compression time must be in seconds, not ms. Fixes #29. 27 April 2017, 15:30:33 UTC
861a7db :gem: Release 3.0.2 20 April 2017, 02:34:08 UTC
46f0898 Deploy to real PyPI! 20 April 2017, 02:29:24 UTC
9877d27 Fix Travis typo and bump to 3.0.2dev2 20 April 2017, 02:17:48 UTC
0272f72 Bump to 3.0.2dev1 20 April 2017, 02:14:01 UTC
a21b4d7 Enable PyPI upload from Travis 20 April 2017, 02:13:47 UTC
8468f6f Ignore generated README.rst file from setup.py 20 April 2017, 02:13:18 UTC
62c9e84 Relicense to BSD 3-clause 20 April 2017, 01:55:18 UTC
14dc366 Add CITATION file to long_description in setup 20 April 2017, 01:53:52 UTC
da72de4 DOI badges point to latest version on Zenodo automatically 20 April 2017, 01:43:49 UTC
1f93ece Adds CITATION.md file 20 April 2017, 01:42:32 UTC
5201d9a Deploy doctr to the root directory Fixes #27 20 April 2017, 01:39:29 UTC
1b1e9cb Bump to v3.0.1 21 February 2017, 23:17:32 UTC
5c1bcda Add regression tests for p_EOC 21 February 2017, 23:07:37 UTC
9ae61a2 Fix tests broken in 3975ccf Warning! The changes in the derivative smoothing changed the calculation of T_C slightly. This fixes those tests. 21 February 2017, 23:07:37 UTC
49a7833 Fix Cantera can't read from Path instances 21 February 2017, 23:07:37 UTC
65fd417 Minor pep-8 fix 21 February 2017, 23:07:37 UTC
37da181 Use the CTI file instead of the source string This gets around a bug in Cantera/cantera#416 that was fixed by Cantera/cantera@0a1257d but pushed after 2.3.0 was released 21 February 2017, 23:07:36 UTC
3975ccf Derivative traces have to be smoothed for 2-stage to be found semi-automatically 10 February 2017, 22:25:20 UTC
79c2db7 Update CHANGELOG for last few changes 09 February 2017, 17:52:40 UTC
f47601c Add tests for Experiment 09 February 2017, 17:50:24 UTC
72dcd06 Use copy=False on Condition tests so it works on Travis 09 February 2017, 17:50:13 UTC
3cdcec3 Pass kwargs through to the Experiment init 09 February 2017, 17:49:51 UTC
27616cd Add copy keyword to Experiment init Setting copy to false doesn't auto-copy values to the clipboard which is useful for testing or for headless servers 09 February 2017, 17:49:22 UTC
f6a9458 End frequency for linear fit is chosen automatically In choosing the optimal filter frequency, loop through several values for the end point index for the linear fit to the residuals. This is implemented to help avoid ripple and overshoot around the time of ignition from the step change in pressure. Fixes #22 09 February 2017, 17:26:19 UTC
c543565 Update CHANGELOG for last few changes 09 February 2017, 17:22:20 UTC
120b142 Switch VoltageTrace filter to first order 09 February 2017, 17:10:22 UTC
c03cccc Remove frequency correction in filter frequency selection 09 February 2017, 17:10:22 UTC
964b096 Add DOI badge for v3.0.0 07 February 2017, 15:59:29 UTC
5eeb7aa :gem: Release 3.0.0 07 February 2017, 15:46:59 UTC
314a6d7 Remove CanSen from dependency lists 07 February 2017, 15:04:05 UTC
13111a0 Remove CanSen VolumeProfile dependency 07 February 2017, 15:03:43 UTC
82ae159 Merge branch 'ruozhou-fix_Tc_match' Fixes #4 03 February 2017, 20:18:30 UTC
80c525b Bug_fix_2 Print Tc with format syntax 03 February 2017, 17:50:24 UTC
80167b8 Bug_fix Tc value will be printed now 03 February 2017, 15:03:16 UTC
468d8f9 Tc not match warning 02 February 2017, 00:32:35 UTC
d50ff4f Add set +e after build/tests because osx seems to fail randomly 23 January 2017, 20:05:51 UTC
43f9bc7 just an idea 23 January 2017, 19:28:14 UTC
5794c6d Remove the intentionally failing test 23 January 2017, 15:23:08 UTC
af0b688 Add set -e in Travis to fail after one command fails Also add a failing test to check that Travis works properly now. 23 January 2017, 15:09:04 UTC
99686c1 Add dates to CHANGELOG [skip ci] 23 January 2017, 14:48:05 UTC
e98c4b1 Fix pytest skipif is in mark module 23 January 2017, 03:57:42 UTC
0077c85 Skip integration test on Travis-linux because xclip needs a DISPLAY 23 January 2017, 03:52:24 UTC
c64d053 :gem: Release 3.0.0b2 23 January 2017, 03:01:47 UTC
c465d1a Add test data files to MANIFEST.in So that they're included in the installed package 23 January 2017, 03:01:28 UTC
8d66019 :gem: Release 3.0.0b1 23 January 2017, 00:13:28 UTC
47b9219 Replot lines when filter frequency is changed 23 January 2017, 00:09:49 UTC
a98820d Remove utilities from docs 22 January 2017, 20:21:37 UTC
8d4fe91 Switch to pyperclip for clipboard support Pyperclip is pure Python and cross platform, removing platform-specific pywin32 library 22 January 2017, 20:11:42 UTC
6b560c0 Fix silly typo in appveyor 22 January 2017, 18:10:08 UTC
241f42a Update README 22 January 2017, 18:02:32 UTC
b70c8d8 Add appveyor.yml 22 January 2017, 18:02:27 UTC
1ba5333 Fix silly typo in travis 22 January 2017, 17:18:39 UTC
50dcbc6 Discard changes to environment.yml to avoid errors checking out gh-pages 22 January 2017, 17:15:08 UTC
d0d6216 Add codecov.io and quiet environment install on Travis 22 January 2017, 17:09:25 UTC
9de67f9 Fix Python spec in environment file 22 January 2017, 17:08:55 UTC
back to top