8000 Releases · sot/timbre · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sot/timbre

Version 1.2

24 Jan 15:51
6c5ff1b
Compare
Choose a tag to compare

This release makes the following changes:

  • Adds the ability to add custom anchors to a composite simulation
  • Adds a "safe" ACIS state (HRC)
  • Fixes a spelling mistake

Version 1.1.1

29 Jul 16:52
5877831
Compare
Choose a tag to compare

Fix some docstring errors, remove some unused imports.

Version 1.1

29 Jul 16:17
bcf8074
Compare
Choose a tag to compare

This updates the load_model_specs() function to default to using a local chandra_models repository instead of a Github hosted chandra_models repository. A separate function, load_github_model_specs() was added so users can continue to use a Github hosted repository if needed. Both of these functions calculate and supply the md5 hash for each model, and supply the latest commit sha for the version returned. These values are necessary for better tracking of Timbre-produced results.

Version 1.0.1

23 Jul 19:17
e48bac9
Compare
Choose a tag to compare

This fixes a bug that prevented one from using a custom chandra_models directory to supply Xija models.

Version 1.0

29 Apr 00:57
96bf80d
Compare
Choose a tag to compare

This is the official 1.0 release, roughly two and a half years in the making! Thank you to everyone who helped test, scrutinize, criticize, plot, ponder, listen, and give me their thoughts on how to make sure this is a useful tool!

Version 0.13

27 Apr 13:34
904c605
Compare
Choose a tag to compare

This adds the min_dwell keyword option to the find_second_dwell method, as well as the run_state_pairs method which calls the former method. This option allows one to manually narrow the search range for a balance dwell.

Version 0.12

26 Apr 20:17
9e81db4
Compare
Choose a tag to compare

This updates the docs to use Jupyter notebooks to serve as the primary documentation tool. Docs and tests were also updated to reflect the latest set of models.

Version 0.11.1

15 Apr 14:08
249ea29
Compare
Choose a tag to compare

This adds some plotting code necessary to produce the random schedule plot in the documentation_material.ipynb notebook.

Version 0.11

14 Apr 21:22
69baa81
Compare
Choose a tag to compare

This overhauls the balance algorithm that generates a composite maximum dwell estimate.

  • The composite maximum dwell estimate calculation is much more robust and is able to handle additional edge cases
  • One test was updated to accommodate the balance algorithm changes.
  • Content was added to the documentation_material.ipynb notebook.

Version 0.10.0

19 Mar 14:55
9290dce
Compare
Choose a tag to compare

This release makes the following changes:

  • Return data types for the run_state_pairs() function no longer need to be explicitly identified.
  • Additional data is returned by run_state_pairs() to aid in categorizing results.
  • Balance time refinement now uses linear interpolation instead of quadratic interpolation to avoid problems with edge cases.
  • The Balance class now specifies n_dwells=30 for calls to find_second_dwell() and run_state_pairs(). This helps to offset increased error from using linear interpolation for balance time refinement, but increases the run time by a factor of 2 or 3.
  • The prior multiprocessing example is removed.
  • A new multiprocessing example is added which generates data required to determine composite dwell limits directly.
  • There are also a number of minor bug fixes included in this release.
0