Skip to content

Releases: sdss/datamodel

0.6.0

04 Dec 18:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.6.0

Datamodel 0.5.3

16 Jun 13:41

Choose a tag to compare

Last tag before tree refactor.

What's Changed

Full Changelog: 0.5.2...0.5.3

Datamodel 0.5.2

30 Nov 18:48

Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

Datamodel 0.5.1

04 Oct 15:48

Choose a tag to compare

This release switches the legacy git code to use GitPython package for git repo handling. It adds new datamodel command-line commands for moving datamodels, It adds models for software tags and versions, a new survey field into the datamodel, support for FITS table column descriptions using the TCOMM header keyword, and smarter table column unit assessment. It also adds some new Github Actions scripts for automation and validation of models and paths.

What's Changed

New Contributors

  • @github-actions made their first contribution in #62

Full Changelog: 0.5.0...0.5.1

Datamodel 0.5.0

02 May 17:48

Choose a tag to compare

This release adds HDF5 file support via the h5py package.

What's Changed

Full Changelog: 0.4.2...0.5.0

Datamodel 0.4.2

22 Feb 18:28

Choose a tag to compare

This release adds missing enum support into the Yanny par datamodel structure.

What's Changed

Full Changelog: 0.4.1...0.4.2

Datamodel 0.4.1

11 Feb 08:25

Choose a tag to compare

This release is a small patch to fix a bug when an environment variable label is undefined in the tree but defined in a local os.environ. This can occur when an outdated tree product is being used, or the environment label has not been officially added to the tree.

Full Changelog: 0.4.0...0.4.1

Datamodel 0.4.0

11 Feb 07:37

Choose a tag to compare

This release adds support for Yanny parameter files.

  • Added support for Yanny parameter files (PR :pr:36)
  • Refactored code for easier addition of new file types
  • Removed remaining deprecated wiki code and references

What's Changed

Full Changelog: 0.3.3...0.4.0

Datamodel 0.3.3

07 Jan 17:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

Datamodel 0.3.2

08 Jul 18:54

Choose a tag to compare

This release mainly fixes some bugs constraining datamodel generation. It also expands the yaml/json releases to use the Release model, to allow for sorting releases in the yaml changelog by the release_date. See #17.

  • Bug fixing issue #13 keyword requirement when no keywords in path
  • Issue #14 - adds Release model to yaml; sorts releases/changelog by release_date
  • Issue #15 - verifies paths with special functions work
  • Adds new access_path_name field to DataModel to allow for case when sdss_access path names different than file species names