Skip to content

Releases: BrownDwarf/gollum

v0.4.1: Kickstarting Zenodo sync

30 Jul 08:31
Compare
Choose a tag to compare
  • Token release to appear in Zenodo's GitHub integration

Full Changelog: v0.4.0...v0.4.1

v0.4.0: The JOSS readiness update

30 Jul 07:47
Compare
Choose a tag to compare

What's Changed

  • Various bug fixes and tweaks
  • Updated documentation/tutorials, revamped code, visuals, ensuring compatibility
  • New setup process, decomplicating model grid downloads
  • Added gollum .env support for configurable model grid locations
  • Other small improvements
  • Complete JOSS paper

Full Changelog: v0.3.0...v0.4.0

Gollum version 0.3.0: Design updates

03 Jan 20:49
Compare
Choose a tag to compare

Key Updates

  • Dashboard UI was improved
  • Code was refactored to improve performance
  • Unit tests were added and Continuous Integration as well
  • Grid downloading was added to PHOENIXGrid
  • Added auto-continuum fitting button
  • Added starspot modeling (experimental)
  • And more tweaks; see below for additional details

What's Changed

  • updated documentation for gollum dashboard with animated gif by @Jiayi-Cao in #39
  • Add a resample_to_uniform_in_velocity method by @gully in #42
  • Add a decimation method by @gully in #44
  • Issue 37 fix by @SujayShankarUT in #49
  • Various tweaks to phoenix.py by @SujayShankarUT in #53
  • More small tweaks and upgrades by @SujayShankarUT in #56
  • File checking by @SujayShankarUT in #59
  • Uncommitted paper changes to be merged by @SujayShankarUT in #62
  • Add a normalization slider to the Phoenix dashboard by @gully in #64
  • Deleted Left/right buttons + Columnize sliders by @Jiayi-Cao in #65
  • Optimizations by @SujayShankarUT in #66
  • Working by @SujayShankarUT in #70
  • Continuum fitting toggle by @SujayShankarUT in #72
  • Experimental: Add sliders for Starspot physical properties by @gully in #71
  • Unify callbacks by @SujayShankarUT in #77
  • Data sources by @SujayShankarUT in #78
  • Teeny tiny fix that closes #79 by @gully in #80
  • Fix tests by @SujayShankarUT in #81
  • Dependency things by @SujayShankarUT in #84

New Contributors

  • @SujayShankarUT made their first contribution in #49

Full Changelog: v0.2.1...v0.3.0

v0.2.1: Bug fix to handle downloads correctly

04 May 19:19
Compare
Choose a tag to compare

Teeny tiny release to get the download flag to work correctly on PyPI

v0.2.0 Phoenix download and Sonora metallicity

04 May 16:10
Compare
Choose a tag to compare

We have an important new feature: the ability to read PHOENIX models directly from the internet. This will make the microservice useful for cloud-based workflows and that do not have the massive grids stored locally.

@Jiayi-Cao added support for the Sonora Bobcat 2021 metallicity grid with a new dashboard slider.

What's Changed

  • Color of model in sliders by @astrocaroline in #13
  • Changinggitignore by @astrocaroline in #14
  • Add a method for introducing a low-order tilt, smoothly warping to data by @gully in #18
  • Truncating model grid wavelength range to a subregion by @gully in #21
  • Add a to_pandas method by @gully in #22
  • Practice by @Jiayi-Cao in #29
  • Support for Reading in Sonora 2021 Spectrum Metallicity by @Jiayi-Cao in #30
  • Add metallicity slider to Sonora Bobcat dashboard by @Jiayi-Cao in #32
  • Experimental new feature--- allow on-the-fly downloading of PHOENIX by @gully in #38

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Sep 16:20
Compare
Choose a tag to compare

This version includes recent progress on accuracy and reliability of the code, and paves the way for including some template data if needed for fallback.

Initial release to PyPI

03 Jun 17:00
Compare
Choose a tag to compare
Pre-release

This initial release has minimal functionality, and serves as a proof-of-concept to build the project around a core foundation.