GithubHelp home page GithubHelp logo

Comments (2)

sbailey avatar sbailey commented on June 22, 2024

I also just noticed that. I'm in-process with generating a new tag, including a new test-0.5.0 branch that will include that column.

from desimodel.

sbailey avatar sbailey commented on June 22, 2024

https://desi.lbl.gov/svn/code/desimodel/branches/test-0.5.0 now has a desi-tiles.fits file with OBSCONDITIONS. Full tagging/branching commands below.

#- Make sure stuff works to start with
cd ~/desi/git/desimodel
git checkout master
git pull

svn update svn/trunk
export DESIMODEL=`pwd`/svn/trunk
python setup.py test

#- Make the svn tag
base=https://desi.lbl.gov/svn/code/desimodel
svn copy $base/trunk $base/tags/0.5.0

#- Make the lightweight test data branch
svn copy $base/trunk $base/branches/test-0.5.0
cd svn
svn checkout $base/branches/test-0.5.0
cd test-0.5.0
python -c "from desimodel.trim import trim_data; trim_data('data', 'datalite')"
svn add datalite
svn remove data
svn commit -m "Adding 0.5.0 lite files"
svn move datalite data
svn commit -m "Rename datalite/ back to data/"

#- make sure test work with lightweight version too
cd ~/desi/git/desimodel
export DESIMODEL=`pwd`/svn/test-0.5.0
python setup.py test

#- Proceed with github tag
cd ~/desi/git/desimodel
[edit doc/release_notes.rst]
python setup.py version --tag=0.5.0
git commit -am "desimodel 0.5.0"
git tag -am 'desimodel 0.5.0' 0.5.0
git push origin master
git push origin 0.5.0

from desimodel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.