Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: promote beta release to production 1.0.0 #34

Closed
wants to merge 29 commits into from
Closed

feat: promote beta release to production 1.0.0 #34

wants to merge 29 commits into from

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented Apr 26, 2024

No description provided.

plexoos and others added 2 commits April 25, 2024 19:52
# 1.0.0-beta.1 (2024-04-26)

### Bug Fixes

* **build:** keep build cache dir ([#21](https://github.com/BNLNPPS/esi-opticks/issues/21)) ([d81672d](BNLNPPS/esi-opticks@d81672d))
* **esi-shell:** avoid building code (OptiX) on shell startup ([#23](https://github.com/BNLNPPS/esi-opticks/issues/23)) ([76320cf](BNLNPPS/esi-opticks@76320cf))
* **esi-shell:** drop support for singularity with GPU (for now) ([#22](https://github.com/BNLNPPS/esi-opticks/issues/22)) ([4cb9d19](BNLNPPS/esi-opticks@4cb9d19))
* **esi-shell:** improve user experience ([#20](https://github.com/BNLNPPS/esi-opticks/issues/20)) ([0a464af](BNLNPPS/esi-opticks@0a464af))
* **esi-shell:** support only linux ([#13](https://github.com/BNLNPPS/esi-opticks/issues/13)) ([6cfb154](BNLNPPS/esi-opticks@6cfb154))
* patch spack default modules.yaml ([#27](https://github.com/BNLNPPS/esi-opticks/issues/27)) ([23183af](BNLNPPS/esi-opticks@23183af))
* set compute capability to 5.2 compatible with Quadro M4000 ([#1](BNLNPPS/esi-opticks#1)) ([b1d7513](BNLNPPS/esi-opticks@b1d7513))
* simplify build workflow, leverage login scripts ([#8](https://github.com/BNLNPPS/esi-opticks/issues/8)) ([fd974b4](BNLNPPS/esi-opticks@fd974b4))
* use correct gdml file ([c014536](BNLNPPS/esi-opticks@c014536))

### Features

* add esi-shell ([#6](BNLNPPS/esi-opticks#6)) ([fa859aa](BNLNPPS/esi-opticks@fa859aa))
* setup semantic release ([ca0553c](BNLNPPS/esi-opticks@ca0553c))
* upgrade opticks to main@b55f15bd ([#26](https://github.com/BNLNPPS/esi-opticks/issues/26)) ([946da36](BNLNPPS/esi-opticks@946da36))
@plexoos plexoos force-pushed the beta branch 2 times, most recently from 4b50928 to 51d0ebc Compare April 26, 2024 00:56
@plexoos plexoos linked an issue May 3, 2024 that may be closed by this pull request
plexoos and others added 2 commits May 6, 2024 11:30
Install new dependencies libxinerama-dev libxcursor-dev libxi-dev

Fixes #41
# [1.0.0-beta.4](1.0.0-beta.3...1.0.0-beta.4) (2024-05-06)

### Features

* update opticks ([#42](#42)) ([4338f7c](4338f7c)), closes [#41](#41)

### Reverts

* restore removed pull of latest image for cache purposes ([#47](#47)) ([8138919](8138919))
@plexoos plexoos changed the title feat: setup semantic release feat: promote beta release to production 1.0.0 May 6, 2024
plexoos and others added 9 commits May 7, 2024 09:35
# [1.0.0-beta.5](1.0.0-beta.4...1.0.0-beta.5) (2024-05-07)

### Reverts

* Revert "feat: build gpu code dependent on OptiX, run opticks tests (#49)" ([a301bd2](a301bd2)), closes [#49](#49)
# [1.0.0-beta.6](1.0.0-beta.5...1.0.0-beta.6) (2024-05-07)

### Features

* build gpu code dependent on OptiX, run opticks tests ([#49](#49)) ([#53](#53)) ([5f58b7b](5f58b7b)), closes [#50](#50)
It does not seem necessary to save the PR image as an artifact at this
point