Skip to content

Releases: molssi-seamm/seamm_installer

Bugfix: Issues in graphical install

11 Mar 22:49
2a7dcd2
Compare
Choose a tag to compare
  • Also added 'conda list --explicit' environment files for each evnvironment.

Significant update

09 Mar 20:59
2a7dcd2
Compare
Choose a tag to compare
  • Working with the new packing lists, generated by installing SEAMM now that we cannot programatically search PyPi.
  • Added support for dependencies with pinned versions, which is becoming increasingly necessary.
  • Use conda env update with custom environment file which includes any pinning needed. This appears to avoid the problems with updating encountered with the last version.

Moving user preferences to ~/.seamm.d

22 Apr 21:39
f9b1de8
Compare
Choose a tag to compare
  • To better support Docker, moving ~/.seammrc to ~/.seamm.d/seamrc

Enhancements

17 Mar 19:04
88664d7
Compare
Choose a tag to compare
  • Install and update now use the latest version unless the package is pinned in the packing list.
  • Changes to support the plug-ion specific installs, which are now handling the specific .ini files.

Updating to work with new packing list.

11 Mar 19:37
470024c
Compare
Choose a tag to compare
  • Versions of packages are now stored as strings and compared using semver, since the older approach is being deprecated in Python.

BugFix: internal changes due to versioneer

03 Nov 10:18
5ea4d15
Compare
Choose a tag to compare

versioneer called now obsolete methods in configparser. This fixes that problem, hopefully allowing the build on CondaForge to succeed

Bugfix: Change in Zenodo API caused a crash

02 Nov 21:47
c8eb836
Compare
Choose a tag to compare
Merge pull request #55 from molssi-seamm/dev

Bugfix: change in Zenodo API caused a crash

Bugfix: missing directories on Mac for services

07 Jul 13:16
9010e04
Compare
Choose a tag to compare

Made sure the ~/Library/LaunchAgents directory exists in order to prevent crashing.

Bugfix: update --all not respecting pinning

02 Apr 15:48
a1d112d
Compare
Choose a tag to compare

Using update --all did not respect pinning of versions. This release fixes that problem.

Bugfix: problem with arguments for JobServer service

01 Apr 18:46
0f3204c
Compare
Choose a tag to compare
Merge pull request #52 from molssi-seamm/dev

Fixed problem with argument for JobServer as a service.