https://github.com/bryanwweber/UConnRCMPy

sort by:
Revision Author Date Message Commit Date
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
50e3195 Set up the environment for testing and building releases on Travis 22 January 2017, 16:32:04 UTC
2e4a066 Fix Python 3.6 Path resolution Starting in 3.6, resolve no longer raises if the file can't be found, unless strict=True is passed. This parameter doesn't exist on previous versions of Python, so we have to test 22 January 2017, 16:31:49 UTC
4a28f28 Ignore eggs directory 22 January 2017, 16:20:57 UTC
f2fdaa5 Add simple integration tests and constants tests Its a start... 22 January 2017, 16:09:33 UTC
f702d9d Add tests and install_requires to conda recipe 22 January 2017, 16:08:52 UTC
5b9285a Add setup for coverage tests 22 January 2017, 16:08:18 UTC
69492b7 Add ignored files from tests 22 January 2017, 16:08:02 UTC
32f4bb5 Add setup for tests and install_requires 22 January 2017, 16:07:48 UTC
53b54f5 Remove unused cantera_version definition 22 January 2017, 16:07:01 UTC
c02eb3d Build against stable Cantera on Travis 21 January 2017, 02:38:08 UTC
a6d650f Add APPVEYOR_TOKEN secure variable to Travis 21 January 2017, 02:37:21 UTC
df9def4 Rename BUILD_PYTHON to PYTHON in Travis 21 January 2017, 02:36:12 UTC
0074a17 Update CHANGELOG with changes since v3.0.0a1 21 January 2017, 01:59:08 UTC
ed2923d Fix Python 3.6 Travix OS X build 29 December 2016, 18:02:54 UTC
2fd62a9 Enable Python 3.6 builds on Travis 29 December 2016, 18:01:16 UTC
8975061 Bump version to 3.0.0a3 29 December 2016, 16:58:45 UTC
80b5003 Prompt user for filter frequency when auto setting fails. Fixes #20 29 December 2016, 16:58:25 UTC
eb66a29 Bump to 3.0.0a2 23 December 2016, 16:30:51 UTC
a8527ed Fix up docs after refactor 23 December 2016, 16:30:16 UTC
7659838 Fix writing volume-trace.yml 23 December 2016, 16:25:00 UTC
ef020bd Set the offset_points to 0 by default These values are rarely used, so there's no reason to ask for them. A user can set them after inspecting the first run to estimate appropriate values. 23 December 2016, 16:24:35 UTC
f17d7f4 Fix asking for values of attributes when attributes don't exist Now ask for values of attributes if the attribute is not present, or its value is None 23 December 2016, 16:23:23 UTC
258be2a Set the cases when loading YAML before setting other attributes 23 December 2016, 16:22:31 UTC
back to top