Skip to content

Releases: JacksonBurns/astartes

astartes v1.3.0

14 Aug 13:14
ce50dce
Compare
Choose a tag to compare

This minor releases fixes a small bug in the base sampler which would incorrectly print the requested vs. actual validation set size.

A new demo notebook showing the MLM sampler has also been added.

What's Changed

Full Changelog: v1.2.2...v1.3.0

astartes v1.2.2

01 Mar 19:18
09aa54b
Compare
Choose a tag to compare

astartes Patch Release 1.2.2

This parch release significantly decreases the required dependencies for the molecules subpackage by switching the molecule handling backend from aimsim to aimsim_core when installing from PyPI.

What's Changed

  • Change aimsim to aimsim_core for PyPI to lean out dependencies by @JacksonBurns in #174

Full Changelog: v1.2.1...v1.2.2

astartes v1.2.1

16 Feb 15:27
ef646ac
Compare
Choose a tag to compare

astartes Minor + Patch Release 1.2.1

This release is a combination of 1.2.0 (which was yanked due to a bug) and 1.2.1 (which fixes the bug) - new features include the TargetValue and MolecularWeight samplers and some minor formatting and bug fixes elsewhere. Try out the new samplers to see how well your model can extrapolate outside of the training target space!

What's Changed

Full Changelog: v1.1.5...v1.2.1

astartes v1.1.5

27 Nov 16:16
7df4ce1
Compare
Choose a tag to compare

astartes Patch Release 1.1.5

This patch release contains a bugfix in extrapolative sampling with train_test_split. Previously, random_state was effectively ignored when shuffling clusters inside of train_test_split since the max_shufflable_size was set based on the size of the validation set (which is zero here). Thanks to @kspieks for the quick fix and @PatWalters for reporting it!

What's Changed

  • Fix a bug with the definition of max_shufflable_size by @kspieks in #164

Full Changelog: v1.1.4...v1.1.5

astartes v1.1.4

12 Nov 13:32
2499f41
Compare
Choose a tag to compare

astartes Patch Release 1.1.4

This patch release adds support for Python 3.12 as well as the JOSS review badge to the README.

What's Changed

Full Changelog: v1.1.3...v1.1.4

astartes v1.1.3.post1

16 Oct 18:19
2ce03e1
Compare
Choose a tag to compare

astartes Post-Release 1.1.3.post1

This post-release contains a single small documentation update to the README, now including the pyOpenSci approval badge.

What's Changed

Full Changelog: v1.1.3...v1.1.3.post1

astartes v1.1.3

11 Oct 15:02
08fa865
Compare
Choose a tag to compare

astartes Patch Release 1.1.3

This patch release contains a number of quality of life updates and cleanups related to the submission of astartes to PyOpenSci. See the extended log below.

What's Changed

Full Changelog: v1.1.2...v1.1.3

astartes v1.1.2

17 Jul 14:17
6f11554
Compare
Choose a tag to compare

astartes Patch Release 1.1.2

This release contains minor changes, primarily to the documentation, in response to initial editor comments at pyOpenSci. The primary difference in the codebase is that astartes now has a __version__ attribute for backwards compatibility with Python 3.7.

To upgrade, run pip install --upgrade astartes.

To check which version of astartes you have installed, you can run python -c "import astartes; print(astartes.__version__)" on Python 3.7 or python -c "from importlib.metadata import version; version('astartes')" on Python 3.8 or newer.

What's Changed

Full Changelog: v1.1.1...v1.1.2

astartes v1.1.1

10 Jul 12:29
4d1f0c7
Compare
Choose a tag to compare

astartes Patch Release 1.1.1

This patch release contains minor bugfixes compared to version 1.1.0, see the linked PR below for complete details.

What's Changed

Full Changelog: v1.1.0...v1.1.1

astartes v1.1.0

28 Jun 17:03
4e1b143
Compare
Choose a tag to compare

astartes Minor Release 1.1.0 🎉

The first minor release of astartes v1!

This new version adds the generate_regression_results_dict to auto-magically subject your sklearn-compatible model to a variety of different sampling algorithms and then show you the results. Great for rapid exploration!

There is also now a conda package for astartes base functionality, with more comprehensive packages coming in the future 🤞. This version and all previous versions are available from the jacksonburns channel.

Complete details below:

What's Changed

Full Changelog: v1.0.3...v1.1.0