Recent Releases of pytams

pytams - pyTAMS 0.0.5

What's Changed

  • Bumpversion by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/81
  • Provide a quick start based on the double-well example. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/82
  • Doc controls by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/84
  • Bump to 0.0.5 before packaging. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/85

Full Changelog: https://github.com/nlesc-eTAOC/pyTAMS/compare/v0.0.4...v0.0.5

- Python
Published by esclapez 11 months ago

pytams - pyTAMS 0.0.4

What's Changed

  • Replace plain print statement with logger. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/43
  • Fix sonarqube issues by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/44
  • Usability addon by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/45
  • Initialize the dask/asyncio worker's logger. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/46
  • Use SQL pool file by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/47
  • Update part of the doc by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/49
  • API docstring by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/52
  • Add a post-restore hook in the fmodel. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/53
  • Better IO of long ndarray to XML. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/55
  • Separate worker code by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/56
  • Fix time management by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/59
  • Extend the doc. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/60
  • Update splitting data in the DB after finishing ongoing traj upon res… by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/63
  • Detach database by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/64
  • Clean trajectory class by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/65
  • Archive discarded trajectory by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/67
  • Use the actual number of branching events to count splitting iter. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/68
  • Store minmax of maxes during splitting ite. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/69
  • Move SQLfile to sqlalchemy. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/70
  • Make the model check for convergence. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/72
  • Stored data update by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/73
  • Diskbased dw by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/75
  • Support Python 3.13 by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/76
  • Update pyproject by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/78
  • Restore mypy by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/80

Full Changelog: https://github.com/nlesc-eTAOC/pyTAMS/compare/v0.0.3...v0.0.4

- Python
Published by esclapez 11 months ago

pytams - pyTAMS 0.0.3

What's Changed

  • Set current model state upon loading a trajectory from file. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/27
  • Bump version and use proper version in database. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/28
  • Snapshots by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/29
  • Use ABC for the forward model by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/30
  • Add python 3.12 build test. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/32
  • asyncio runner by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/34
  • snapshot as dataclass by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/37
  • Add a stopping point after the pool stage. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/38
  • Ease parsing of dict in cluster setup. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/39
  • Clean-up README. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/40
  • Add a post restart hook in the forward model. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/41
  • Update more strict trajectory selection at branching by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/42

Full Changelog: https://github.com/nlesc-eTAOC/pyTAMS/compare/v0.0.2...v0.0.3

- Python
Published by esclapez about 1 year ago

pytams - pyTAMS 0.0.2

What's Changed

  • Wrap dask into a runner by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/3
  • Finalize restart by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/4
  • Add a 3D version of the double well as example. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/6
  • Update the doc workflow to deploy the GH page. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/7
  • Try removing the gh_token in the doc deploy by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/8
  • Fixes in gh-pages deployment by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/9
  • Add a few things to the doc. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/10
  • Need a .nojekyll in the gh-pages branch. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/11
  • Added MOC model by @ValerianJD in https://github.com/nlesc-eTAOC/pyTAMS/pull/12
  • Extract branching worker function to reduce dask memory usage. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/13
  • Extract worker. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/14
  • Expand trajectory data by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/15
  • Enable dict in XML cast. by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/16
  • Use two different number of workers for doing initial pool of by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/17
  • Use toml config file by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/20
  • Update dask slurm backend by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/21
  • Externalize delayed_task by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/22
  • Separate TAMS database by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/24
  • Handle restart during splitting iterations by @esclapez in https://github.com/nlesc-eTAOC/pyTAMS/pull/25

New Contributors

  • @esclapez made their first contribution in https://github.com/nlesc-eTAOC/pyTAMS/pull/3
  • @ValerianJD made their first contribution in https://github.com/nlesc-eTAOC/pyTAMS/pull/12

Full Changelog: https://github.com/nlesc-eTAOC/pyTAMS/compare/v0.0.1...v0.0.2

- Python
Published by esclapez almost 2 years ago

pytams - pyTAMS 0.0.1

Initial release of pyTAMS.

- Python
Published by esclapez over 2 years ago