https://github.com/bryanwweber/UConnRCMPy

sort by:
Revision Author Date Message Commit Date
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
cbd4b99 Refactor setting the cases into functions Avoid duplicating code to set the reactive_/nonreactive_case from the reactive_/nonreactive_file attributes 23 December 2016, 16:20:27 UTC
da18651 Cannot set case attributes before setting the cases Raises an AttributeError if reactive_end_time, reactive_compression_time, or nonreactive_end_time are got/set before adding the reactive_/nonreactive_case 23 December 2016, 16:18:55 UTC
3696a1a Add label for raw pressure line to legend 23 December 2016, 16:16:29 UTC
2df3dcd Set filter_frequency after calculating sampling frequency 23 December 2016, 16:15:58 UTC
87d529b Refactor Simulation class to simulations module 23 December 2016, 16:15:04 UTC
a6042f9 Handle when *_file attributes are None 23 December 2016, 14:47:18 UTC
1b6394c Set reactive_case and nonreactive_case Since these are no longer being set by the respective _file attributes, need to set them where they're used. If the file name of any existing case is different from the value specified in the _file attributes, replace it with the one from the _file name so that the _case can be changed. 23 December 2016, 14:43:49 UTC
0ef7a80 reactive_file and nonreactive_file are Path instances Do not also set the reactive_case and nonreactive_case, because setting the attribute should not have side effects like that. 23 December 2016, 14:42:10 UTC
fc3e8e5 Raise errors if CTI arguments are incorrect for Experiment 23 December 2016, 14:32:39 UTC
9493fc8 Un-suppress thermo warnings before creating the first Solution in Condition 23 December 2016, 14:31:51 UTC
59aa15d Catch FileNotFoundError when finding cti_file in Condition This is better than catching OSError 23 December 2016, 14:31:30 UTC
dde6841 Fix nonreactive_case docs 23 December 2016, 14:16:54 UTC
57e4c58 Fix docs after module split 22 December 2016, 20:57:21 UTC
e79c051 Bump version to 3.0.0a1 22 December 2016, 20:49:05 UTC
bc59970 Update CHANGELOG 22 December 2016, 20:48:58 UTC
29f0703 Move version information to _version.py 22 December 2016, 20:47:31 UTC
3097748 Split dataprocessing into conditions and experiments modules 22 December 2016, 20:10:32 UTC
7e53943 Modify AltExperimentalPressureTrace to remove smoothing 22 December 2016, 19:51:03 UTC
ebab71f Remove VoltageTrace smoothing method The smoothing is no longer necessary with the improved filtering. Work on #6 22 December 2016, 19:50:22 UTC
90f011d Compute and plot the raw pressure trace Calculate a pressure trace based on the unfiltered voltage signal and plot it for comparison. 22 December 2016, 19:50:22 UTC
3126e74 Explicitly specify padding of the voltage signal in filtering Setting the padlen to a relatively large value ensures that the initial point of the filtered voltage is very close to the initial voltage of the raw signal Work on #6. 22 December 2016, 19:50:12 UTC
b2fe507 Reduce influence of DAQ startup effects Sometimes the DAQ will record an erroneous voltage for the first sample, so set the first sample equal to the mean of the first 200 samples. This is important because the initial pressure depends on the mean of the first few samples being at 0V (and the first point in particular should be at 0V), so we need to correct this. Work on #6. 22 December 2016, 19:49:56 UTC
79de60b Add docstring to copy_to_clipboard 22 December 2016, 17:00:09 UTC
986f429 Copy the filter cutoff frequency to the clipboard for storage Work on #6 22 December 2016, 16:55:45 UTC
60169f0 Add interface to change the filter frequency Add change_filter_freq methods to Condition and Experiment to reprocess the pressure trace after the cutoff frequency has been changed. Work on #6 22 December 2016, 16:55:16 UTC
94f0358 Make the cutoff frequency of the filter an attribute This will allow changing the frequency after the VoltageTrace has been instantiated. Work on #6 22 December 2016, 16:52:56 UTC
0450a0b Rename offset_points to tau_points This offset_points is not related to the new instance attribute with the same name, so rename this one for clarity 22 December 2016, 16:51:22 UTC
24bed72 Try again to fix OS X Travis builds 22 December 2016, 16:32:26 UTC
666c1ae Changes the upper limit of the filter fit to Nyquist*0.5 Some data seem to have a very drop off of residuals that causes the optimal frequency choice to be too high. The drop seems to occur near Nyquist*0.75, so reduce the upper limit of the fit to avoid it. Work on #6 22 December 2016, 15:30:56 UTC
3a94921 Fix VoltageTrace.filtering docs 22 December 2016, 00:31:22 UTC
83d0adc Determine the optimum filter cutoff frequency Work on #6 22 December 2016, 00:24:26 UTC
e9a3a59 Use slices to compute the experimental derivative This appears to be about 100x faster in limited testing. Regardless of the exact value, it will definitely be faster than looping. 21 December 2016, 22:25:34 UTC
0ce0690 Try again to fix Travis macOS builds 21 December 2016, 17:57:06 UTC
2248aba Fix for travis-ci/travis-ci#6307 21 December 2016, 16:53:34 UTC
e08ab83 Load CTI file in Condition constructor The CTI file for Cantera should be specified as an argument to Condition. If it is not specified, the user is prompted for the file name. The file is then read into a string variable, which is preferred as the initializer for Solutions. The cti_source is used to test for thermo warnings, and then the warnings are suppressed for the remainder of the session. Fixes #3, #11 21 December 2016, 16:51:34 UTC
952a324 Deploy the docs to the base directory 21 December 2016, 15:44:54 UTC
6dcdada Actually enable Doctr deploy 21 December 2016, 15:29:59 UTC
e0157ff Add Doctr deploy key 21 December 2016, 15:25:04 UTC
5a54cf2 Fix Sphinx builds on Travis 21 December 2016, 14:49:25 UTC
f4091c5 Fix Python 3.6 is not available from Conda 21 December 2016, 14:48:56 UTC
9c0b7b4 More fixes to .travis.yml 21 December 2016, 14:43:55 UTC
c562c64 Fixes to .travis.yml 21 December 2016, 14:42:33 UTC
0b82c0d Add Travis CI config 21 December 2016, 14:40:46 UTC
781baf3 Remove RTD config from docs and prepare for Travis builds Give up on RTD because its too hard to install/mock all the dependencies for autodoc to work. 21 December 2016, 14:17:47 UTC
188ef1a Configure docs conf.py for ReadTheDocs 21 December 2016, 14:05:01 UTC
4dd536a Tries again with readthedocs.yml 21 December 2016, 14:04:29 UTC
d642d8c Remove numpy build dependency in conda recipe 20 December 2016, 19:07:18 UTC
1292239 Revert "Update docs conf.py options and adds .readthedocs.yml" This reverts commit f55b39a11889ee9574cd0847e1997799ea1698ce. Super super broken. 20 December 2016, 03:08:33 UTC
fd2fd79 Revert "Adds conda environment file for docs" This reverts commit dad27718cd4e98058df46e2cfc5d966f94bde85e. Its very broken. 20 December 2016, 03:08:21 UTC
ec0c857 Write the YAML file output when the volume trace has been finished Preserve the values of the appropriate attributes on the filesystem so the Condition can be recreated at a later time. 20 December 2016, 02:46:53 UTC
back to top