-
**Describe the bug**
Trying to use various `pyrolite.pyrochem` REE functions with numpy > 1.20 seems to not work. Example here is from the docs on using lambda functions.
**To Reproduce**
```py…
-
[Example code from the pyrolite documentation website](https://pyrolite.readthedocs.io/en/main/examples/geochem/normalization.html#normalization) using the method `all_reference_compositions() `failed…
-
Hi,
I am trying to install SeqSpark on Ubuntu( a single user workspace). I am not sure if that is the best option ;however, I do not currently have access to a server. I received the following erro…
-
## steps
I'm compiling a subproject and it never ends. Surprisingly, his doesn't happen on another machine I tried.
## problem
```sbt:spark-hive-thriftserver> test:compile
[warn] There may b…
-
Set up the proper docsting template for our project.
Note:
+ refer to other packages
+ build our own template
-
pyrolite currently contains a stub for the CIPW Norm ([code](https://github.com/morganjwilliams/pyrolite/blob/master/pyrolite/mineral/normative.py#L141), [docs](https://pyrolite.readthedocs.io/en/mast…
-
New research for online documents of python package and open apps
-
**Is your feature request related to a problem? Please describe.**
The normative calculation currently implements the Le Maitre method of calculating Fe oxidation ratios. Another method is the by cla…
-
I'm getting an error when running sklearn2pmml() on an sklearn VotingClassifier.
Here is the code:
```
gb_1 = GradientBoostingClassifier(n_estimators=n_est_ens)
ext_1 = ExtraTreesClassifier(n_es…
-
**Describe the bug**
Aliases of builtin types in Numpy are deprecated for NumPy >=1.20 Casting to float using `.astype(np.float)` produces an AttributeError using the latest versions of NumPy.
e.…