Skip to content

Releases: pyiron/pyiron_base

pyiron_base-0.5.13

24 May 07:25
f91e12b
Compare
Choose a tag to compare
  • [minor] replace if None by if None is not None (#751)
  • Draft: Extend flattened storage (#749)
  • [ci skip] update of the contribution guidelines (#748)
  • Explain more about subclassing DataContainer in docstring (#747)
  • Derive Executable from HasStorage (#728)
  • Dependency updates: #757, #756, #755, #746

pyiron_base-0.5.12

26 Apr 18:17
6730c83
Compare
Choose a tag to compare
  • Check that args.project exists first before removing in cli.rm (#744)
  • Fix typo in HasHDF example (#742)
  • Dependency updates: #745

pyiron_base-0.3.9

26 Oct 11:21
46245b5
Compare
Choose a tag to compare

Updates includes:

  • addition of Unittest with filled template project: #476
  • addition of more filtering options in pr.iter_jobs: #492 #477
  • addition of new methods to flattened storage: #481
  • bug fixes: #483, #487
  • dependency updates: #490, #491

pyiron_base-0.2.18

29 Jun 13:03
5e69910
Compare
Choose a tag to compare
  • Update to GenericMaster
  • Dependency updates

pyiron_base-0.2.15

01 Jun 20:34
b6984ef
Compare
Choose a tag to compare
  • Hotfix for copy_to, see this.

pyiron_base-0.2.12

14 May 09:43
79563e3
Compare
Choose a tag to compare
  • allow recursive projection creation based on absolute path
  • ipynb file support
  • force PIL to look up registered extensions upon import

pyiron_base-0.2.11

27 Apr 19:45
9e2af09
Compare
Choose a tag to compare

The new release avoids the h5py warnings and also fixed the issue in PR #299.

pyiron_base-0.2.10

24 Apr 17:25
576da49
Compare
Choose a tag to compare
Merge pull request #296 from pyiron/dbacc

Accelerate database check

pyiron_base-0.2.2: Merge pull request #217 from pyiron/eval_master

02 Mar 13:10
4c0248e
Compare
Choose a tag to compare

Reverts to pre-pyiron_base-0.2.0 until the issues discussed here, here and here are fixed.

pyiron_base-0.2.0: Merge pull request #206 from pyiron/il-compat

27 Feb 13:03
f530e37
Compare
Choose a tag to compare

Major features:

  • InputList renamed to DataContainer
  • DataContainer can read/write itself from/to generic yaml/xml files
  • DataContainer can store complex pyiron objects (like Atoms) in HDF5.