Skip to content

Instantly share code, notes, and snippets.

@ericdill
Created March 31, 2015 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericdill/8fa995c1ca8f786b0645 to your computer and use it in GitHub Desktop.
Save ericdill/8fa995c1ca8f786b0645 to your computer and use it in GitHub Desktop.
v0.0.6 dataportal changelog
# Change Log
## [Unreleased](https://github.com/NSLS-II/dataportal/tree/HEAD)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/v0.0.5...HEAD)
**Closed issues:**
- Teach DataBroker\[key\] about uids [\#130](https://github.com/NSLS-II/dataportal/issues/130)
- Proposed change to \*broker\* \(not MDS\) Event Document layout [\#129](https://github.com/NSLS-II/dataportal/issues/129)
- fetch\_events fails on an Exception from filestore during data collection [\#128](https://github.com/NSLS-II/dataportal/issues/128)
- There should be a way to fetch events as a generator [\#127](https://github.com/NSLS-II/dataportal/issues/127)
- Clean up branches in dataportal [\#112](https://github.com/NSLS-II/dataportal/issues/112)
- Support searching headers by data key \(that is, PV ID or PV alias\) [\#88](https://github.com/NSLS-II/dataportal/issues/88)
**Merged pull requests:**
- API : Modify `fetch\_events` [\#135](https://github.com/NSLS-II/dataportal/pull/135) ([tacaswell](https://github.com/tacaswell))
- REF: Expect reorganized Events from MDS. [\#132](https://github.com/NSLS-II/dataportal/pull/132) ([danielballan](https://github.com/danielballan))
- ENH: Allow DataBroker\['\(parital\) uid string'\] [\#131](https://github.com/NSLS-II/dataportal/pull/131) ([danielballan](https://github.com/danielballan))
- ENH: Add coveralls back to travis.yml [\#125](https://github.com/NSLS-II/dataportal/pull/125) ([ericdill](https://github.com/ericdill))
- TST : make sure we import qt very first [\#124](https://github.com/NSLS-II/dataportal/pull/124) ([tacaswell](https://github.com/tacaswell))
- BLD: Add jsonschema to travis deps. [\#123](https://github.com/NSLS-II/dataportal/pull/123) ([danielballan](https://github.com/danielballan))
- BOOM: Firebombing old replay code [\#122](https://github.com/NSLS-II/dataportal/pull/122) ([ericdill](https://github.com/ericdill))
- WIP: Using persist.History in Replay [\#114](https://github.com/NSLS-II/dataportal/pull/114) ([ericdill](https://github.com/ericdill))
- REF: Expect generators from MDS. [\#108](https://github.com/NSLS-II/dataportal/pull/108) ([danielballan](https://github.com/danielballan))
- ENH: Search headers by data\_key \(source alias\). [\#107](https://github.com/NSLS-II/dataportal/pull/107) ([danielballan](https://github.com/danielballan))
- Travis uname test [\#133](https://github.com/NSLS-II/dataportal/pull/133) ([ericdill](https://github.com/ericdill))
- ENH: Added auto-generated changelog [\#126](https://github.com/NSLS-II/dataportal/pull/126) ([ericdill](https://github.com/ericdill))
## [v0.0.5](https://github.com/NSLS-II/dataportal/tree/v0.0.5) (2015-03-12)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/v0.0.4...v0.0.5)
**Merged pull requests:**
- ENN: Make watermark more resilient to err on import. [\#117](https://github.com/NSLS-II/dataportal/pull/117) ([danielballan](https://github.com/danielballan))
- ENH: First attempt at saving state run-to-run [\#116](https://github.com/NSLS-II/dataportal/pull/116) ([ericdill](https://github.com/ericdill))
- ENH/TST: Add replay History object, maintaining state in a sqlite file. [\#113](https://github.com/NSLS-II/dataportal/pull/113) ([danielballan](https://github.com/danielballan))
## [v0.0.4](https://github.com/NSLS-II/dataportal/tree/v0.0.4) (2015-03-10)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/v0.0.3...v0.0.4)
**Closed issues:**
- Search on scan\_id [\#103](https://github.com/NSLS-II/dataportal/issues/103)
**Merged pull requests:**
- MNT: Set scanid maximum to 100000000 [\#109](https://github.com/NSLS-II/dataportal/pull/109) ([ericdill](https://github.com/ericdill))
## [v0.0.3](https://github.com/NSLS-II/dataportal/tree/v0.0.3) (2015-03-10)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/v0.0.2...v0.0.3)
**Implemented enhancements:**
- Dataset normalization [\#49](https://github.com/NSLS-II/dataportal/issues/49)
**Fixed bugs:**
- bug! shallow copy in fetch events [\#98](https://github.com/NSLS-II/dataportal/issues/98)
**Closed issues:**
- Fix find\_headers docstring before deployment today [\#104](https://github.com/NSLS-II/dataportal/issues/104)
- Current master does not work! [\#99](https://github.com/NSLS-II/dataportal/issues/99)
- "Live" viewing [\#84](https://github.com/NSLS-II/dataportal/issues/84)
- Data Normalization [\#81](https://github.com/NSLS-II/dataportal/issues/81)
- replay refactor [\#27](https://github.com/NSLS-II/dataportal/issues/27)
**Merged pull requests:**
- DOC : patch up merge conflicts in docstring [\#106](https://github.com/NSLS-II/dataportal/pull/106) ([tacaswell](https://github.com/tacaswell))
- DOC/API: Fix find\_headers signature and docstring. [\#105](https://github.com/NSLS-II/dataportal/pull/105) ([danielballan](https://github.com/danielballan))
- FIX/REF: Update to new MDS API and fix some bugs [\#101](https://github.com/NSLS-II/dataportal/pull/101) ([danielballan](https://github.com/danielballan))
- Fix \_dataframe sparseness [\#100](https://github.com/NSLS-II/dataportal/pull/100) ([danielballan](https://github.com/danielballan))
- WIP: What a messy PR! [\#96](https://github.com/NSLS-II/dataportal/pull/96) ([ericdill](https://github.com/ericdill))
- MNT: Give the 'val' column a more interesting name [\#95](https://github.com/NSLS-II/dataportal/pull/95) ([ericdill](https://github.com/ericdill))
- MNT: renamed mds config file b/c md api change [\#94](https://github.com/NSLS-II/dataportal/pull/94) ([ericdill](https://github.com/ericdill))
- BUG: Fix AttributeError being thrown [\#93](https://github.com/NSLS-II/dataportal/pull/93) ([ericdill](https://github.com/ericdill))
- MNT: Unpack 'ids' dict into root of header [\#92](https://github.com/NSLS-II/dataportal/pull/92) ([ericdill](https://github.com/ericdill))
- Add EventQueue in broker for efficient extraction of live-updating data [\#91](https://github.com/NSLS-II/dataportal/pull/91) ([danielballan](https://github.com/danielballan))
- Sb tweak [\#90](https://github.com/NSLS-II/dataportal/pull/90) ([tacaswell](https://github.com/tacaswell))
- MNT: Added find\_event import to simple\_broker.py [\#87](https://github.com/NSLS-II/dataportal/pull/87) ([ericdill](https://github.com/ericdill))
- BLD: Make Travis builds faster by using more conda, less pip. [\#85](https://github.com/NSLS-II/dataportal/pull/85) ([danielballan](https://github.com/danielballan))
- ENH: Implemented --live command line flag [\#82](https://github.com/NSLS-II/dataportal/pull/82) ([ericdill](https://github.com/ericdill))
- REF: Update broker to new FS API. [\#80](https://github.com/NSLS-II/dataportal/pull/80) ([danielballan](https://github.com/danielballan))
- TST: Add example and test file for hdf format [\#78](https://github.com/NSLS-II/dataportal/pull/78) ([licode](https://github.com/licode))
- ENH: Made more realistic run creation [\#77](https://github.com/NSLS-II/dataportal/pull/77) ([ericdill](https://github.com/ericdill))
- ENH: 'watermark' util func gives versions of all deps [\#74](https://github.com/NSLS-II/dataportal/pull/74) ([danielballan](https://github.com/danielballan))
- Fancy indexing [\#71](https://github.com/NSLS-II/dataportal/pull/71) ([danielballan](https://github.com/danielballan))
- Fix conda travis [\#83](https://github.com/NSLS-II/dataportal/pull/83) ([danielballan](https://github.com/danielballan))
- WIP: Updating a DataMuxer [\#69](https://github.com/NSLS-II/dataportal/pull/69) ([danielballan](https://github.com/danielballan))
## [v0.0.2](https://github.com/NSLS-II/dataportal/tree/v0.0.2) (2015-02-24)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/v0.0.1...v0.0.2)
**Fixed bugs:**
- fix replay install [\#55](https://github.com/NSLS-II/dataportal/issues/55)
**Closed issues:**
- Why is pims \[py2k only\] in the conda recipe? [\#73](https://github.com/NSLS-II/dataportal/issues/73)
- Wednesday Deployment Master Issue [\#34](https://github.com/NSLS-II/dataportal/issues/34)
- Update simple\_broker [\#16](https://github.com/NSLS-II/dataportal/issues/16)
- Add a test exercising run headers in fake MDS [\#13](https://github.com/NSLS-II/dataportal/issues/13)
- Finish the docstring [\#10](https://github.com/NSLS-II/dataportal/issues/10)
- Improve minimal databroker. [\#7](https://github.com/NSLS-II/dataportal/issues/7)
**Merged pull requests:**
- MNT: Removed dead code [\#79](https://github.com/NSLS-II/dataportal/pull/79) ([ericdill](https://github.com/ericdill))
- Standardize examples [\#75](https://github.com/NSLS-II/dataportal/pull/75) ([danielballan](https://github.com/danielballan))
- CLN: Remove unused code; tweak coverage. [\#72](https://github.com/NSLS-II/dataportal/pull/72) ([danielballan](https://github.com/danielballan))
- FIX/TST: Always return the most recent scan with the given ID. [\#70](https://github.com/NSLS-II/dataportal/pull/70) ([danielballan](https://github.com/danielballan))
- FIX: exit-report -\> exit-reason [\#68](https://github.com/NSLS-II/dataportal/pull/68) ([danielballan](https://github.com/danielballan))
- TST: Test coverage for new Data Broker API [\#67](https://github.com/NSLS-II/dataportal/pull/67) ([danielballan](https://github.com/danielballan))
- MNT: more mds api issues [\#65](https://github.com/NSLS-II/dataportal/pull/65) ([ericdill](https://github.com/ericdill))
- MNT: Various and sundry changes [\#64](https://github.com/NSLS-II/dataportal/pull/64) ([ericdill](https://github.com/ericdill))
- Fix fetch events [\#63](https://github.com/NSLS-II/dataportal/pull/63) ([danielballan](https://github.com/danielballan))
- FIX: Update tests after major broker refactor. [\#62](https://github.com/NSLS-II/dataportal/pull/62) ([danielballan](https://github.com/danielballan))
- build fixes [\#61](https://github.com/NSLS-II/dataportal/pull/61) ([tacaswell](https://github.com/tacaswell))
- Mds rename [\#60](https://github.com/NSLS-II/dataportal/pull/60) ([ericdill](https://github.com/ericdill))
- Include info from RunStop in Header [\#59](https://github.com/NSLS-II/dataportal/pull/59) ([ericdill](https://github.com/ericdill))
- ENH: Added "helpful" error message [\#58](https://github.com/NSLS-II/dataportal/pull/58) ([ericdill](https://github.com/ericdill))
- New broker api [\#57](https://github.com/NSLS-II/dataportal/pull/57) ([danielballan](https://github.com/danielballan))
- Replay command [\#56](https://github.com/NSLS-II/dataportal/pull/56) ([ericdill](https://github.com/ericdill))
## [v0.0.1](https://github.com/NSLS-II/dataportal/tree/v0.0.1) (2015-02-17)
[Full Changelog](https://github.com/NSLS-II/dataportal/compare/0.0.0...v0.0.1)
**Fixed bugs:**
- No begin run events Error [\#44](https://github.com/NSLS-II/dataportal/issues/44)
- ToggleButtons on the Scalar plot controls are not updating when data sets are switched [\#39](https://github.com/NSLS-II/dataportal/issues/39)
**Closed issues:**
- Configure Travis to install py2-only deps for replay on py2 build. [\#31](https://github.com/NSLS-II/dataportal/issues/31)
- Error 2 in example notebook [\#12](https://github.com/NSLS-II/dataportal/issues/12)
- Error 1 in example notebook, but only on the first pass [\#11](https://github.com/NSLS-II/dataportal/issues/11)
- Update examples [\#3](https://github.com/NSLS-II/dataportal/issues/3)
**Merged pull requests:**
- API : change begin/end event names [\#54](https://github.com/NSLS-II/dataportal/pull/54) ([tacaswell](https://github.com/tacaswell))
- Plotx ploty [\#53](https://github.com/NSLS-II/dataportal/pull/53) ([ericdill](https://github.com/ericdill))
- MNT: Remove lines that cause issues with empty mds [\#52](https://github.com/NSLS-II/dataportal/pull/52) ([ericdill](https://github.com/ericdill))
- WIP: Awful bucket of changes [\#51](https://github.com/NSLS-II/dataportal/pull/51) ([ericdill](https://github.com/ericdill))
- TST : fix conditionals [\#43](https://github.com/NSLS-II/dataportal/pull/43) ([tacaswell](https://github.com/tacaswell))
- Update README.md [\#42](https://github.com/NSLS-II/dataportal/pull/42) ([ericdill](https://github.com/ericdill))
- MNT: Fix 'replay' command [\#41](https://github.com/NSLS-II/dataportal/pull/41) ([ericdill](https://github.com/ericdill))
- ENH: Switching data sets now resets plot buttons [\#40](https://github.com/NSLS-II/dataportal/pull/40) ([ericdill](https://github.com/ericdill))
- Renaming before next deployment [\#38](https://github.com/NSLS-II/dataportal/pull/38) ([danielballan](https://github.com/danielballan))
- WIP: Deployment [\#36](https://github.com/NSLS-II/dataportal/pull/36) ([ericdill](https://github.com/ericdill))
- MNT: Changes required because mds change [\#35](https://github.com/NSLS-II/dataportal/pull/35) ([ericdill](https://github.com/ericdill))
- MNT: Added coveralls [\#26](https://github.com/NSLS-II/dataportal/pull/26) ([ericdill](https://github.com/ericdill))
- CLN: Remove stray file which is now start\_replay.py. [\#25](https://github.com/NSLS-II/dataportal/pull/25) ([danielballan](https://github.com/danielballan))
- HOTFIX: Remove tests on search, which is gone now. [\#24](https://github.com/NSLS-II/dataportal/pull/24) ([danielballan](https://github.com/danielballan))
- After mds refactor [\#23](https://github.com/NSLS-II/dataportal/pull/23) ([ericdill](https://github.com/ericdill))
- ENH: Add a structure for copying only the data from a Document [\#22](https://github.com/NSLS-II/dataportal/pull/22) ([danielballan](https://github.com/danielballan))
- New muggler [\#20](https://github.com/NSLS-II/dataportal/pull/20) ([danielballan](https://github.com/danielballan))
- Merge replay [\#15](https://github.com/NSLS-II/dataportal/pull/15) ([danielballan](https://github.com/danielballan))
- Incorporate ChannelArchiver in simple data broker [\#9](https://github.com/NSLS-II/dataportal/pull/9) ([danielballan](https://github.com/danielballan))
- WIP : split up and flesh-out dummy objects/api [\#8](https://github.com/NSLS-II/dataportal/pull/8) ([tacaswell](https://github.com/tacaswell))
- Implement simplest possible databroker and dummy versions of sources [\#6](https://github.com/NSLS-II/dataportal/pull/6) ([danielballan](https://github.com/danielballan))
- MNT: Updates to analysis api [\#2](https://github.com/NSLS-II/dataportal/pull/2) ([ericdill](https://github.com/ericdill))
- ENH : structs for handling MDS data structures [\#1](https://github.com/NSLS-II/dataportal/pull/1) ([tacaswell](https://github.com/tacaswell))
- MNT: Rename databroker -\> dataportal. [\#37](https://github.com/NSLS-II/dataportal/pull/37) ([danielballan](https://github.com/danielballan))
- WIP: Replay2 [\#29](https://github.com/NSLS-II/dataportal/pull/29) ([ericdill](https://github.com/ericdill))
- ENH: Added mds document hierarchy image [\#21](https://github.com/NSLS-II/dataportal/pull/21) ([ericdill](https://github.com/ericdill))
- Enhance and update simple\_broker [\#19](https://github.com/NSLS-II/dataportal/pull/19) ([danielballan](https://github.com/danielballan))
- ENH: Working brownian gaussian blobs \(I think!\) [\#18](https://github.com/NSLS-II/dataportal/pull/18) ([ericdill](https://github.com/ericdill))
- ENH: Added cosine data seed to mds [\#17](https://github.com/NSLS-II/dataportal/pull/17) ([ericdill](https://github.com/ericdill))
- MNT: Removed dead code [\#14](https://github.com/NSLS-II/dataportal/pull/14) ([ericdill](https://github.com/ericdill))
## [0.0.0](https://github.com/NSLS-II/dataportal/tree/0.0.0) (2014-11-24)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment